CLI & Commands
CLI & Commands
Generated by atelier --emit-docs from the atelier binary’s argument parser and the slash-command catalog — every flag and command below is read directly from the source of truth.
Command-line flags
Invoke as atelier [FLAGS].
| Flag | Value | Description |
|---|---|---|
--cwd | <CWD> | |
--config | <CONFIG> | |
--doctor | ||
--json | ||
--strict | With --doctor, exit non-zero when the report has any error (CI gate). The report’s severity is unaffected by this flag (ADR-003); it only gates the process exit | |
--print-config | ||
--init-config | ||
--clean-sessions | ||
--update | ||
--codemap | <CODEMAP> | |
--events | <EVENTS> | Stream normalized lifecycle-hook payloads from the active session (--events follow) — a dry-run preview of what a hook receives on stdin |
--emit-docs | <DIR> | |
--yes | ||
--debug |
Slash commands
Available inside the TUI composer. “Handled by” indicates which surface owns execution.
| Command | Usage | Description | Handled by |
|---|---|---|---|
/help | /help | toggle the help overlay | TUI |
/goal | /goal | /goal <text> | show or set the session goal | app |
/goal clear | /goal clear | clear the session goal | app |
/config | /config | show config files, preset, warnings | app |
/subtask | /subtask <agent> <task> | run a bounded child task | app |
/workflow | /workflow <prompt> | execute a broad prompt with workflow evidence | app |
/queue | /queue <message> | queue a follow-up prompt (alias /q) | app |
/sessions | /sessions | browse and preview past sessions | TUI |
/provider:status | /provider:status | show provider readiness and usage runway | app |
/trust | /trust | /trust revoke <n> | /trust clear | list, revoke, or clear session-trusted actions | app |
/agent: | /agent:<agent_name> | select an enabled agent for this prompt | prompt prefix |
/skill: | /skill:<skill_name> | load skill context | prompt prefix |
/reload:skills | /reload:skills | refresh cached skill names | TUI |