You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, fuelup is very verbose with what it prints to the console during installation. We should look at moving some of this information to the new log file in #522.
Adding component fuel-core v0.20.5 to 'latest-aarch64-apple-darwin'
Fetching binary from https://github.com/FuelLabs/fuel-core/releases/download/v0.20.5/fuel-core-0.20.5-aarch64-apple-darwin.tar.gz
Unpacking and moving fuel-core-keygen to /.fuelup/store/fuel-core-0.20.5
Unpacking and moving fuel-core to /.fuelup/store/fuel-core-0.20.5
Installed fuel-core v0.20.5 for toolchain 'latest-aarch64-apple-darwin'
Adding component fuel-core-keygen v0.20.5 to 'latest-aarch64-apple-darwin'
Fetching binary from https://github.com/FuelLabs/fuel-core/releases/download/v0.20.5/fuel-core-0.20.5-aarch64-apple-darwin.tar.gz
Unpacking and moving fuel-core-keygen to /.fuelup/store/fuel-core-keygen-0.20.5
Unpacking and moving fuel-core to /.fuelup/store/fuel-core-keygen-0.20.5
Installed fuel-core-keygen v0.20.5 for toolchain 'latest-aarch64-apple-darwin'
Adding component fuel-indexer v0.23.0 to 'latest-aarch64-apple-darwin'
Fetching binary from https://github.com/FuelLabs/fuel-indexer/releases/download/v0.23.0/fuel-indexer-0.23.0-aarch64-apple-darwin.tar.gz
Unpacking and moving fuel-indexer to /.fuelup/store/fuel-indexer-0.23.0
Installed fuel-indexer v0.23.0 for toolchain 'latest-aarch64-apple-darwin'
Installed:
- forc 0.46.1
- forc-explore 0.28.1
- forc-index 0.23.0
- forc-wallet 0.3.0
- fuel-core 0.20.5
- fuel-core-keygen 0.20.5
- fuel-indexer 0.23.0
The Fuel toolchain is installed and up to date
fuelup 0.20.0 has been installed in /.fuelup/bin. To fetch the latest toolchain containing the forc and fuel-core binaries, run 'fuelup toolchain install latest'. To generate completions for your shell, run 'fuelup completions --shell=SHELL'.
/.fuelup/bin already exists in your PATH.
Also, it would be nice to print some links to the documentation after installation is finished. Here is the output of foundry for reference.
The text was updated successfully, but these errors were encountered:
JoshuaBatty
changed the title
Clean up console printing when installing fuelup
Clean up console printing when installing fuelup and include links to docs
Nov 28, 2023
Currently, fuelup is very verbose with what it prints to the console during installation. We should look at moving some of this information to the new log file in #522.
Also, it would be nice to print some links to the documentation after installation is finished. Here is the output of foundry for reference.
The text was updated successfully, but these errors were encountered: