npm.io
0.0.2 • Published 10 years agoCLI

health-check-system-cli

Licence
MIT
Version
0.0.2
Deps
6
Vulns
0
Weekly
0

Health Check System Command line

A client on command line to Health Check System (https://github.com/LucasRodrigues/health-check-system)

CI

Circle CI

Install

npm install -g health-check-system-cli

Commands

-i --input File or Url source of configuration file
-r --prettyResult   Result in pretty format
-e --errorHandler  File or Url to handle error on case of bad health

Help

Configuration File

For configuration file structure visit

Error handling
Archive

Create a javascript file with this content

function error(status) {
    return new Promise(function(resolve,rejected){
        \\ Your code here
       
    });
}

module.exports = error
Url

Keywords