@allstar/allstar-cli

v1.4.0
CLI Tool for the allstar suite of applications
seeli cli allstar

allstar-cli

A command line tool for allstar suite of applications

Installation

$ npm install -g @allstar/allstar-cli`
$ allstar --help
$ alstar sys --help

configuration

global configuration for the tool can be added to a json file in:

  • /etc/@allstar/allstar-cli.json
  • ~/.config/@allstar/allstar-cli.json

To work on a local cluster, configuration should look something like this:

{
  "nats":{
    "user": null
  , "pass": null
  , "servers": [
      "nats://0.0.0.0:4222"
    , "nats://0.0.0.0:4223"
    , "nats://0.0.0.0:4224"
    ]
  }
}
npm i @allstar/allstar-cli

Metadata

  • MIT
  • Whatever
  • Eric Satterwhite
  • released 6/25/2018

Downloads

Maintainers