Skip to main content

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, hit GET /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

Examples

Default table

Just names, for scripting

JSON

See Also