1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 10:35:39 +02:00

pulumi stack: add --all example (#14480)

This commit is contained in:
Nelson Figueroa 2024-10-30 23:58:28 -07:00 committed by GitHub
parent 3a3780f343
commit e7961fd01c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,10 +11,14 @@
`pulumi stack` `pulumi stack`
- List known stacks: - List stacks in the current project:
`pulumi stack ls` `pulumi stack ls`
- List stacks across all projects:
`pulumi stack ls --all`
- Select an active stack: - Select an active stack:
`pulumi stack select {{stack_name}}` `pulumi stack select {{stack_name}}`