NodeUpdateCommand constructor

NodeUpdateCommand()

Creates the node-update command.

Implementation

NodeUpdateCommand() {
  _addApiOptions(argParser);
  argParser.addOption(
    'target',
    defaultsTo: 'agent',
    help: 'What to update on the node.',
  );
}