{"add":(AddGroup, ARGS_ONE_GROUP, [DRY_RUN_OPT, ALLOC_POLICY_OPT, NODE
_PARAMS_OPT], "<group_name>", "Add a new node group to the cluster"),
"assign-nodes":(AssignNodes, ARGS_ONE_GROUP+ ARGS_MANY_NODES, [DRY_RUN
_OPT, FORCE_OPT], "<group_name> <node>...", "Assign nodes to a group")
, "list":(ListGroups, ARGS_MANY_GROUPS, [NOHDR_OPT, SEP_OPT, FIELDS_OP
T, VERBOSE_OPT, FORCE_FILTER_OPT], "[<group_name>...]", "Lists the nod
e groups in the cluster. The available fields can be shown" " using th
e \"list-fields\" command (see the man page for details)." " The defau
...
|