arctl db migrate version
Print the highest applied migration version. For a single registered source the value is on one line; multi-source binaries print one line per source. When multiple sources are registered, –source filters to a single track.
Usage
arctl db migrate version [flags]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.