1. CLI
  2. Command reference

CLI

CLI command reference

docs

Open the documentation in your browser.

onlineornot docs

checks

Manage uptime checks.

checks create

Create a new uptime check.

onlineornot checks create <NAME> <URL> [OPTIONS]
Argument Type Required Description
NAME string Yes Name of the check
URL string Yes URL to monitor
Option Type Description
--json boolean Output as JSON

checks list

List all uptime checks.

onlineornot checks list [OPTIONS]
Option Type Description
--json boolean Output as JSON

checks view

View a specific uptime check.

onlineornot checks view <ID> [OPTIONS]
Argument Type Required Description
ID string Yes Check ID
Option Type Description
--json boolean Output as JSON

checks delete

Delete an uptime check.

onlineornot checks delete <ID>
Argument Type Required Description
ID string Yes Check ID

billing

Open billing settings in your browser.

onlineornot billing

login

Open the Developer Portal to create an API token.

onlineornot login

whoami

Display current user information and verify authentication.

onlineornot whoami