pulumi/pkg/backend
Pat Gavlin d1c547524d
Add a pulumi cancel command. (#1230)
This command cancels a stack's currently running update, if any. It can
be used to recover from the scenario in which an update is aborted
without marking the running update as complete. Once an update has been
cancelled, it is likely that the affected stack will need to be repaired
via an pair of export/import commands before future updates can succeed.

This is part of #1077.
2018-04-19 10:09:32 -07:00
..
cloud Add a pulumi cancel command. (#1230) 2018-04-19 10:09:32 -07:00
local Merge pull request #1148 from pulumi/1081_refresh_cmd 2018-04-18 12:12:33 -07:00
state Require pulumi login before commands that need a backend 2018-04-05 10:19:41 -07:00
backend.go Implement a refresh command 2018-04-18 10:57:16 -07:00
display.go Remove the explicit 'pulumi preview' command. (#1170) 2018-04-13 22:26:01 -07:00
stack.go Implement a refresh command 2018-04-18 10:57:16 -07:00
updates.go Implement a refresh command 2018-04-18 10:57:16 -07:00