@upptime/upp
v0.1.0-beta
Published
Uptime monitor and status page powered by GitHub Actions, Issues, and Pages
Downloads
15
Readme
Upptime CLI
Uptime monitor and status page powered by GitHub Actions, Issues, and Pages
Usage
$ npm install -g @upptime/upp
$ upp COMMAND
running command...
$ upp (-v|--version|version)
@upptime/upp/0.1.0-beta linux-x64 node-v14.17.0
$ upp --help [COMMAND]
USAGE
$ upp COMMAND
...Commands
upp config
configures uclirc.yml
USAGE
$ upp configSee code: src/commands/config.ts
upp docs
redirects to Upptime docs
USAGE
$ upp docsSee 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 CLISee code: @oclif/plugin-help
upp incidents
reports all the incidents/downtimes
USAGE
$ upp incidents
OPTIONS
-e, --edit=edit Edit an Issue
-h, --help Show help for run cmd
-x, --extended show extra columns
--columns=columns only show provided columns (comma-separated)
--csv output is csv format
--filter=filter filter property by partial string matching, ex: name=foo
--no-header hide table header from output
--no-truncate do not truncate output to fit screen
--sort=sort property to sort by (prepend '-' for descending)See code: src/commands/incidents.ts
upp init
initializes upptime
USAGE
$ upp initSee code: src/commands/init.ts
upp run [ITERATIONS]
Run workflows
USAGE
$ upp run [ITERATIONS]
OPTIONS
-g, --graphs Generate graphs
-h, --help Show help for run cmd
-i, --iterations=iterations Number of iterations
-p, --staticSite Generate and build static site
-q, --quiet Quiet
-r, --responseTime Commit response time
-s, --summary Generate README.md
-u, --uptime Check change in statusSee code: src/commands/run.ts
upp status
updates about status of websites
USAGE
$ upp statusSee code: src/commands/status.ts
