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 a feature request to add a new configuration option that controls inheriting environment variables to the command. This is particularly useful for passing secrets via the environment variables to the exec script/command (using command => "script.sh $SECRET" will cause the secret to show up in ps aux).
This is a feature request to add a new configuration option that controls inheriting environment variables to the command. This is particularly useful for passing secrets via the environment variables to the exec script/command (using
command => "script.sh $SECRET"
will cause the secret to show up inps aux
).It could be a simple switch like:
and then simply pass
ENV
toIO.popen
call:When LS is run with the
SECRET
environment variable set, the command will also inherit it and available for use.The text was updated successfully, but these errors were encountered: