Improve confusing error message when there's a syntax error in COMPOSE_FILE #376
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce:
abra app config <someapp>
COMPOSE_FILE
line, so the resultingCOMPOSE_FILE
var has a double colon, e.g.COMPOSE_FILE=compose.yml::compose.host.yml
abra app deploy <someapp> -f
Expected:
"Hang on, your COMPOSE_FILE setting looks wacky"
Actual: