For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
arctl db migrate status
Show how many migrations are applied vs pending across all sources
Usage
arctl db migrate status [flags]Command-specific flags
-o, --output string: Output format: "text" (default) or "json" (default "text").Global flags
-h, --help: Display help information for the command.
--db-url string: PostgreSQL connection URL (defaults to value of AGENT_REGISTRY_DATABASE_URL env var).
--source string: Migration source name for per-source ops (down/goto/force/version); inferred when only one source is registered. Not applicable to up or status — those aggregate across every registered source.