From ceccb283802b73c7954f5652cc02cbbaab27778f Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Sat, 29 May 2021 23:31:16 +0200 Subject: [PATCH] .. and update CHANGELOG and fix typos --- CHANGELOG.md | 1 + abra | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0320b6f..12b3ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/abra b/abra index 677a8d3..7ec2d01 100755 --- a/abra +++ b/abra @@ -1604,7 +1604,7 @@ help_app_secret_delete (){ Remove 's Docker secret . -PTIONS +OPTIONS --pass Remove secret(s) from \`pass\` as well --all Delete all secrets for @@ -1741,7 +1741,7 @@ help_app_volume_delete (){ Remove 's Docker volume , or all volumes with --all. -PTIONS +OPTIONS --pass Remove volume(s) from \`pass\` as well --all Delete all volumes for