Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BugCmd = &cobra.Command{
Use: "bug",
Short: "Manage BUG-* CANARY tokens for tracking defects",
Long: `Bug command manages BUG-* CANARY tokens for defect tracking.
Unlike project-specific tokens (e.g., CBIN-XXX), bug tokens always use
the BUG- prefix followed by aspect and ID (e.g., BUG-API-001).
Subcommands:
list - List all bug canaries with filtering
create - Create a new bug canary token
update - Update an existing bug canary's status
show - Display details for a specific bug`,
}
BugCmd is the parent command for bug-related operations
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.