Agent Output
Andurel's CLI exposes structured discovery and mutation reports for agents and automation.
Discover before acting
1andurel commands --json
2andurel inspect project --json
3andurel inspect routes --json
4andurel inspect models --json
5andurel inspect migrations --json
6andurel inspect controllers --json
7andurel inspect views --json
8andurel inspect jobs --json
9andurel doctor --json
Use the returned command tree and project metadata instead of assuming a v1 command or directory still exists.
Output and projections
| Flag | Purpose |
|---|---|
--json |
JSON response envelope |
--agent |
Structured agent-oriented output |
--md |
Markdown where supported |
--quiet |
Suppress non-essential progress |
--jq |
Select a simple field path from command data |
--ids-only |
One resource identifier per line when supported |
--count |
One raw resource count when supported |
Preview safe mutations
1andurel new orbit --dry-run --diff --json
2andurel generate model Product --dry-run --diff --json
3andurel generate query ProductReport --dry-run --diff --json
4andurel generate scaffold Product --dry-run --diff --json
Review created, updated, and deleted files, route additions, commands, warnings, and breadcrumbs before applying changes. A v2 migration is intentionally manual; do not point andurel upgrade at a v1 project to cross the major version.
Install the embedded skill
1andurel skill show --json
2andurel skill install --harness codex,claude
Automation must pass at least one harness so installation never waits for an interactive selection. See skill.