mirror of https://github.com/pulumi/pulumi.git
687a780b20
When `pulumi stack rm` is run against a stack with resources, the service will respond with an error if `--force` is not passed. Previously we would just dump the contents of this error and it looked something like: `error: [400] Bad Request: Stack still has resources.` We now handle this case more gracefully, showing our usual "this stack still has resources" error like we would for the local backend. Fixes #2431 |
||
---|---|---|
.. | ||
client | ||
backend.go | ||
console.go | ||
console_test.go | ||
snapshot.go | ||
stack.go | ||
state.go |