CLI Reference

c8volt embed deploy

Deploy bundled BPMN fixtures

Synopsis

Deploy bundled BPMN fixtures.

Use --all for the configured Camunda version, or pass one or more --file values from embed list. Add –run to start one process instance after deployment.

c8volt embed deploy [flags]

Examples

  ./c8volt embed list
  ./c8volt embed deploy --all
  ./c8volt embed deploy --file processdefinitions/<embedded-process>.bpmn
  ./c8volt embed deploy --all --run

Options

      --all            deploy all embedded files for the configured Camunda version
  -f, --file strings   embedded file(s) to deploy (repeatable)
  -h, --help           help for deploy
      --no-wait        return after deployment is accepted
      --run            start one process instance after deployment

Options inherited from parent commands

  -y, --auto-confirm       auto-confirm prompts for non-interactive use
      --automation         enable non-interactive mode for commands that explicitly support it
      --config string      path to config file
      --debug              enable debug logging
  -j, --json               output as JSON (where applicable)
      --keys-only          output keys only (where applicable)
      --log-level string   log level (debug, info, warn, error) (default "info")
      --no-indicator       disable transient terminal activity indicators
      --profile string     config active profile name to use (e.g. dev, prod)
  -q, --quiet              suppress output except errors
      --tenant string      tenant ID for discovery/search, selection, create, deploy, and run flows; explicit keys/IDs remain backend-authorized
      --timeout duration   HTTP request timeout (default 30s)
  -v, --verbose            show additional output

SEE ALSO