pulumi/cmd
Matt Ellis e7e4e75af3 Don't examine the Checkpoint in the CLI
The checkpoint is an implementation detail of the storage of an
environment. Instead of interacting with it, make sure that all the
data we need from it either hangs off the Snapshot or Target
objects (which you can get from a Checkpoint) and then start consuming
that data.
2017-10-09 18:21:55 -07:00
..
lumidl Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
config.go Remove SetConfig from Engine 2017-10-09 18:21:55 -07:00
destroy.go Support -C/--cwd instead of path to package 2017-10-06 11:27:18 -07:00
env.go Don't examine the Checkpoint in the CLI 2017-10-09 18:21:55 -07:00
env_init.go Remove GetEnvironmentInfo from Engine 2017-10-09 18:21:55 -07:00
env_ls.go Don't examine the Checkpoint in the CLI 2017-10-09 18:21:55 -07:00
env_rm.go Remove RemoveEnv from Engine 2017-10-09 18:21:55 -07:00
env_select.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
preview.go Support -C/--cwd instead of path to package 2017-10-06 11:27:18 -07:00
provider_env.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
pulumi.go Make pulumi -C <verb> <args> work 2017-10-06 14:28:59 -07:00
update.go Support -C/--cwd instead of path to package 2017-10-06 11:27:18 -07:00
util.go Fail gracefully when there is no current environment 2017-10-08 10:18:53 -04:00
version.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00