Merge branch 'main' into merge-logging
This commit is contained in:
commit
34775f306b
@ -6,9 +6,16 @@
|
|||||||
- `check` is run on `deploy` now and configurable ([77ba5652b2fe15820f5edfa0f642636f7b8eae7e](https://git.autonomic.zone/coop-cloud/abra/commit/77ba5652b2fe15820f5edfa0f642636f7b8eae7e))
|
- `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))
|
- 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)
|
# 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)
|
# abra 0.3.1 (2020-09-27)
|
||||||
|
|
||||||
|
1
abra
1
abra
@ -351,6 +351,7 @@ load_custom_commands() {
|
|||||||
if [ -n "$abra__domain_" ]; then
|
if [ -n "$abra__domain_" ]; then
|
||||||
load_instance
|
load_instance
|
||||||
load_instance_env
|
load_instance_env
|
||||||
|
require_app_latest "$APP"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "$APP_DIR/abra-commands.sh" ]; then
|
if [ -f "$APP_DIR/abra-commands.sh" ]; then
|
||||||
|
Reference in New Issue
Block a user