CRUD interface for managing formal risk acceptance records.
Subcommands:
acknowledge Add a formal risk acceptance
except Add an operational suppression
exempt Add a scope exclusion
list List all active entries
remove Mark an acknowledgment as revoked
upcoming Show entries approaching expiry
validate Validate the acceptance file
suggest Suggest exemptions for chronic/oscillating findings
Usage:
stave exempt [command]
Available Commands:
acknowledge Add a formal risk acceptance
asset Add a scope exclusion (exemption)
except Add an operational suppression
export Export risk register as OSCAL POA&M
history Show full audit trail including expired entries
list List all active risk acceptances
remove Mark an acknowledgment as revoked
suggest Suggest exemptions for chronic/oscillating findings
upcoming Show acceptances approaching expiry
validate Validate the acceptance file
Flags:
-h, --help help for exempt
Global Flags:
--allow-symlink-output Allow writing output through symlinks (default: refuse)
--force Allow overwriting existing output files
--log-file string Write logs to file (default: stderr)
--log-format string Log format: text|json (default "text")
--log-level string Log level: debug|info|warn|error (overrides -v)
--log-timestamps Include timestamps in logs (breaks determinism)
--log-timings Include timing information (breaks determinism)
--no-color Disable ANSI colors in output
--path-mode string Path rendering in errors/logs: base (basename only) or full (absolute paths) Resolved default may come from STAVE_* env vars, stave.yaml, user config, or built-in.
--quiet Suppress output (exit code only) Resolved default may come from STAVE_* env vars, stave.yaml, user config, or built-in.
--require-offline Assert offline operation: fail if proxy env vars (HTTP_PROXY, HTTPS_PROXY, ALL_PROXY) are set
--sanitize Sanitize infrastructure identifiers (bucket names, ARNs, policies) from output Resolved default may come from STAVE_* env vars, stave.yaml, user config, or built-in.
--strict Enable strict integrity checks for embedded registries and references
-v, --verbose count Increase verbosity (-v=INFO, -vv=DEBUG)
-y, --yes Auto-confirm all interactive prompts (distinct from --force which controls file overwriting)
Use "stave exempt [command] --help" for more information about a command.