mirror of https://github.com/pulumi/pulumi.git
658021f5ff
Fixes #13088 Adds `pulumi state edit` an experimental utility for manually editing pulumi stack state. The command mimics the `git commit` flow by opening the stack's state in the text editor specified by the EDITOR environment variable and then previews the file to be saved. There are TODO comments detailing remaining steps to un-hide `pulumi state edit`. Namely testing round-tripping unicode. |
||
---|---|---|
.. | ||
testdata/sample | ||
go.mod | ||
go.sum | ||
main.go | ||
main_test.go |