FaceFX Documentation and support
| Flag | LongFlag | Arg | Description |
| -a | -add | No | Puts the command in add (sub)mode. Specify -edit flag too. |
| -r | -remove | No | Puts the command in remove (sub)mode. Specify -edit flag too. |
| -e | -edit | No | Puts the command in edit mode. Specify along with -add and -remove. |
| -c | -create | No | Puts the command in create mode. |
| Flag | LongFlag | Arg | Description |
| -g | -group | Yes | The name of the node group. Required in all modes. |
| -n | -nodes | Yes | A string array of nodes to add or remove from the group. |
%nodegroup -create -group "mygroup";
%nodegroup -edit -add -nodes "node1|node2" -group "mygroup";