0.0.4 • Published 3 years ago

feather-cli v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

feather-cli

A CLI to interact with the Feather network.

oclif Version CircleCI Downloads/week License

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-bid

USAGE
  $ feather-cli exec-bid

See code: src/commands/exec-bid.ts

feather-cli exec-get

USAGE
  $ feather-cli exec-get

See code: src/commands/exec-get.ts

feather-cli exec-post

USAGE
  $ feather-cli exec-post

See 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 help

See 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 CLI

See code: @oclif/plugin-help

feather-cli prop

Propose file to the system.

USAGE
  $ feather-cli prop

See code: src/commands/prop.ts

feather-cli prop-accept

USAGE
  $ feather-cli prop-accept

See code: src/commands/prop-accept.ts

feather-cli prop-get

USAGE
  $ feather-cli prop-get

See code: src/commands/prop-get.ts

feather-cli val-get

USAGE
  $ feather-cli val-get

See code: src/commands/val-get.ts

feather-cli val-post

USAGE
  $ feather-cli val-post

See code: src/commands/val-post.ts