| title | c8volt deploy process-definition |
|---|---|
| nav_exclude | true |
[CLI Reference]({{ "/cli/" | relative_url }})
Deploy BPMN process definition files
Deploy BPMN process definition files and report the deployed definitions.
By default c8volt waits for deployment confirmation. Use --run to start one process instance for each deployed definition.
c8volt deploy process-definition [flags]
./c8volt embed export --file processdefinitions/<embedded-process>.bpmn --out ./fixtures
./c8volt deploy process-definition --file ./fixtures/processdefinitions/<embedded-process>.bpmn
./c8volt deploy process-definition --file ./fixtures/processdefinitions/<embedded-process>.bpmn --run
./c8volt get process-definition --bpmn-process-id <bpmn-process-id> --latest --json
-f, --file strings paths to BPMN/YAML file(s) or '-' for stdin
-h, --help help for process-definition
--no-wait return after deployment is accepted
--run start one process instance per deployed definition
-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
- [c8volt deploy]({{ "/cli/c8volt_deploy" | relative_url }}) - Deploy BPMN resources to Camunda