More convenient way to work with toncli#5
More convenient way to work with toncli#5taiakindaniil wants to merge 7 commits intoTrinketer22:masterfrom
Conversation
|
Awesome! |
|
Maybe even having default config path passed in every command unless explicitly specified otherwise, is not a bad idea. |
|
So, I've added support for permanently variables. Now, the deployment stuff is saved in toncli-docker --set-deployment-path /your/custom/path |
|
Thanks a lot! |
I've added toncli-docker file that makes TON dev process w/ docker in more convenient way. Add
toncli-dockerto /usr/local/bin to access it from anywhere.There is no need to write big commands with redundant construction like
docker run --rm -it -v ~/Dev/test_project:/code ...and so on. It's just a simple way:toncli-docker start --name test_project walletIn common:
toncli-docker <toncli-command>