Skip to content

vor create process

vor create process

Create a process

Synopsis

Create a new process and register it with VOR Stream.

Processes can be created from a file. Alternatively, pass - as file name to read from standard input.

vor create process [<filename> | -] [flags]

Examples

# Create a process from a file
$ vor create process first_process.strm

# create a process from output piped from another command
$ cat first_process.strm | vor create process

# read from standard input to create a process (terminate with Ctrl+D)
$ vor create process -

Options

      --default-sql-version int    Default SQL version to use. (default 2)
      --disable-sql-optimization   disables any SQl optimizations.
  -f, --force                      If documentation or user node code already exists, write over it.
  -h, --help                       help for process
      --name string                Name of the process to create.
  -v, --verbose                    Verbose.

Options inherited from parent commands

      --play string   playpen path
      --renew-token   renew token (default true)

SEE ALSO

  • vor create - Create an object, i.e. playpen, node, queue, process, token