diff --git a/commands.go b/commands.go index a8251e547..b58011f1f 100644 --- a/commands.go +++ b/commands.go @@ -40,6 +40,14 @@ func init() { }, nil }, + "destroy": func() (cli.Command, error) { + return &command.ApplyCommand{ + Meta: meta, + Destroy: true, + ShutdownCh: makeShutdownCh(), + }, nil + }, + "get": func() (cli.Command, error) { return &command.GetCommand{ Meta: meta,