Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aragon/cli

Package Overview
Dependencies
Maintainers
7
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aragon/cli

Aragon command-line tools

  • 2.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
104
Maintainers
7
Weekly downloads
 
Created
Source

Aragon CLI

NPM version Build Status Test Coverage Downloads Standard
Website | Documentation | Contributing | Chat

CLI tool for creating, testing and publishing Aragon applications.

Installation

npm install -g @aragon/cli

Usage

➜ aragon-example-application aragon-dev-cli help
aragon-dev-cli <command>

Commands:
  aragon-dev-cli bootstrap               Set up a development chain and deploy
                                         an Aragon organisation
  aragon-dev-cli init <name> [template]  Initialise a new application
  aragon-dev-cli playground              Set up a dev chain, deploy an Aragon
                                         organisation and install your app
  aragon-dev-cli publish [contract]      Publish a new version of the
                                         application
  aragon-dev-cli version <bump>          Bump the application version
  aragon-dev-cli versions                List all versions of the package

APM:
  --apm.ens-registry  Address of the ENS registry
  --eth-rpc           An URI to the Ethereum node used for RPC calls
                                              [default: "http://localhost:8545"]

APM providers:
  --apm.ipfs.rpc  An URI to the IPFS node used to publish files
                   [default: {"host":"localhost","protocol":"http","port":5001}]

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]
  --silent   Silence output to terminal                         [default: false]

For more information, check out https://wiki.aragon.one

Recipes

Creating and publishing an application

aragon-dev-cli init polls.aragonpm.test
cd polls
aragon-dev-cli publish

Publishing a new version

aragon-dev-cli version minor
aragon-dev-cli publish

Scaffolding from a custom template

aragon-dev-cli init polls.aragonpm.test username/gh-repo

Keywords

FAQs

Package last updated on 06 Mar 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc