VOR Commands¶
vor create process¶
Create a process
vor create process <process-name> [flags]
Options¶
| Option | Type | Description |
| --descr | string | Process description passed to the supervisor. Quoted string (default "Process created using vor create process") |
| -f, --force | bool | |
| -h, --help | bool | help for process |
| --info | bool | Display information about a process. |
| --name | string | Name of the process to create. |
| -n, --node | string | List of nodes in the process. For more than one node, provide a quoted list of space separated names. Specify either nodes or sub-processes. |
| --nodoc | bool | Do not publish documentation. |
| --sp | string | List of sub-processes. For more than one sub-process, provide a quoted list of space separated names. Specify either nodes or sub-processes. |
| -v, --verbose | bool | Verbose. |
SEE ALSO¶
- vor create - Create an object, i.e. playpen, queue, process, token