Versions in this module Expand all Collapse all v0 v0.13.0 Mar 25, 2026 v0.12.0 Mar 22, 2026 Changes in this version + func BuildTrackerCmd(loader func(string) ([]tracker.Instance, error)) *cobra.Command + func PrintFindJSON(w io.Writer, entry FindResultEntry) error + func PrintFindTable(out io.Writer, entry FindResultEntry) error + func PrintTrackerJSON(w io.Writer, entries []TrackerEntry) error + func PrintTrackerTable(out io.Writer, entries []TrackerEntry) error + func RunTrackerFind(ctx context.Context, out io.Writer, dir, key string, table bool, ...) error + func RunTrackerFindWithInstances(ctx context.Context, out io.Writer, key string, instances []tracker.Instance, ...) error + func RunTrackerList(out io.Writer, dir string, table bool, ...) error + type FindResultEntry struct + Key string + Project string + Provider string + type TrackerEntry struct + Description string + Name string + Type string + URL string + User string