pulumi/pkg/backend
Justin Van Patten ed9716f6ef
Create backups of all local stack checkpoint files (#949)
Backup copies of local stack checkpoints are now saved to the
user's home directory (`~/.pulumi/backups`) by default.

This enables users to recover after accidentally deleting their
local `.pulumi` directory (e.g. via `git clean`).

The behavior can be disabled by setting the
PULUMI_DISABLE_CHECKPOINT_BACKUPS environment variable, which
we use to disable backups when running all tests other than the
test for this functionality.
2018-02-20 21:05:57 -08:00
..
cloud Fix history command URL 2018-02-20 18:31:25 -08:00
local Create backups of all local stack checkpoint files (#949) 2018-02-20 21:05:57 -08:00
state Rename package to project (#935) 2018-02-14 13:56:16 -08:00
backend.go Make some stack-related CLI improvements (#947) 2018-02-16 15:03:54 -08:00
display.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
stack.go Rename package to project (#935) 2018-02-14 13:56:16 -08:00
updates.go Add "pulumi history" command (#826) 2018-01-24 18:22:41 -08:00