copia-cli search issues
copia-cli search issues <query> [flags]
Search issues within a repository by keyword. By default, searches across all states (open and closed). Use –state to filter. Requires repo context via -R flag or git remote.
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