Command | Description |
---|---|
fuelup toolchain install latest | Installs the toolchain distributed by the latest channel |
fuelup toolchain new my_toolchain | Creates a new custom toolchain named 'my_toolchain' and sets it as the default |
fuelup toolchain uninstall my_toolchain | Uninstalls the toolchain named 'my_toolchain' |
fuelup default my_toolchain | Sets 'my_toolchain' as the active toolchain |
fuelup component add forc | Adds forc to the currently active custom toolchain |
fuelup component add fuel-core@0.9.5 | Adds fuel-core v0.9.5 to the currently active custom toolchain |
fuelup component remove forc | Removes forc from the currently active custom toolchain |
fuelup self update | Updates fuelup |
fuelup check | Checks for updates to distributable toolchains |
fuelup show | Shows the active toolchain and installed toolchains, as well as the host and fuelup home |
fuelup toolchain help | Shows the help page for a subcommand (like toolchain ) |
fuelup completions --shell=zsh | Generate shell completions for ZSH |
Was this page helpful?