0.0.5 • Published 8 years ago

health-check-system-cmd v0.0.5

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-cmd

Commands

-p --path   Path of configuration file
-r --prettyResult   Result in pretty format
-e --errorFilePath  In case of bad health run file

Help

Configuration File

For configuration file structure visit

Treat File

Is necessary to be in this format

function error(status) {
	\\ Your code in here
}

module.exports = error