mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 06:01:45 +00:00
Update cheatsheets
This commit is contained in:
@@ -28,6 +28,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`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`
|
||||
@@ -35,7 +39,3 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Export the stack state to a JSON file:
|
||||
|
||||
`pulumi stack export --file {{path/to/file.json}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pulumi stack --help`
|
||||
|
||||
Reference in New Issue
Block a user