copia-cli issue close

copia-cli issue close <number> [flags]

Close an issue by number. Optionally add a closing comment with –comment.

Options

-c, --comment <string>
Add a comment before closing

Options inherited from parent commands

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

Examples

  # Close an issue
  $ copia-cli issue close 12

  # Close with a comment
  $ copia-cli issue close 12 --comment "Fixed in PR #7"

See also