1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 11:55:41 +02:00

pulumi-state: add pulumi state edit example (#15806)

This commit is contained in:
Nelson Figueroa 2025-02-28 23:46:45 -08:00 committed by GitHub
parent 8a48b7ff24
commit c8723ddcee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,10 @@
`pulumi state repair` `pulumi state repair`
- Edit a stack's state in the editor specified by the `EDITOR` environment variable:
`pulumi state edit --stack {{stack_name}}`
- Display help: - Display help:
`pulumi state --help` `pulumi state --help`