CLI Overview
Thecaged CLI is the primary way to create and manage sandboxes from your terminal.
Installation
Authentication
CAGED_API_KEY environment variable:
Configuration
The CLI reads configuration from:- Command-line flags (highest priority)
.caged.yamlin the current directory~/.config/caged/config.yaml(global defaults)- Environment variables (
CAGED_*)
Global Config
Project Config
See Config-as-Code for the full.caged.yaml reference.