Pulumi ESC CLI commands
In order to use ESC Projects you will need to be on version ESC CLI >= 0.10.0.
Common Commands
The most common commands in the CLI that you’ll be using are as follows:
- esc env - Manage environments
- esc env diff - Show the difference between versions of an environment
- esc env edit - Edit an environment definition
- esc env get - Get a value within an environment
- esc env init - Create an empty environment with the given name
- esc env ls - List environments
- esc env rm - Remove an environment or a value from an environment
- esc env set - Set a value within an environment
- esc env version - Manage the versions of an environment
- esc env version rollback - Rollback environment definition to a specific version
- esc env version tag - Manage tagged versions
- esc login - Log in to the Pulumi Cloud
- esc open - Open the environment with the given name
- esc run - Open the environment with the given name and run a command
- esc version - Print esc’s version number
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.