Announcing OnlineOrNot's open-source uptime check CLI
Max Rozen / March 02, 2023
I'm excited to be launching onlineornot - OnlineOrNot's newly-built, open source (TypeScript) CLI for managing your uptime checks, all from the comfort of your terminal!
Getting started is a matter of:
- Installing onlineornot via npm
- Running
onlineornot login
- and finally,
onlineornot checks list
to get a list of your uptime checks
You can also check out the docs to see what else you can do.
"Why a CLI?" you might ask - OnlineOrNot needed a way of testing the newly built public API.
To start with, the public API supports fetching data about uptime checks and API tokens, but I'll be supporting status pages soon too.
If you don't feel like using the API, you can always pass a --json
flag to the CLI to get your output as JSON, and pass it to the next command you'd like to run.