CLI
Install the CLI
onlineornot is a command-line tool for managing your uptime checks from the terminal.
Install and set up
curl -fsSL https://onlineornot.com/install | bash
The installer verifies the release checksum before replacing the CLI. When it is attached to a terminal, it starts browser-assisted setup and helps you create your first uptime check. When authentication is required, select Google or GitHub in the terminal to open that provider directly.
Preview an installation without changing files:
curl -fsSL https://onlineornot.com/install | bash -s -- --dry-run
Skip setup with --no-setup:
curl -fsSL https://onlineornot.com/install | bash -s -- --no-setup
Install from npm
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
The npm package supports the same onlineornot setup and onlineornot login
commands as the standalone binary.