.. and update CHANGELOG and fix typos
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
3wc 2021-05-29 23:31:16 +02:00 committed by decentral1se
parent b033fe9450
commit ceccb28380
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@
- Add fallback names to `app.json` ([#157](https://git.autonomic.zone/coop-cloud/abra/issues/157))
- Remove duplicate message ([#155](https://git.autonomic.zone/coop-cloud/abra/issues/155))
- Add `deploy --fast` ([a7f7c96](https://git.autonomic.zone/coop-cloud/abra/commit/a7f7c96))
- Add `app .. volume` commands, fix volume deletion with `app .. delete --volumes` ([#161](https://git.autonomic.zone/coop-cloud/abra/issues/161))
# abra 0.7.4 (2021-05-10)

4
abra
View File

@ -1604,7 +1604,7 @@ help_app_secret_delete (){
Remove <app>'s Docker secret <secret>.
PTIONS
OPTIONS
--pass Remove secret(s) from \`pass\` as well
--all Delete all secrets for <app>
@ -1741,7 +1741,7 @@ help_app_volume_delete (){
Remove <app>'s Docker volume <volume>, or all volumes with --all.
PTIONS
OPTIONS
--pass Remove volume(s) from \`pass\` as well
--all Delete all volumes for <app>