upptime / cli

⬆️🛠️ Upcoming CLI to power the new version of Upptime
MIT License
15 stars 8 forks source link
cli command-line-tool nodejs oclif typescript

Upptime CLI

Uptime monitor and status page powered by GitHub Actions, Issues, and Pages

oclif Version CircleCI Downloads/week License

upp config

configures uclirc.yml

USAGE
  $ upp config

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

See code: src/commands/config.ts

upp docs

redirects to Upptime docs

USAGE
  $ upp docs

See code: src/commands/docs.ts

upp help [COMMAND]

display help for upp

USAGE
  $ upp help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

upp init

initializes upptime

USAGE
  $ upp init

See code: src/commands/init.ts

upp run [ITERATIONS]

Run workflows

USAGE
  $ upp run [ITERATIONS]

OPTIONS
  -g, --graphs
  -h, --help                   show CLI help
  -i, --iterations=iterations  number of iterations
  -p, --staticSite
  -s, --summary
  -u, --uptime

See code: src/commands/run.ts

upp status

updates about status of websites

USAGE
  $ upp status

See code: src/commands/status.ts

upp incidents

reports all the incidents/downtimes

USAGE
  $ upp incidents

See code: src/commands/status.ts