Docs/Configuration

Configuration Reference


CLI

Global Flags

These flags apply to all reel commands:

FlagDescriptionDefault
--agentConnect to reel agentfalse
--agent-urlAgent HTTP API URLhttp://localhost:8080
--runtimeContainer runtime: docker, podman, containerd, crioauto-detect
-v, --verboseVerbose output (logs instead of spinner)false
-n, --namespaceKubernetes namespace (agent mode)default

Export Flags

FlagDescription
-o, --outputDestination file path
--compressCompression: none, fast, default, better, best

Delete Retention Flags

FlagDescriptionExample
--keep-last NKeep N most recent--keep-last 10
--older-thanDelete older than duration--older-than 7d

Duration format: h (hours), d (days), w (weeks)

Output Formats

FlagFormatUse Case
(default)Human-readableTerminal
-o jsonJSONAutomation
-o yamlYAMLGitOps

Agent

Environment Variables

VariableDescriptionDefault
REEL_LOG_LEVELLog verbosity (debug, info, warn, error)info
REEL_LOG_FORMATLog format (json, console)json
REEL_HTTP_PORTHTTP API port8080
REEL_METRICS_PORTPrometheus metrics port9090
REEL_SCHEDULER_ENABLEDEnable annotation schedulertrue

Helm

See values.yaml for the full configuration reference.