@allstar/allstar-cli

CLI Tool for the allstar suite of applications

Usage no npm install needed!

<script type="module">
  import allstarAllstarCli from 'https://cdn.skypack.dev/@allstar/allstar-cli';
</script>

README

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