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
Leveraging the work done under #138, create a Option sub type that allows users to set environment variables on any / all services.
It's model should be:
(optional) service name: if not present, all services.
(optional) instance number: if not present, all instances.
env: Map of environment variable name to value.
The text was updated successfully, but these errors were encountered:
Leveraging the work done under #138, create a
Option
sub type that allows users to set environment variables on any / all services.It's model should be:
(optional) service name: if not present, all services.
(optional) instance number: if not present, all instances.
env: Map of environment variable name to value.
The text was updated successfully, but these errors were encountered: