gage issue
The gage issue command manages issues. An issue is a finding reported by a
scanner or added by you. For background, see Issues.
Commands that take issue IDs accept unique ID prefixes. Commands that modify
issues prompt for confirmation. Use --yes to skip the prompt.
issue list
List issues.
The command shows open issues, newest first, up to a default limit of 20.
issue show
Show an issue.
The command prints the issue description, its supporting evidence, and its event history. Events include status changes and comments.
issue add
Add an issue of your own.
The command prompts for a title and description when you omit them.
issue close
Close one or more issues.
A close marks the issue completed by default. Use --skipped to record it as
a non-issue. Use --duplicate when another issue already covers it.
issue open
Open pending or closed issues.
issue comment
Comment on issues.
The command prompts for the comment text when you omit --message. Comments
appear in the issue’s event history in gage issue show.
issue delete
Delete issues.
A delete removes the issue record. To dismiss a finding while keeping its record, close the issue instead.