Documentation
¶
Index ¶
- func FormatGroupedView(items []ListItem, groupBy string) string
- func FormatTreeView(items []ListItem) string
- func NewCheckpointCmd(cwd *string) *cobra.Command
- func NewDepAddCmd() *cobra.Command
- func NewDepCmd() *cobra.Command
- func NewDepListCmd() *cobra.Command
- func NewDepRemoveCmd() *cobra.Command
- func NewMetadataCmd(cwd *string) *cobra.Command
- func NewQueueBulkStatusCmd() *cobra.Command
- func NewQueueCmd() *cobra.Command
- func NewQueueMoveCmd() *cobra.Command
- func NewQueueViewCmd() *cobra.Command
- func NewRootCommand() *cobra.Command
- func NewShipmentCmd() *cobra.Command
- func NewStashCmd(cwd *string) *cobra.Command
- func NewTelemetryCmd(cwd *string) *cobra.Command
- type ListItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatGroupedView ¶
FormatGroupedView renders artifacts grouped by a field with group headers.
func FormatTreeView ¶
FormatTreeView renders artifacts as an indented tree based on parent-child relationships.
func NewCheckpointCmd ¶ added in v1.1.0
NewCheckpointCmd returns the checkpoint command group.
func NewDepAddCmd ¶
NewDepAddCmd creates `backlogit dep add <item-id> <depends-on> [--type blocks]`.
func NewDepListCmd ¶
NewDepListCmd creates `backlogit dep list <item-id> [--reverse]`.
func NewDepRemoveCmd ¶
NewDepRemoveCmd creates `backlogit dep remove <item-id> <depends-on>`.
func NewMetadataCmd ¶
NewMetadataCmd creates the metadata command group.
func NewQueueBulkStatusCmd ¶
NewQueueBulkStatusCmd creates `backlogit queue bulk-status --ids 001-T,002-T --status active`.
func NewQueueCmd ¶
NewQueueCmd creates the `backlogit queue` command group for queue operations.
func NewQueueMoveCmd ¶
NewQueueMoveCmd creates `backlogit queue move <item-id> --position <N>`.
func NewQueueViewCmd ¶
NewQueueViewCmd creates `backlogit queue view` with filter/group/sort flags.
func NewRootCommand ¶
NewRootCommand creates the backlogit CLI root command.
func NewShipmentCmd ¶
NewShipmentCmd returns the top-level `backlogit shipment` command group.
func NewStashCmd ¶
NewStashCmd creates the stash command group.
func NewTelemetryCmd ¶
NewTelemetryCmd returns the `telemetry` parent command and its subcommands.
backlogit telemetry harvest -- parse Copilot CLI logs and write telemetry-sessions.jsonl backlogit telemetry list -- list harvested session summaries backlogit telemetry top -- show top N tool calls by token usage backlogit telemetry report -- generate a formatted telemetry report