0.0.4 • Published 5 years ago
feather-cli v0.0.4
feather-cli
A CLI to interact with the Feather network.
Usage
$ npm install -g feather-cli
$ feather-cli COMMAND
running command...
$ feather-cli (-v|--version|version)
feather-cli/0.0.4 win32-x64 node-v15.13.0
$ feather-cli --help [COMMAND]
USAGE
$ feather-cli COMMAND
...Commands
feather-cli exec-bidfeather-cli exec-getfeather-cli exec-postfeather-cli exec-wasm [FILE]feather-cli help [COMMAND]feather-cli propfeather-cli prop-acceptfeather-cli prop-getfeather-cli val-getfeather-cli val-post
feather-cli exec-bid
USAGE
$ feather-cli exec-bidSee code: src/commands/exec-bid.ts
feather-cli exec-get
USAGE
$ feather-cli exec-getSee code: src/commands/exec-get.ts
feather-cli exec-post
USAGE
$ feather-cli exec-postSee code: src/commands/exec-post.ts
feather-cli exec-wasm [FILE]
Run a local wasm file.
USAGE
$ feather-cli exec-wasm [FILE]
OPTIONS
-h, --help show CLI helpSee code: src/commands/exec-wasm.ts
feather-cli help [COMMAND]
display help for feather-cli
USAGE
$ feather-cli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLISee code: @oclif/plugin-help
feather-cli prop
Propose file to the system.
USAGE
$ feather-cli propSee code: src/commands/prop.ts
feather-cli prop-accept
USAGE
$ feather-cli prop-acceptSee code: src/commands/prop-accept.ts
feather-cli prop-get
USAGE
$ feather-cli prop-getSee code: src/commands/prop-get.ts
feather-cli val-get
USAGE
$ feather-cli val-getSee code: src/commands/val-get.ts
feather-cli val-post
USAGE
$ feather-cli val-postSee code: src/commands/val-post.ts