Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2023-10-09 07:17:56 +00:00
---
title_tag: Pulumi ESC CLI Overview
2023-10-10 00:46:00 +00:00
meta_desc: An overview of the Pulumi ESC (Environments, Secrets, and Configuration) CLI.
2023-10-09 07:17:56 +00:00
title: Pulumi ESC CLI
h1: Pulumi ESC CLI overview
no_on_this_page: true
meta_image: /images/docs/meta-images/docs-meta.png
menu:
esc_cli:
name: Overview
---
Pulumi ESC is controlled primarily using the command line interface (CLI). It works in conjunction with the Pulumi Cloud
to help your team manage environment complexity.
## Installation
The Pulumi ESC CLI is open source and free to use:
2023-10-10 03:14:24 +00:00
<a class="btn btn-secondary" href="/docs/install/esc/">Install Pulumi ESC</a>
2023-10-09 07:17:56 +00:00
## 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