CLI Reference

c8volt

c8volt: Camunda 8 Operations CLI

Synopsis

c8volt: Camunda 8 Operations CLI.

Built for Camunda 8 operators and developers who need confirmation, not guesses. c8volt focuses on operational workflows such as deploying BPMN models, starting process instances, waiting for state transitions, walking process trees, cancelling safely, and deleting thoroughly.

Refer to the documentation at https://c8volt.info for more information.

c8volt [flags]

Options

  -y, --auto-confirm        auto-confirm prompts for non-interactive use
      --config string       path to config file
      --debug               enable debug logging, overwrites and is shorthand for --log-level=debug
  -h, --help                help for c8volt
  -j, --json                output as JSON (where applicable)
      --keys-only           output as keys only (where applicable), can be used for piping to other commands
      --log-format string   log format (json, plain, text) (default "plain")
      --log-level string    log level (debug, info, warn, error) (default "info")
      --log-with-source     include source file and line number in logs
      --no-err-codes        suppress error codes in error outputs
      --profile string      config active profile name to use (e.g. dev, prod)
  -q, --quiet               suppress all output, except errors, overrides --log-level
      --tenant string       default tenant ID
  -v, --verbose             adds additional verbosity to the output, e.g. for progress indication

SEE ALSO