You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When secrets.yml contains at least one environment, summon will tell you if you specify an invalid environment with -e.
If the secrets.yml contains no environments but an environment is specified with -e then a yaml parsing error is displayed, rather than a useful message about a missing environment.
Steps to Reproduce
Steps to reproduce the behavior:
Define secrets.yml: key: value
Run summon -e test -f secrets.yml env
Expected Results
No such environment 'test' found in secrets file
Actual Results (including error logs, if applicable)
yaml: unmarshal errors:
line 1: cannot unmarshal !!str `value` into map[string]yaml.Node
Reproducible
Always
Sometimes
Non-Reproducible
Version/Tag number
summon version 0.8.2
Environment setup
macOS 10.15.5
The text was updated successfully, but these errors were encountered:
Summary
When secrets.yml contains at least one environment, summon will tell you if you specify an invalid environment with
-e
.If the secrets.yml contains no environments but an environment is specified with
-e
then a yaml parsing error is displayed, rather than a useful message about a missing environment.Steps to Reproduce
Steps to reproduce the behavior:
key: value
summon -e test -f secrets.yml env
Expected Results
No such environment 'test' found in secrets file
Actual Results (including error logs, if applicable)
Reproducible
Version/Tag number
summon version 0.8.2
Environment setup
macOS 10.15.5
The text was updated successfully, but these errors were encountered: