Skip to content

Commit

Permalink
pulumi-env: add page (#15661)
Browse files Browse the repository at this point in the history
* pulumi-env: add page

* oops forgot a colon

* fix typo
  • Loading branch information
nelsonfigueroa authored Feb 1, 2025
1 parent 92ad9e9 commit 0f7f619
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pages/common/pulumi-env.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# pulumi env

> Manage Pulumi environments.
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_env/>.
- List all environments:

`pulumi env ls`

- Create an environment:

`pulumi env init {{environment_name}}`

- Set a value in an environment:

`pulumi env set {{environment_name}} {{key}} {{value}}`

- Edit an environment definition:

`pulumi env edit {{environment_name}}`

- Delete a value from an environment:

`pulumi env rm {{environment_name}} {{key}}`

- Delete an environment entirely:

`pulumi env rm {{environment_name}}`

- Display help:

`pulumi env --help`

0 comments on commit 0f7f619

Please sign in to comment.