copia-cli issue list
copia-cli issue list [flags]
List issues in a Copia repository. By default, only open issues are listed.
Options
-
--json <strings> - Output JSON with selected fields: [number title state labels updated_at]
-l,--label <strings>- Filter by label
-L,--limit <int> (default 30)- Maximum number of issues
-s,--state <string> (default "open")- Filter by state: {open|closed|all}
Options inherited from parent commands
-
--host <string> - Target Copia host
-R,--repo <string>- Select repository (owner/repo)
-
--token <string> - Authentication token
Aliases
copia-cli issue ls
Examples
$ copia-cli issue list
$ copia-cli issue list --state closed
$ copia-cli issue list --json number,title,state