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
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
I would like to be able to define additional environment variables based on the output of a command. As a practical example, I would like to set an environment variable HOSTNAME, with the result of the command hostname -s as the value.
I could implement this on my own, but I would like to get your opinion about the right way to configure this.