close
The
close
command allows an issue to be closed. The signer must have update
permission to push an update that closes an issue.kit issue close [options] [<issueId>]
Usage:
kit issue close [flags] [<issueId>]
Flags:
-f, --force Forcefully create the close comment (uncommitted changes will be lost)
-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
.-f, --force
- Forcefully add a new comment that flags the issue as closed.-h, --help
- Prints out a help message.
kit issue close "1"
Last modified 2yr ago