copia-cli search repos

copia-cli search repos <query> [flags]

Search for repositories on Copia matching the given query string.

Options

--json <strings>
Output JSON with selected fields: [full_name description html_url]
-L, --limit <int> (default 30)
Maximum number of results

Options inherited from parent commands

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

Examples

  $ copia-cli search repos plc
  $ copia-cli search repos "automation controller" --json fullName,description

See also