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
- Host: GitHub
- URL: https://github.com/OnlineOrNot/onlineornot
- Owner: OnlineOrNot
- License: mit
- Created: 2023-02-10T16:38:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T08:44:00.000Z (over 2 years ago)
- Last Synced: 2024-11-10T03:55:15.918Z (over 1 year ago)
- Topics: cli, monitoring, onlineornot, uptime-monitor
- Language: TypeScript
- Homepage: https://onlineornot.com/docs/cli-commands
- Size: 538 KB
- Stars: 25
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)