mirror of https://github.com/hashicorp/consul
Adding new command 'lock'
parent
f2f980f5bc
commit
06249f0ee6
|
@ -69,6 +69,13 @@ func init() {
|
||||||
}, nil
|
}, nil
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"lock": func() (cli.Command, error) {
|
||||||
|
return &command.LockCommand{
|
||||||
|
ShutdownCh: makeShutdownCh(),
|
||||||
|
Ui: ui,
|
||||||
|
}, nil
|
||||||
|
},
|
||||||
|
|
||||||
"members": func() (cli.Command, error) {
|
"members": func() (cli.Command, error) {
|
||||||
return &command.MembersCommand{
|
return &command.MembersCommand{
|
||||||
Ui: ui,
|
Ui: ui,
|
||||||
|
|
Loading…
Reference in New Issue