MXS-3013: Add reload service MaxCtrl command
The command currently reloads the users of a service but it can be used to reload other parts of it as well (e.g. encryption keys).
This commit is contained in:
@ -110,6 +110,7 @@ program
|
||||
.command(require('./stop.js'))
|
||||
.command(require('./alter.js'))
|
||||
.command(require('./rotate.js'))
|
||||
.command(require('./reload.js'))
|
||||
.command(require('./call.js'))
|
||||
.command(require('./cluster.js'))
|
||||
.command(require('./api.js'))
|
||||
|
||||
Reference in New Issue
Block a user