Improve confusing error message when there's a syntax error in COMPOSE_FILE #376
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_FILEline, so the resultingCOMPOSE_FILEvar has a double colon, e.g.COMPOSE_FILE=compose.yml::compose.host.ymlabra app deploy <someapp> -fExpected:
"Hang on, your COMPOSE_FILE setting looks wacky"
Actual: