Add 'system_pause' command

This command adds a new 'system_pause' command that stops or starts the
entire system.
This commit is contained in:
Tom Wiesing 2022-11-17 08:35:08 +01:00
parent 9a1cf4e53b
commit f583580160
No known key found for this signature in database
2 changed files with 188 additions and 0 deletions

View file

@ -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)