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
It would be nice to have a command that loads a (yml/json) file and turns its top-level key-values into environment variables in the called context
Expected Behavior
a command like sopstool entrypoint --env=myenv.yaml mycommand would import the values in myenv.yaml (after decrypting) into the shell environment when calling mycommand
The text was updated successfully, but these errors were encountered:
Current Behavior
It would be nice to have a command that loads a (yml/json) file and turns its top-level key-values into environment variables in the called context
Expected Behavior
a command like
sopstool entrypoint --env=myenv.yaml mycommand
would import the values in myenv.yaml (after decrypting) into the shell environment when callingmycommand
The text was updated successfully, but these errors were encountered: