pulumi/pkg/resource/edit
Matt Ellis 342f8311a1 Fix renaming a freshly created stack using the local backend
Attempting to `pulumi stack rename` a stack which had been created but
never updated, when using the local backend, was broken because
code-paths were not hardened against the snapshot being `nil` (which
is the case for a stack before the initial deployment had been done).

Fixes #2654
2019-08-16 13:39:34 -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 Fix renaming a freshly created stack using the local backend 2019-08-16 13:39:34 -07:00
operations_test.go Retain the SecretsManager that was used to deserialize a deployment 2019-05-10 17:07:52 -07:00