CLI reference
Commands available in @agentskit/os-cli.
Commands
| Command | Status | Purpose |
|---|---|---|
init | M1 | Scaffold workspace + sane defaults |
doctor | M1 | Diagnose env, providers, sandbox |
new <template> | M1 | Scaffold from os-templates |
run <flow> | M1 | Execute flow with run-mode + estimate |
lock | M1 | Write agentskit-os.lock for reproducibility |
publish | M1 | Build marketplace bundle (manifest + assets + SHA) |
deploy | M1 | Ship to docker / node target |
sync | M8 | Push/pull workspace via cloud sync |
Common flags
--mode <real|preview|dry_run|replay|simulate|deterministic>— see run modes.--estimate— pre-flight token/dollar projection before any LLM call.--workspace <path>— point at a non-default workspace dir.--unsigned— allow unsigned manifests onpublish(dev/internal only).
Exit codes
0— ok1— runtime / build error2— usage / argument error3— read / IO error