c8volt config
Inspect and validate c8volt configuration
Synopsis
Inspect and validate c8volt configuration.
Use config show to view effective settings, validate configuration, or print a blank template. Use config validate to check the effective configuration directly, config template to print a starter configuration file, or config test-connection to validate configuration and test Camunda reachability.
c8volt config [flags]
Examples
./c8volt config show
./c8volt --config ./config.yaml config validate
./c8volt config template
./c8volt --config ./config.yaml config test-connection
./c8volt --config ./config.yaml config show --validate
./c8volt config show --template
./c8volt --profile prod config show
Options
-h, --help help for config
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
- c8volt - Operate Camunda 8 workflows from the command line
- c8volt config show - Show effective configuration
- c8volt config template - Print a blank configuration template
- c8volt config test-connection - Test configured Camunda connection
- c8volt config validate - Validate effective configuration