Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
vers repo get <name> vers repo get <name> --format json
--format
json
vers repo get my-app # Name: my-app # Repo ID: 1f2aabcd-1234-5678-9abc-def012345678 # Visibility: private # Created: 2026-04-18 14:02:10 # Description: Production build artifacts
vers repo get my-app --format json
{ "repo_id": "1f2a…", "name": "my-app", "is_public": false, "created_at": "2026-04-18T14:02:10Z", "description": "Production build artifacts" }
vers repo tag list
vers repo get nope # Error: Repository not found
vers repo list
Contact support