Skip to content

binacs/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli

Terminal client for Server. Quick visit https://binacs.space

1. Preparation

Golang enviroment.

2. Usage

  1. Deploy clid which is the daemon program connected to api.binacs.space , and cli which you use.

    Run deploy.sh:

    $ ./deploy.sh
  2. Quick visit binacs.space serivice by the command line tool cli.

    Run cli --help to 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.

3. More

  1. cos : Storage service, web at https://binacs.space/toys/storage .
  2. crypto : Crypto service, web at https://binacs.space/toys/crypto
  3. pastebin : PasteBin service, web at https://binacs.space/toys/pastebin .
  4. tinyurl : TinyURL service, web at https://binacs.space/toys/tinyurl .
  5. user : User service, only for cli.
  6. version: Show version infomation.
  7. help : You know.

About

Terminal client for Server. Quick visit https://binacs.space

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published