Docs/CLI Reference

Command Overview

reel organizes commands by verb. Most commands work standalone; agent-only commands require the --agent flag.


Command Tree

Standalone

CommandSubcommands
listcontainers, images
exportsbom, cbom, sarif, malware
statusmode, versions, features
version
completionshell completions

Agent mode (--agent)

CommandSubcommands
listpods, files, checkpoints, layers, frames
exportcheckpoint, layer, frame, memory, metadata, volatile, files, inventory
uploadsbom, cbom, malware, checkpoint, layer, frame, memory, metadata, volatile, files, inventory
createcheckpoint, layer, frame
deletecheckpoint, layer, frame
restorelayer
rollbacklayer
scheduleview scheduled workloads
startserver, mcp
healthagent connectivity
licenseagent license status

Global Flags

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

Target Flags

Most commands accept a target via explicit flags:

FlagDescriptionMode
--imageContainer image reference (e.g., nginx:latest)Standalone
--containerLocal container name or IDStandalone
--podKubernetes pod nameAgent
--localScan local image only, no registry pullStandalone

Export vs Upload

export saves artifacts locally for inspection. upload sends them to an S3 evidence vault (agent mode only, used by the scheduler).