status
The
status
command returns the status of an issue.kit issue status [options] [<issueId>]
Usage:
kit issue status [flags] [<issueId>]
Flags:
-h, --help help for close
issueId
- The numeric ID or reference name of the issue. e.g. 1
or refs/heads/issue/1
or issue/1
.-h, --help
- Prints out a help message.
Bash
Output
kit issue status "1"
"open" # or 'closed'
Last modified 2yr ago