pulumi/pkg/resource/edit
Sean Gillespie 730a929c2b
Add new 'pulumi state' command for editing state (#2024)
* Add new 'pulumi state' command for editing state

This commit adds 'pulumi state unprotect' and 'pulumi state delete', two
commands that can be used to unprotect and delete resources from a
stack's state, respectively.

* Simplify LocateResource

* CR: Print yellow 'warning' before editing state

* Lots of CR feedback

* CR: Only delete protected resources when asked with --force
2018-10-15 09:52:55 -07:00
..
doc.go Add new 'pulumi state' command for editing state (#2024) 2018-10-15 09:52:55 -07:00
errors.go Add new 'pulumi state' command for editing state (#2024) 2018-10-15 09:52:55 -07:00
operations.go Add new 'pulumi state' command for editing state (#2024) 2018-10-15 09:52:55 -07:00
operations_test.go Add new 'pulumi state' command for editing state (#2024) 2018-10-15 09:52:55 -07:00