Leszek Wiesner 56fe75c940 create-bucket-family, set-buckets-per-bag-limit, create-bucket, update-bag 3 lat temu
..
bin cde3623cf0 Distributor node - initial commit 3 lat temu
config cde3623cf0 Distributor node - initial commit 3 lat temu
scripts 56fe75c940 create-bucket-family, set-buckets-per-bag-limit, create-bucket, update-bag 3 lat temu
src 56fe75c940 create-bucket-family, set-buckets-per-bag-limit, create-bucket, update-bag 3 lat temu
test cde3623cf0 Distributor node - initial commit 3 lat temu
.eslintignore cde3623cf0 Distributor node - initial commit 3 lat temu
.gitignore cde3623cf0 Distributor node - initial commit 3 lat temu
.prettierignore cde3623cf0 Distributor node - initial commit 3 lat temu
README.md cde3623cf0 Distributor node - initial commit 3 lat temu
config.yml 56fe75c940 create-bucket-family, set-buckets-per-bag-limit, create-bucket, update-bag 3 lat temu
docker-compose.yml cde3623cf0 Distributor node - initial commit 3 lat temu
openapitools.json cde3623cf0 Distributor node - initial commit 3 lat temu
package.json 56fe75c940 create-bucket-family, set-buckets-per-bag-limit, create-bucket, update-bag 3 lat temu
tsconfig.json cde3623cf0 Distributor node - initial commit 3 lat temu

README.md

@joystream/distributor-cli

Joystream distributor node CLI

oclif Version Downloads/week License

joystream-distributor help [COMMAND]

display help for joystream-distributor

USAGE
  $ joystream-distributor help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

joystream-distributor start [CONFIG]

Start the node

USAGE
  $ joystream-distributor start [CONFIG]

ARGUMENTS
  CONFIG  [default: ./config.yml] Path to YAML configuration file

EXAMPLE
  $ joystream-distributor start

See code: src/commands/start.ts