Uptime monitor and status page powered by GitHub Actions, Issues, and Pages
$ npm install -g @upptime/upp
$ upp COMMAND
running command...
$ upp (-v|--version|version)
@upptime/upp/0.1.0-beta linux-x64 node-v14.21.3
$ upp --help [COMMAND]
USAGE
$ upp COMMAND
...configures uclirc.yml
USAGE
$ upp config
OPTIONS
-e, --add-env-variable Add/edit environment variable
-h, --help Show help for config cmd
-n, --add-notification-provider Add/edit environment variables particular to a notification provider
-o, --open-editor Open in editor
See code: src/commands/config.ts
redirects to Upptime docs
USAGE
$ upp docs
See code: src/commands/docs.ts
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
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
initializes upptime
USAGE
$ upp init
See code: src/commands/init.ts
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 status
See code: src/commands/run.ts
updates about status of websites
USAGE
$ upp status
See code: src/commands/status.ts