Agent Workflows
Andurel's CLI exposes stable structured output for agents and automation.
Discover the project
Start with read-only commands:
1andurel --agent --help
2andurel commands --json
3andurel project info --json
4andurel routes --json
5andurel models --json
6andurel migrations --json
7andurel controllers --json
8andurel views --json
9andurel jobs --json
Output modes
Use --json for the response envelope, --agent for structured agent output, --md for Markdown where supported, and --quiet to suppress non-essential progress. Use --jq, --ids-only, or --count when a command supports a smaller projection.
Safe mutations
Preview writes before applying them:
1andurel generate scaffold Product --dry-run --diff --json
2andurel upgrade --dry-run --diff --json
Structured mutation reports identify created, updated, and deleted files, routes, commands, warnings, and useful next commands.
Install the skill
1andurel skill show
2andurel skill install --harness pi
Automation must pass one or more harness values so the command never waits for interactive selection.