onlineornot 0.0.0-91c0121 โ†’ 0.0.0-9312334

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,47 @@
1
+ <h1 align="center"> โœ… onlineornot </h1>
2
+
3
+ `onlineornot` is a CLI for monitoring your uptime checks on [OnlineOrNot](https://onlineornot.com/).
4
+
5
+ **Table of Contents**
6
+
7
+ - [Quick Start](#quick-start)
8
+ - [Commands](#commands)
9
+ - [Docs](#docs)
10
+
11
+ ## Quick Start
12
+
13
+ ```
14
+ npm i -g onlineornot
15
+ onlineornot login
16
+ export ONLINEORNOT_API_TOKEN=api-token-goes-here
17
+ onlineornot checks list
18
+ ```
19
+
20
+ ## Commands
21
+
22
+ ```bash
23
+ onlineornot
24
+
25
+ Commands:
26
+ onlineornot docs ๐Ÿ“š Open OnlineOrNot's docs in your browser
27
+ onlineornot checks โœ… Manage your uptime checks
28
+ onlineornot checks list List uptime checks
29
+ onlineornot checks view <id> View a specific uptime check
30
+ onlineornot checks create <name> <url> Create a new uptime check
31
+ onlineornot checks delete <id> Delete a specific uptime check
32
+ onlineornot billing ๐Ÿงพ Open OnlineOrNot's billing in your browser
33
+ onlineornot login ๐Ÿ”“ Open OnlineOrNot's Developer Portal in your browser
34
+ onlineornot whoami ๐Ÿ•ต๏ธ Retrieve your user info and test your auth config
35
+
36
+ Flags:
37
+ -h, --help Show help [boolean]
38
+ -v, --version Show version number [boolean]
39
+ ```
40
+
41
+ ## Docs
42
+
43
+ There are docs for:
44
+
45
+ - [Installing and updating `onlineornot`](https://onlineornot.com/docs/cli-installation)
46
+ - [Logging in](https://onlineornot.com/docs/cli-login)
47
+ - [CLI Commands](https://onlineornot.com/docs/cli-commands)