health-check-system-cli

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i health-check-system-cli

Weekly Downloads

3

Version

0.0.2

License

MIT

Last publish

Collaborators

  • lucastinik