- All commands have well described
helpmessages you can run any command with-hflag to see helptoncli -h- as example
- You can use
toncli f/toncli fiftinstead of runningfift -I .../fift-libs - You can use
toncli fc/toncli funcinstead of runningfunc -SPA .../func-libs/stdlib.func - You can use
toncli lc/toncli lite-clientinstead of runninglite-client -C /usr/lib/testnet-global.config.json- Network configuration
--netflag, you may want to see help message
- Network configuration
- You can convert string to integer
toncli tointeger TESTto add text to yourfuncfiles - You can auto build func files and then run own fift file E.g.
toncli run fift/load_c4.fif --buildinexternal_data - You can build all contracts in project by
toncli fc build - You can pass data to stack of data.fif in your project (path is in
project.yaml) by passing it in parameterdata-paramsofdeploycommand. For example,toncli deploy --data-params==hello_world