diff --git a/commands.go b/commands.go index 8f39afa10..13721975e 100644 --- a/commands.go +++ b/commands.go @@ -69,6 +69,13 @@ func init() { }, nil }, + "lock": func() (cli.Command, error) { + return &command.LockCommand{ + ShutdownCh: makeShutdownCh(), + Ui: ui, + }, nil + }, + "members": func() (cli.Command, error) { return &command.MembersCommand{ Ui: ui,