mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 20:35:52 +02:00
pulumi stack: add --all example (#14480)
This commit is contained in:
parent
3a3780f343
commit
e7961fd01c
1 changed files with 5 additions and 1 deletions
|
@ -11,10 +11,14 @@
|
|||
|
||||
`pulumi stack`
|
||||
|
||||
- List known stacks:
|
||||
- List stacks in the current project:
|
||||
|
||||
`pulumi stack ls`
|
||||
|
||||
- List stacks across all projects:
|
||||
|
||||
`pulumi stack ls --all`
|
||||
|
||||
- Select an active stack:
|
||||
|
||||
`pulumi stack select {{stack_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue