README.md 3.0 KB

storage-node-v2

Jostream storage subsystem.

oclif Version Downloads/week License

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

storage-node leader:create-bucket

Create new storage bucket. Requires storage working group leader permissions.

USAGE
  $ storage-node leader:create-bucket

OPTIONS
  -a, --allow            Accepts new bags
  -d, --dev              Use development mode
  -h, --help             show CLI help
  -i, --invited=invited  Invited storage operator ID (storage WG worker ID)
  -n, --number=number    Storage bucket max total objects number
  -s, --size=size        Storage bucket max total objects size

See code: src/commands/leader/create-bucket.ts

storage-node leader:update-bags [FILE]

describe the command here

USAGE
  $ storage-node leader:update-bags [FILE]

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

See code: src/commands/leader/update-bags.ts

storage-node operator:accept-invitation [FILE]

Accept pending storage bucket invitation.

USAGE
  $ storage-node operator:accept-invitation [FILE]

OPTIONS
  -b, --bucket=bucket  (required) Storage bucket ID
  -d, --dev            Use development mode
  -h, --help           show CLI help
  -w, --worker=worker  (required) Storage operator worker ID

See code: src/commands/operator/accept-invitation.ts