Examples

CommandDescription
fuelup toolchain install latestInstalls the toolchain distributed by the latest channel
fuelup toolchain new my_toolchainCreates a new custom toolchain named 'my_toolchain' and sets it as the default
fuelup toolchain uninstall my_toolchainUninstalls the toolchain named 'my_toolchain'
fuelup default my_toolchainSets 'my_toolchain' as the active toolchain
fuelup component add forcAdds forc to the currently active custom toolchain
fuelup component add [email protected]Adds fuel-core v0.9.5 to the currently active custom toolchain
fuelup component remove forcRemoves forc from the currently active custom toolchain
fuelup self updateUpdates fuelup
fuelup checkChecks for updates to distributable toolchains
fuelup showShows the active toolchain and installed toolchains, as well as the host and fuelup home
fuelup toolchain helpShows the help page for a subcommand (like toolchain)
fuelup completions --shell=zshGenerate shell completions for ZSH