Errors in .env.sample are not reported in a useful way. #762
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?
Background
Operator Scenario: Helpful
This is good.
Maintainer Scenario: Not Helpful
.env.sample: I accidentally add a dash to a variable name.Reproduction
Error on
app newError on
app deployProposed Solution
When deploying a recipe, abra should show equivalent error messages, regardless of whether the error occured in .env or .env.sample.
Specifically:
When executing either of the reproductions above, we should see the same message as in the operator scenario, i.e.:
Debug output for completeness:
Operator Scenario
Reproduction / Error on
app newReproduction / Error on
app deploy