.. and update CHANGELOG and fix typos
This commit is contained in:
parent
b033fe9450
commit
ceccb28380
@ -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
4
abra
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user