Terminal client for Server. Quick visit https://binacs.space
Golang enviroment.
-
Deploy
clidwhich is the daemon program connected to api.binacs.space , andcliwhich you use.Run deploy.sh:
$ ./deploy.sh
-
Quick visit binacs.space serivice by the command line tool
cli.Run
cli --helpto see more details:$ cli --help Terminal client for https://binacs.space More at https://github.com/binacs/cli Usage: root [command] Available Commands: cos Cos Command: Just run `cli cos put/get sth.(file)` crypto Crypto Command: Just run `cli crypto encrypt/decrypt BASE64/AES/DES sth.(string)` help Help about any command pastebin PasteBin Command: Just run `cli pastebin submit sth.(file)` tinyurl TinyURL Command: Just run `cli tinyurl encode/decode sth.` user User Command: Just run `cli user test/register/auth/refresh/info` version Version Command Flags: -h, --help help for root Use "root [command] --help" for more information about a command.
cos: Storage service, web at https://binacs.space/toys/storage .crypto: Crypto service, web at https://binacs.space/toys/cryptopastebin: PasteBin service, web at https://binacs.space/toys/pastebin .tinyurl: TinyURL service, web at https://binacs.space/toys/tinyurl .user: User service, only for cli.version: Show version infomation.help: You know.