arweb-deploy
v0.1.2
Published
Arweb deploy is a tool to help you with deploying your arweb project
Downloads
4
Readme
arweb-deploy
Arweb deploy is a tool to help you with deploying your arweb project
Usage
$ npm install -g arweb-deploy
$ arweb-deploy COMMAND
running command...
$ arweb-deploy (-v|--version|version)
arweb-deploy/0.1.2 linux-x64 node-v10.16.3
$ arweb-deploy --help [COMMAND]
USAGE
$ arweb-deploy COMMAND
...
Commands
arweb-deploy create-object DESCRIPTION-FILE-PATH OBJECT-PATH [KV]
arweb-deploy deploy-assets PATH APP-ID
arweb-deploy help [COMMAND]
arweb-deploy create-object DESCRIPTION-FILE-PATH OBJECT-PATH [KV]
Create an arbase object and write it to the permaweb
USAGE
$ arweb-deploy create-object DESCRIPTION-FILE-PATH OBJECT-PATH [KV]
ARGUMENTS
DESCRIPTION-FILE-PATH Path to description file, with either node: or json: prefix
OBJECT-PATH Name and namespace of the object
KV key=value structure
OPTIONS
-k, --key-file=key-file (required) Path to arweave key-file
-y, --yes
See code: src/commands/create-object.js
arweb-deploy deploy-assets PATH APP-ID
Deploys assets to the permaweb
USAGE
$ arweb-deploy deploy-assets PATH APP-ID
ARGUMENTS
PATH Path to assets
APP-ID App ID to update
OPTIONS
-k, --key-file=key-file (required) Path to arweave key-file
-y, --yes
See code: src/commands/deploy-assets.js
arweb-deploy help [COMMAND]
display help for arweb-deploy
USAGE
$ arweb-deploy help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help