Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releasing Huak's toolchain management #814

Open
cnpryer opened this issue Nov 6, 2023 · 0 comments
Open

Releasing Huak's toolchain management #814

cnpryer opened this issue Nov 6, 2023 · 0 comments
Milestone

Comments

@cnpryer
Copy link
Owner

cnpryer commented Nov 6, 2023

As a first pass Huak's toolchain implements the following CI

huak toolchain update <tool>           # Update the current toolchain tools
huak toolchain install <channel>       # Install a toolchain via its channel
huak toolchain uninstall <channel>     # Uninstall a toolchain via its channel
huak toolchain add <tool>              # Add a tool to the current toolchain
huak toolchain remove <tool>           # Remove a tool from the current toolchain
huak toolchain run <tool>              # Run a tool installed to the current toolchain.
huak toolchain info                    # Display the current toolchain's information
huak toolchain list                    # Display available toolchains

settings.toml and use are not fleshed out yet.

huak toolchain use <channel>           # Use a toolchain via its channel

Before releasing huak toolchain this issue will track what's needed to completed prior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant