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
Currently we are able to add a list of environment variables to a Docker Compose deployment. I would like to be able to add support for Pulumi ESC by simply being able to append esc run [<org-name>/][<project-name>/]<environment-name> [flags] -- [command] before the docker compose command. https://www.pulumi.com/docs/esc/cli/commands/esc_run/
Describe the solution you'd like
Ideally during the server setup it would install Pulumi ESC. Then in the GUI you'd be able to set your Access Token which would also log you into the CLI. Once logged in you'd be able to simply set the [org-name]/[project-name]/[environment-name] you'd want to run before each deployment.
Describe alternatives you've considered
N/A - additional support could be added for others later
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
The text was updated successfully, but these errors were encountered:
What problem will this feature address?
Currently we are able to add a list of environment variables to a Docker Compose deployment. I would like to be able to add support for Pulumi ESC by simply being able to append
esc run [<org-name>/][<project-name>/]<environment-name> [flags] -- [command]
before thedocker compose
command. https://www.pulumi.com/docs/esc/cli/commands/esc_run/Describe the solution you'd like
Ideally during the server setup it would install Pulumi ESC. Then in the GUI you'd be able to set your Access Token which would also log you into the CLI. Once logged in you'd be able to simply set the [org-name]/[project-name]/[environment-name] you'd want to run before each deployment.
Describe alternatives you've considered
N/A - additional support could be added for others later
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
The text was updated successfully, but these errors were encountered: