🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

arweb-deploy

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arweb-deploy

Arweb deploy is a tool to help you with deploying your arweb project

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

arweb-deploy

Arweb deploy is a tool to help you with deploying your arweb project

oclif Version Appveyor CI Downloads/week License

  • Usage
  • Commands

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]

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

Keywords

oclif

FAQs

Package last updated on 09 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts