diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9d934..3d49f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,16 @@ - `check` is run on `deploy` now and configurable ([77ba5652b2fe15820f5edfa0f642636f7b8eae7e](https://git.autonomic.zone/coop-cloud/abra/commit/77ba5652b2fe15820f5edfa0f642636f7b8eae7e)) - App configurations are always updated now ([#42](https://git.autonomic.zone/coop-cloud/abra/issues/42)) +# abra 0.4.1 (2020-12-24) + +- Bug-fixes on `app ls --status` & custom commands +- Add `app ls --server=...` and alias + # abra 0.4.0 (2020-12-24) -> [#46: Missing change log entry for 0.4.0 release](https://git.autonomic.zone/coop-cloud/abra/issues/46) +- New command-line interface based on docopt +- ~/.abra directory instead of expecting local .env files +- Integration tests & code coverage # abra 0.3.1 (2020-09-27) diff --git a/abra b/abra index b77463f..4ef5d4b 100755 --- a/abra +++ b/abra @@ -351,6 +351,7 @@ load_custom_commands() { if [ -n "$abra__domain_" ]; then load_instance load_instance_env + require_app_latest "$APP" fi if [ -f "$APP_DIR/abra-commands.sh" ]; then