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
I expected that when I ran summon my-script and did not specify an environment, that the common section would still be invoked - but it was not.
However when I run summon -e dev my-script or summon -e prod my-script, Summon invokes the common env and the env specified with the -e flag, and it does as expected.
The text was updated successfully, but these errors were encountered:
I have a secrets.yml with a common environment and two custom envs:
I expected that when I ran
summon my-script
and did not specify an environment, that thecommon
section would still be invoked - but it was not.However when I run
summon -e dev my-script
orsummon -e prod my-script
, Summon invokes thecommon
env and the env specified with the-e
flag, and it does as expected.The text was updated successfully, but these errors were encountered: