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:
Markus Mäkelä
2020-05-29 09:27:13 +03:00
parent f013d3ccd9
commit d9fdf3adc1
3 changed files with 47 additions and 0 deletions

View File

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