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 have no idea how to refer to environment variables (%ENV) in the args of a service configuration. It would help to have a new meta prefix $env:
args:
user:
$env: USER
should assign $ENV{USER} to the named argument user. I would suggest that $env refers to a cached (immutable) copy of %ENV. If you know a CPAN module that wraps %ENV and can be configured as a service to achieve the same please let me know.