mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pulumi-config: add --stack
example (#15647)
This commit is contained in:
parent
60369a924f
commit
c0e5ac98c5
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
|
|
||||||
`pulumi config --json`
|
`pulumi config --json`
|
||||||
|
|
||||||
|
- View configuration for a specified stack:
|
||||||
|
|
||||||
|
`pulumi config --stack {{stack_name}}`
|
||||||
|
|
||||||
- Get the value of a configuration key:
|
- Get the value of a configuration key:
|
||||||
|
|
||||||
`pulumi config get {{key}}`
|
`pulumi config get {{key}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue