README.md 1.7 KB

storage-node-v2

Jostream storage subsystem.

oclif Version Downloads/week License

storage-node hello [FILE]

describe the command here

USAGE
  $ storage-node hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ storage-node hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

storage-node help [COMMAND]

display help for storage-node

USAGE
  $ storage-node help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help