mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pulumi-stack: add pulumi stack rm
example, remove pulumi stack --help
(#15819)
This commit is contained in:
parent
726bc74bbf
commit
a153c7322b
1 changed files with 4 additions and 4 deletions
|
@ -23,6 +23,10 @@
|
|||
|
||||
`pulumi stack select {{stack_name}}`
|
||||
|
||||
- Delete a stack:
|
||||
|
||||
`pulumi stack rm {{stack_name}}`
|
||||
|
||||
- Show stack outputs, including secrets, in plaintext:
|
||||
|
||||
`pulumi stack output --show-secrets`
|
||||
|
@ -30,7 +34,3 @@
|
|||
- Export the stack state to a JSON file:
|
||||
|
||||
`pulumi stack export --file {{path/to/file.json}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pulumi stack --help`
|
||||
|
|
Loading…
Add table
Reference in a new issue