pulumi/cmd
joeduffy 49f5f3debc Add a distinct husk rm command
This changes the workflow for destroying a husk slightly.  Rather than
`coco husk destroy` actually removing the husk and its associated config
information, `coco husk destroy` just destroys the resources.  Then,
afterwards, to permanently remove the husk, you use `coco husk rm`.

As usual with `rm`-style commands, it refues to remove the husk if there
are any resources still associated with it; however, `--force` overrides
this default.
2017-03-01 09:57:14 -08:00
..
coconut.go Reorganize deployment commands 2017-02-26 11:20:14 -08:00
describe.go Reorganize deployment commands 2017-02-26 11:20:14 -08:00
eval.go Ensure configuration round-trips in Huskfiles 2017-02-28 15:43:46 -08:00
get.go Coconut! 2017-02-25 07:25:33 -08:00
husk.go Add a distinct husk rm command 2017-03-01 09:57:14 -08:00
husk_deploy.go Add a distinct husk rm command 2017-03-01 09:57:14 -08:00
husk_destroy.go Add a distinct husk rm command 2017-03-01 09:57:14 -08:00
husk_init.go Unify a bit of command logic, and hoist some failure modes 2017-02-27 14:13:27 -08:00
husk_ls.go Ensure configuration round-trips in Huskfiles 2017-02-28 15:43:46 -08:00
husk_rm.go Add a distinct husk rm command 2017-03-01 09:57:14 -08:00
verify.go Improve verify; verify packages before install 2017-02-28 12:31:50 -08:00
version.go Coconut! 2017-02-25 07:25:33 -08:00