Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-02 00:19:35 +00:00
parent 10598cd5d4
commit 7148d01036
7 changed files with 71 additions and 7 deletions

View File

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