2023-10-09 07:17:56 +00:00

1.3 KiB

title_tag, meta_desc, title, h1, meta_image, menu
title_tag meta_desc title h1 meta_image menu
Pulumi ESC CLI commands The Pulumi ESC CLI offers many commands to execute from your command-line. Commands Pulumi ESC CLI commands /images/docs/meta-images/docs-meta.png
esc_cli
weight identifier
1 commands

Common Commands

The most common commands in the CLI that you'll be using are as follows:

  • esc env - Manage environments
  • 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 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