tonos-cli
Note:
tonos-cli
is in the process of being rebranded to everos-cli
EverDev installs tonos-cli globally, so after the installation is complete, you can access the functionality via command:
tonos-cli <command> <args>
This command installs the latest tonos-cli
everdev tonos-cli install
The installer requires NPM to be installed, so it can install packages globally without using sudo. In case of error, manually set environment variable
PATH=$PATH:$HOME/.everdev/solidity
This command shows the used tonos-cli version and list of available for download versions
everdev tonos-cli version
Version Available
--------- ------------------------------------------------------
0.8.1 0.6.0, 0.6.1, 0.6.2, 0.7.1, 0.6.3, 0.7.0, 0.8.0, 0.8.1
This command specifies tonos-cli version to use and downloads it if needed.
everdev tonos-cli set --version 0.8.0
This command updates tonos-cli version to the latest
everdev tonos-cli update