Replace all --force usage with --no-prompt

Closes coop-cloud/abra#118.
This commit is contained in:
decentral1se
2021-03-25 22:47:59 +01:00
parent c315ebe319
commit 07e3678c78
2 changed files with 98 additions and 93 deletions

View File

@ -21,6 +21,7 @@
- Add docker version check (guestimating < v20 is a bad idea) ([#15](https://git.autonomic.zone/coop-cloud/abra/issues/15))
- Fix git branch handling when not passing `-b <branch>` ([#122](https://git.autonomic.zone/coop-cloud/abra/issues/122))
- Add work-around to correctly git clone non-master default branch app repositories ([#122](https://git.autonomic.zone/coop-cloud/abra/issues/122))
- Replace `--force` with a global `--no-prompt` for avoiding interactive questions ([#118](https://git.autonomic.zone/coop-cloud/abra/issues/118))
# abra 0.6.0 (2021-03-17)