0.1.0-dev.1 • Published 4 years ago

oclif-status-plugin v0.1.0-dev.1

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

@isolated1/status

A simple status plugin for returning if a service is up or not.

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g oclif-status-plugin
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
oclif-status-plugin/0.1.0-dev.0 linux-x64 node-v13.12.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example status URL

checks if a service is responding or not.

USAGE
  $ oclif-example status URL

ARGUMENTS
  URL  a valid URL to check

See code: src/commands/status.ts