Merge branch 'main' into merge-logging

This commit is contained in:
decentral1se 2020-12-30 11:21:03 +01:00
commit 34775f306b
2 changed files with 9 additions and 1 deletions

View File

@ -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)

1
abra
View File

@ -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