Command line tool for key-value storage on eosio blockchains.
$ npm install -g put-cli-tool
$ put COMMAND
running command...
$ put (-v|--version|version)
put-cli-tool/0.0.0 darwin-x64 node-v13.11.0
$ put --help [COMMAND]
USAGE
$ put COMMAND
...
Describe the command here
USAGE
$ put hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/hello.js
display help for put
USAGE
$ put help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help