MXS-1330: Add alter command

Servers, monitors and services can now be altered with MaxCtrl.
This commit is contained in:
Markus Mäkelä
2017-07-07 12:03:42 +03:00
parent 46339d620a
commit ebfa631bae
3 changed files with 40 additions and 1 deletions

View File

@ -29,7 +29,8 @@ exports.builder = function(yargs) {
{'Master ID': 'attributes.master_id'},
{'Node ID': 'attributes.node_id'},
{'Slave Server IDs': 'attributes.slaves'},
{'Statistics': 'attributes.statistics'}
{'Statistics': 'attributes.statistics'},
{'Parameters': 'attributes.parameters'}
])
})
.command('service <service>', 'Show service', {}, function(argv) {