An open API service indexing awesome lists of open source software.

https://github.com/OnlineOrNot/onlineornot

The CLI for OnlineOrNot
https://github.com/OnlineOrNot/onlineornot

cli monitoring onlineornot uptime-monitor

Last synced: 11 months ago
JSON representation

The CLI for OnlineOrNot

Awesome Lists containing this project

README

          

โœ… onlineornot

`onlineornot` is a CLI for monitoring your uptime checks on [OnlineOrNot](https://onlineornot.com/).

**Table of Contents**

- [Quick Start](#quick-start)
- [Commands](#commands)
- [Docs](#docs)

## Quick Start

```
npm i -g onlineornot
onlineornot login
export ONLINEORNOT_API_TOKEN=api-token-goes-here
onlineornot checks list
```

## Commands

```bash
onlineornot

Commands:
onlineornot docs ๐Ÿ“š Open OnlineOrNot's docs in your browser
onlineornot checks โœ… Manage your uptime checks
onlineornot checks list List uptime checks
onlineornot checks view View a specific uptime check
onlineornot checks create Create a new uptime check
onlineornot checks delete Delete a specific uptime check
onlineornot billing ๐Ÿงพ Open OnlineOrNot's billing in your browser
onlineornot login ๐Ÿ”“ Open OnlineOrNot's Developer Portal in your browser
onlineornot whoami ๐Ÿ•ต๏ธ Retrieve your user info and test your auth config

Flags:
-h, --help Show help [boolean]
-v, --version Show version number [boolean]
```

## Docs

There are docs for:

- [Installing and updating `onlineornot`](https://onlineornot.com/docs/cli-installation)
- [Logging in](https://onlineornot.com/docs/cli-login)
- [CLI Commands](https://onlineornot.com/docs/cli-commands)