copia-cli org list

copia-cli org list [flags]

List organizations that the authenticated user belongs to.

Options

--json <strings>
Output JSON with selected fields: [username full_name description]

Options inherited from parent commands

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

Aliases

copia-cli org ls

Examples

  $ copia-cli org list
  $ copia-cli org list --json username,full_name

See also