Add raw REST API calls to MaxCtrl
Being able to perform raw REST API calls that leverage the value extraction capabilities of Node.js gives more control to the end user. It also doubles as a handy tool for creating scripts that only require one particular value from the REST API.
This commit is contained in:
@ -100,6 +100,7 @@ program
|
||||
.command(require('./rotate.js'))
|
||||
.command(require('./call.js'))
|
||||
.command(require('./cluster.js'))
|
||||
.command(require('./api.js'))
|
||||
.help()
|
||||
.demandCommand(1, 'At least one command is required')
|
||||
.command('*', 'the default command', {}, function(argv) {
|
||||
|
Reference in New Issue
Block a user