1. CLI
  2. Install the CLI

CLI

Install the CLI

onlineornot is a command-line tool for managing your uptime checks from the terminal.

Requirements

Node.js 16.13.0 or higher. We recommend using nvm to manage Node versions.

Install globally

npm install -g onlineornot

Try without installing

npx onlineornot <COMMAND>

To always use the latest version:

npx onlineornot@latest <COMMAND>

Update

npm update -g onlineornot

If using Volta:

volta install onlineornot