hiveguard config
Config commands require dashboard credentials.
config show
Display the current runtime config.
hiveguard config showOutput:
risk_threshold: 0.5consensus_threshold: 0.6proxy_timeout: 30.0challenge_token_ttl: 300log_level: INFOconfig set
Update one or more config values.
hiveguard config set [OPTIONS]| Flag | Type | Description |
|---|---|---|
--risk-threshold | float | Minimum confidence score to pass a challenge (0.0–1.0) |
--consensus-threshold | float | Minimum solver agreement fraction (0.0–1.0) |
--proxy-timeout | float | Upstream request timeout in seconds |
--challenge-token-ttl | int | Challenge token validity in seconds |
--log-level | string | DEBUG, INFO, WARNING, or ERROR |
At least one flag is required. Multiple flags can be combined:
hiveguard config set --risk-threshold 0.7 --proxy-timeout 60.0Invalid values (e.g., --risk-threshold not_a_float) are rejected before any HTTP call.
If called with no flags:
Error: no config flags provided. Use --risk-threshold, --consensus-threshold, etc.Changes take effect immediately — no restart required.