Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 650 Bytes

status.md

File metadata and controls

48 lines (34 loc) · 650 Bytes
id title sidebar_label
status
Get Status of an Issue
status

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

{% tabs %} {% tab title="Bash" %}

kit issue status "1"

{% endtab %}

{% tab title="Output" %}

"open"  # or 'closed'

{% endtab %} {% endtabs %}