Add 'system_pause' command
This command adds a new 'system_pause' command that stops or starts the entire system.
This commit is contained in:
parent
9a1cf4e53b
commit
f583580160
2 changed files with 188 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ func init() {
|
|||
// setup commands
|
||||
wdcli.Register(cmd.Bootstrap)
|
||||
wdcli.Register(cmd.SystemUpdate)
|
||||
wdcli.Register(cmd.SystemPause)
|
||||
|
||||
// sql commands
|
||||
wdcli.Register(cmd.Mysql)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue