0.0.2 • Published 8 years ago

health-check-system-cli v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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