Skip to content

[Good First Issue] Add toolkit subcommands #6

@GyaneshSamanta

Description

@GyaneshSamanta

cue doctor already tells users to run cue toolkit install <tool> when a dependency is missing, and doctor fix --all runs that exact command, but there is no cue toolkit command defined in cmd/ yet. The doctor workflow therefore points to a non-existent CLI entrypoint.

Building a cmd/toolkit.go (or similar) that hooks into internal/toolkit.Registry and exposes at least list, install, and upgrade subcommands would make the doctor's fixes actionable. Contributors can reuse the existing toolkit engine to print tool metadata, call toolkit.Install, and wire the new command into rootCmd. With that in place, the doctor's user guidance and automation become meaningful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions