--- title_tag: Pulumi ESC CLI commands meta_desc: The Pulumi ESC CLI offers many commands to execute from your command-line. title: Commands h1: Pulumi ESC CLI commands meta_image: /images/docs/meta-images/docs-meta.png menu: esc_cli: weight: 1 identifier: commands --- ## Common Commands The most common commands in the CLI that you'll be using are as follows: * [esc env](/docs/esc-cli/commands/esc_env/) - Manage environments * [esc env edit](/docs/esc-cli/commands/esc_env_edit/) - Edit an environment definition * [esc env get](/docs/esc-cli/commands/esc_env_get/) - Get a value within an environment. * [esc env init](/docs/esc-cli/commands/esc_env_init/) - Create an empty environment with the given name. * [esc env ls](/docs/esc-cli/commands/esc_env_ls/) - List environments. * [esc env rm](/docs/esc-cli/commands/esc_env_rm/) - Remove an environment or a value from an environment. * [esc env set](/docs/esc-cli/commands/esc_env_set/) - Set a value within an environment. * [esc login](/docs/esc-cli/commands/esc_login/) - Log in to the Pulumi Cloud * [esc open](/docs/esc-cli/commands/esc_open/) - Open the environment with the given name. * [esc run](/docs/esc-cli/commands/esc_run/) - Open the environment with the given name and run a command. * [esc version](/docs/esc-cli/commands/esc_version/) - Print esc's version number