copia-cli issue view

copia-cli issue view <number> [flags]

Display the title, body, and other information about an issue.

Options

--json <strings>
Output JSON with selected fields: [number title body state author labels created_at comments]

Options inherited from parent commands

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

Examples

  # View an issue
  $ copia-cli issue view 12

  # View as JSON
  $ copia-cli issue view 12 --json number,title,state

See also