1
0
Fork 0
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:
Nelson Figueroa 2025-01-31 09:34:07 -08:00 committed by GitHub
parent 60369a924f
commit c0e5ac98c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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