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
[envsec] Changes to allow launchpad to update (#174)
## Summary
For launchpad to update we need:
* Allow bootsrapping of a specific envID
* Don't check if flag has changed in the commands themselves.
* Remove `ToLower` Introduced in
#118. This means envsec
will be case sensitive. Note that the comments in that PR are not
strictly correct, most commands do not do `ToLower` on environment, only
`ls` and `exec` did.
## How was it tested?
Compiled launchpad with updated version of envsec and tested envsec
commands (set, ls, exec, rm)
Long: "Execute a specified command with remote environment variables being present for the duration of the command. If an environment variable exists both locally and in remote storage, the remotely stored one is prioritized.",
0 commit comments