copia-cli issue create
copia-cli issue create [flags]
Create an issue on Copia. The title is required; body and labels are optional.
Options
-b,--body <string>- Issue body
-l,--label <strings>- Add labels
-t,--title <string>- Issue title (required)
Options inherited from parent commands
-
--host <string> - Target Copia host
-R,--repo <string>- Select repository (owner/repo)
-
--token <string> - Authentication token
Examples
# Create an issue with a label
$ copia-cli issue create --title "Fix sensor mapping" --label bug
# Create an issue with a body
$ copia-cli issue create --title "Add feature" --body "Description here"