copia-cli repo list

copia-cli repo list [flags]

List repositories owned by the authenticated user or a specified organization.

Options

--json <strings>
Output JSON with selected fields: [full_name description private updated_at]
-L, --limit <int> (default 30)
Maximum number of repositories
-o, --org <string>
List repositories for an organization

Options inherited from parent commands

--host <string>
Target Copia host
-R, --repo <string>
Select repository (owner/repo)
--token <string>
Authentication token

Aliases

copia-cli repo ls

Examples

  $ copia-cli repo list
  $ copia-cli repo list --org my-org
  $ copia-cli repo list --json fullName,description

See also