Documentation Index
Fetch the complete documentation index at: https://docs.vers.sh/llms.txt
Use this file to discover all available pages before exploring further.
vers repo list
Show every repository your org owns, with visibility, creation date, and description.Synopsis
Description
Lists all repositories scoped to your authenticated org (private and public alike). This command does not list other orgs’ public repos; for that, hitGET /api/v1/public/repositories directly. By default prints a human-readable table. Use -q for script-friendly names one per line, or --format json for machine-readable output.
Options
| Option | Description |
|---|---|
-q, --quiet | Output only repo names, one per line |
--format | Output format: json |