@allstar/allstar-cli

1.4.0 • Public • Published

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"
    ]
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @allstar/allstar-cli

Weekly Downloads

0

Version

1.4.0

License

MIT

Unpacked Size

8.85 kB

Total Files

9

Last publish

Collaborators

  • esatterwhite