pulumi/sdk/go/pulumi-language-go
Kyle Dixler 658021f5ff Add `pulumi state edit` utility.
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.
2023-07-17 09:47:05 -07:00
..
testdata/sample fix(host/go): Allow Pulumi program in a subdir of the module 2023-05-17 13:20:38 -07:00
go.mod Add `pulumi state edit` utility. 2023-07-17 09:47:05 -07:00
go.sum Add `pulumi state edit` utility. 2023-07-17 09:47:05 -07:00
main.go Consistently use the same non-strict bind options when applicable 2023-07-13 15:16:06 +02:00
main_test.go fix(host/go): Download external plugins even if they're not imported 2023-07-11 16:22:15 -07:00