copia-cli issue list

copia-cli issue list [flags]

List issues in a Copia repository. By default, only open issues are listed.

Use –state to filter by open, closed, or all states. Use –label to filter by one or more label names. Use –limit to control how many issues are returned (default 30).

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

See also