CLI Reference
Common Levee command-line commands.
Demo content. This page is a template placeholder - the real Levee documentation will replace it.
Commands
| Command | Description |
|---|---|
levee run --policy <name> -- <cmd> | Run a command in a sandbox |
levee policy apply <file> | Register or update a policy |
levee policy show <name> | Print the effective rules |
levee logs --follow | Stream the mediation log |
levee net check <host:port> | Evaluate a destination against policy |
levee status | Show agent and driver health |
Example: one-off hardened session
levee run \
--policy strict \
--workspace "$PWD" \
--no-network \
-- claude
Exit codes
0 session completed
13 blocked by policy
70 agent not running - start it with `levee status`