status

The status command returns the status of an issue.

Usage

kit issue status [options] [<issueId>]
Usage:
kit issue status [flags] [<issueId>]
Flags:
-h, --help help for close

Arguments

issueId - The numeric ID or reference name of the issue. e.g. 1 or refs/heads/issue/1 or issue/1.

Options

  • -h, --help - Prints out a help message.

Example

Bash
Output
kit issue status "1"
"open" # or 'closed'