mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 16:35:24 +02:00
pulumi-stack: update example (#15846)
This commit is contained in:
parent
00e4856dc5
commit
ebaf4b6280
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
||||||
|
|
||||||
`pulumi stack init {{stack_name}}`
|
`pulumi stack init {{stack_name}}`
|
||||||
|
|
||||||
- View the stack state:
|
- Show the stack state along with resource URNs:
|
||||||
|
|
||||||
`pulumi stack`
|
`pulumi stack --show-urns`
|
||||||
|
|
||||||
- List stacks in the current project:
|
- List stacks in the current project:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue