1.4.0 • Published 6 years ago

@allstar/allstar-cli v1.4.0

Weekly downloads
8
License
MIT
Repository
bitbucket
Last release
6 years ago

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

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago