Jostream storage subsystem.
$ npm install -g storage-node-v2
$ storage-node COMMAND
running command...
$ storage-node (-v|--version|version)
storage-node-v2/0.1.0 darwin-x64 node-v14.17.0
$ storage-node --help [COMMAND]
USAGE
$ storage-node COMMAND
...
storage-node dev:init
Initialize development environment. Sets Alice as storage working group leader.
USAGE
$ storage-node dev:init
OPTIONS
-h, --help show CLI help
-k, --keyfile=keyfile Key file for the account. Mandatory in non-dev environment.
-m, --dev Use development mode
-p, --password=password Key file password (optional).
-u, --apiUrl=apiUrl Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
See code: src/commands/dev/init.ts
storage-node dev:multihash
Creates a multihash (blake3) for a file.
USAGE
$ storage-node dev:multihash
OPTIONS
-f, --file=file (required) Path for a hashing file.
-h, --help show CLI help
See code: src/commands/dev/multihash.ts
storage-node dev:upload
Upload data object (development mode only).
USAGE
$ storage-node dev:upload
OPTIONS
-c, --cid=cid (required) Data object IPFS content ID.
-h, --help show CLI help
-k, --keyfile=keyfile Key file for the account. Mandatory in non-dev environment.
-m, --dev Use development mode
-p, --password=password Key file password (optional).
-s, --size=size (required) Data object size.
-u, --apiUrl=apiUrl Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
See code: src/commands/dev/upload.ts
storage-node dev:verify-bag-id
The command verifies bag id supported by the storage node. Requires chain connection.
USAGE
$ storage-node dev:verify-bag-id
OPTIONS
-h, --help
show CLI help
-i, --bagId=bagId
(required)
Bag ID. Format: {bag_type}:{sub_type}:{id}.
- Bag types: 'static', 'dynamic'
- Sub types: 'static:council', 'static:wg', 'dynamic:member', 'dynamic:channel'
- Id:
- absent for 'static:council'
- working group name for 'static:wg'
- integer for 'dynamic:member' and 'dynamic:channel'
Examples:
- static:council
- static:wg:storage
- dynamic:member:4
-k, --keyfile=keyfile
Key file for the account. Mandatory in non-dev environment.
-m, --dev
Use development mode
-p, --password=password
Key file password (optional).
-u, --apiUrl=apiUrl
Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
See code: src/commands/dev/verify-bag-id.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
storage-node leader:cancel-invite
Cancels a storage bucket operator invite. Requires storage working group leader permissions.
USAGE
$ storage-node leader:cancel-invite
OPTIONS
-h, --help show CLI help
-i, --bucketId=bucketId (required) Storage bucket ID
-k, --keyfile=keyfile Key file for the account. Mandatory in non-dev environment.
-m, --dev Use development mode
-p, --password=password Key file password (optional).
-u, --apiUrl=apiUrl Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
See code: src/commands/leader/cancel-invite.ts
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
-h, --help show CLI help
-i, --invited=invited Invited storage operator ID (storage WG worker ID)
-k, --keyfile=keyfile Key file for the account. Mandatory in non-dev environment.
-m, --dev Use development mode
-n, --number=number Storage bucket max total objects number
-p, --password=password Key file password (optional).
-s, --size=size Storage bucket max total objects size
-u, --apiUrl=apiUrl Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
See code: src/commands/leader/create-bucket.ts
storage-node leader:delete-bucket
Deletes a storage bucket. Requires storage working group leader permissions.
USAGE
$ storage-node leader:delete-bucket
OPTIONS
-h, --help show CLI help
-i, --bucketId=bucketId (required) Storage bucket ID
-k, --keyfile=keyfile Key file for the account. Mandatory in non-dev environment.
-m, --dev Use development mode
-p, --password=password Key file password (optional).
-u, --apiUrl=apiUrl Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
See code: src/commands/leader/delete-bucket.ts
storage-node leader:invite-operator
Invites a storage bucket operator. Requires storage working group leader permissions.
USAGE
$ storage-node leader:invite-operator
OPTIONS
-h, --help show CLI help
-i, --bucketId=bucketId (required) Storage bucket ID
-k, --keyfile=keyfile Key file for the account. Mandatory in non-dev environment.
-m, --dev Use development mode
-p, --password=password Key file password (optional).
-u, --apiUrl=apiUrl Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
-w, --operatorId=operatorId (required) Storage bucket operator ID (storage group worker ID)
See code: src/commands/leader/invite-operator.ts
storage-node leader:remove-operator
Removes a storage bucket operator. Requires storage working group leader permissions.
USAGE
$ storage-node leader:remove-operator
OPTIONS
-h, --help show CLI help
-i, --bucketId=bucketId (required) Storage bucket ID
-k, --keyfile=keyfile Key file for the account. Mandatory in non-dev environment.
-m, --dev Use development mode
-p, --password=password Key file password (optional).
-u, --apiUrl=apiUrl Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
See code: src/commands/leader/remove-operator.ts
storage-node leader:set-uploading-block [FILE]
describe the command here
USAGE
$ storage-node leader:set-uploading-block [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/leader/set-uploading-block.ts
storage-node leader:update-bag
Add/remove a storage bucket from a bag (adds by default).
USAGE
$ storage-node leader:update-bag
OPTIONS
-b, --bucket=bucket
(required) Storage bucket ID
-h, --help
show CLI help
-i, --bagId=bagId
(required)
Bag ID. Format: {bag_type}:{sub_type}:{id}.
- Bag types: 'static', 'dynamic'
- Sub types: 'static:council', 'static:wg', 'dynamic:member', 'dynamic:channel'
- Id:
- absent for 'static:council'
- working group name for 'static:wg'
- integer for 'dynamic:member' and 'dynamic:channel'
Examples:
- static:council
- static:wg:storage
- dynamic:member:4
-k, --keyfile=keyfile
Key file for the account. Mandatory in non-dev environment.
-m, --dev
Use development mode
-p, --password=password
Key file password (optional).
-r, --remove
Remove a bucket from the bag
-u, --apiUrl=apiUrl
Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
See code: src/commands/leader/update-bag.ts
storage-node leader:update-bag-limit
Updates StorageBucketsPerBagLimit variable in the Joystream node storage.
USAGE
$ storage-node leader:update-bag-limit
OPTIONS
-h, --help show CLI help
-k, --keyfile=keyfile Key file for the account. Mandatory in non-dev environment.
-l, --limit=limit (required) New StorageBucketsPerBagLimit value
-m, --dev Use development mode
-p, --password=password Key file password (optional).
-u, --apiUrl=apiUrl Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
See code: src/commands/leader/update-bag-limit.ts
storage-node leader:update-data-fee
Updates data size fee. Requires storage working group leader permissions.
USAGE
$ storage-node leader:update-data-fee
OPTIONS
-f, --fee=fee (required) New data size fee
-h, --help show CLI help
-k, --keyfile=keyfile Key file for the account. Mandatory in non-dev environment.
-m, --dev Use development mode
-p, --password=password Key file password (optional).
-u, --apiUrl=apiUrl Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
See code: src/commands/leader/update-data-fee.ts
storage-node leader:update-voucher-limits
Updates VoucherMaxObjectsSizeLimit and VoucherMaxObjectsNumberLimit the Joystream node storage.
USAGE
$ storage-node leader:update-voucher-limits
OPTIONS
-h, --help show CLI help
-k, --keyfile=keyfile Key file for the account. Mandatory in non-dev environment.
-m, --dev Use development mode
-o, --objects=objects (required) New 'max voucher object number limit' value
-p, --password=password Key file password (optional).
-s, --size=size (required) New 'max voucher object size limit' value
-u, --apiUrl=apiUrl Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
See code: src/commands/leader/update-voucher-limits.ts
storage-node operator:accept-invitation
Accept pending storage bucket invitation.
USAGE
$ storage-node operator:accept-invitation
OPTIONS
-h, --help show CLI help
-i, --bucketId=bucketId (required) Storage bucket ID
-k, --keyfile=keyfile Key file for the account. Mandatory in non-dev environment.
-m, --dev Use development mode
-p, --password=password Key file password (optional).
-u, --apiUrl=apiUrl Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
-w, --workerId=workerId (required) Storage operator worker ID
See code: src/commands/operator/accept-invitation.ts
storage-node operator:set-metadata
Accept pending storage bucket invitation.
USAGE
$ storage-node operator:set-metadata
OPTIONS
-h, --help show CLI help
-i, --bucketId=bucketId (required) Storage bucket ID
-k, --keyfile=keyfile Key file for the account. Mandatory in non-dev environment.
-m, --dev Use development mode
-m, --metadata=metadata Storage bucket operator metadata
-p, --password=password Key file password (optional).
-u, --apiUrl=apiUrl Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
-w, --operatorId=operatorId (required) Storage bucket operator ID (storage group worker ID)
See code: src/commands/operator/set-metadata.ts
storage-node server [FILE]
Starts the storage node server.
USAGE
$ storage-node server [FILE]
OPTIONS
-d, --uploads=uploads (required) Data uploading directory (absolute path).
-h, --help show CLI help
-k, --keyfile=keyfile Key file for the account. Mandatory in non-dev environment.
-m, --dev Use development mode
-o, --port=port (required) Server port.
-p, --password=password Key file password (optional).
-u, --apiUrl=apiUrl Runtime API URL. Mandatory in non-dev environment. Default is ws://localhost:9944
-w, --worker=worker (required) Storage provider worker ID
See code: src/commands/server.ts