0.0.9 • Published 4 years ago

mon-service v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

mon-service

easy monitoring cli

oclif Version Downloads/week

Usage

$ npm install -g mon-service
$ mon-service COMMAND
running command...
$ mon-service (-v|--version|version)
mon-service/0.0.8 darwin-x64 node-v13.7.0
$ mon-service --help [COMMAND]
USAGE
  $ mon-service COMMAND
...

Commands

mon-service hello

Describe the command here

USAGE
  $ mon-service hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

mon-service help [COMMAND]

display help for mon-service

USAGE
  $ mon-service help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

mon-service monitor

Describe the Monitor command here

USAGE
  $ mon-service monitor

OPTIONS
  -f, --file=file  tests object file path

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/monitor.js