pulumi/cmd
joeduffy e091bde692 Add a plan command; move env destroy to just destroy
This change adds a `coco plan` command which is simply a shortcut
to the more verbose `coco deploy --dry-run`.  This will make demos
flow nicer and elevates planning, an important activity, to a more
prominent position.  The `--dry-run` (aka `-n`) flag is still there.

This change also renames `coco env destroy` to just `coco destroy`.
This is consistent with deploy and plan being at the top-level.  We
now use `coco env` purely for evironment management commands (init,
config, rm, etc).
2017-03-15 15:40:06 -07:00
..
coconut.go Add a plan command; move env destroy to just destroy 2017-03-15 15:40:06 -07:00
deploy.go Add a plan command; move env destroy to just destroy 2017-03-15 15:40:06 -07:00
destroy.go Add a plan command; move env destroy to just destroy 2017-03-15 15:40:06 -07:00
env.go Add a plan command; move env destroy to just destroy 2017-03-15 15:40:06 -07:00
env_config.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
env_init.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
env_ls.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
env_rm.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
pack.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
pack_eval.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
pack_get.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
pack_info.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
pack_verify.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00
plan.go Add a plan command; move env destroy to just destroy 2017-03-15 15:40:06 -07:00
version.go Update copyright notices from 2016 to 2017 2017-03-14 19:26:14 -07:00