1
0
Fork 0
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:
Nelson Figueroa 2025-02-28 23:52:25 -08:00 committed by GitHub
parent 726bc74bbf
commit a153c7322b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`