c8volt config test-connection
Test configured Camunda connection
Synopsis
Validate configuration and test Camunda reachability.
Loads the effective configuration, validates it locally, and retrieves cluster topology. Compatibility checks compare the configured and observed major/minor release lines; patch and prerelease differences on the same line are accepted. A version mismatch or unknown gateway version does not fail an otherwise successful connection test.
c8volt config test-connection [flags]
Examples
./c8volt --config ./config.yaml config test-connection
./c8volt --config ./config.yaml config test-connection --json
./c8volt --profile <profile-name> config test-connection
./c8volt --tenant tenant-a config test-connection
./c8volt --tenant "" config test-connection --json
Options
-h, --help help for test-connection
Options inherited from parent commands
--all-tenants clear configured tenant filtering and search all tenants visible to the authenticated user; mutually exclusive with --tenant
-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 empty values can clear configured discovery filters, and explicit keys/IDs remain backend-authorized
--timeout duration HTTP request timeout (default 30s)
-v, --verbose show additional output
SEE ALSO
- c8volt config - Inspect and validate c8volt configuration