copia-cli search issues

copia-cli search issues <query> [flags]

Search issues within the current repository. Requires repo context (git remote or owner/repo argument).

Options

--json <strings>
Output JSON with selected fields: [number title state]
-L, --limit <int> (default 30)
Maximum number of results
-s, --state <string>
Filter by state: {open|closed}

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 issues "sensor timeout"
  $ copia-cli search issues bug --state closed

See also