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
Maybe a small extension to this issue:
I have a command that requires two environment variables to be run, MYCOMMAND_USER and MYCOMMAND_APIKEY (MYCOMMAND_APIKEY is a secret value).
I wonder if it would make sense for command launcher to be able to store such values securely, what do you think ?
Would this mean the values can be set up using the config command and that the storage would be managed by the launcher?
If so, and if the interface is env vars, then I think there would be some checks for clashes or some implicit namespacing.
Add a new type of command launcher managed resource: "config". Each command can request to such configurations in
requestedResources
property.A package should also declare the list of configurations it requires so that the command launcher can provide a proper interface to access them.
Example manifest:
The text was updated successfully, but these errors were encountered: