Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@allstar/allstar-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allstar/allstar-cli

CLI Tool for the allstar suite of applications

latest
Source
npmnpm
Version
1.4.0
Version published
Weekly downloads
2
-75%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

seeli

FAQs

Package last updated on 25 Jun 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