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
This is definitely a feature request, but I think it would be a great one. Some environment variables are needed for the app to run, some are just needed to log into the instance and create the docker container, for example.
Therefore, it would be wonderful to have an omit property, which is simply a comma-separated list of keys to omit from the environment output.
This is definitely a feature request, but I think it would be a great one. Some environment variables are needed for the app to run, some are just needed to log into the instance and create the docker container, for example.
Therefore, it would be wonderful to have an
omit
property, which is simply a comma-separated list of keys to omit from the environment output.So if the collection of environment variables is:
Then you could supply an
omit
property of something like:Then the resulting environment variables would only be:
The text was updated successfully, but these errors were encountered: