@orb44/cli 0.1.0 → 0.1.1
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 +6 -4
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
# orb44
|
|
1
|
+
# @orb44/cli
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[Orb44](https://orb44.com) is a street snapshot of your own site: how the shop, payments, and perimeter look from the internet — not a week-long pentest.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
This package is the **Watch satellite**. On a verified host it sends a pulse (load, listeners, hardening) to the Orb44 cabinet. The cabinet does not run commands on the machine.
|
|
6
|
+
|
|
7
|
+
Node 18+. Linux or macOS. Product: [orb44.com](https://orb44.com)
|
|
6
8
|
|
|
7
9
|
```bash
|
|
8
|
-
npx @orb44/cli login --url https://
|
|
10
|
+
npx @orb44/cli login --url https://orb44.com
|
|
9
11
|
```
|
|
10
12
|
|
|
11
13
|
Open the printed link in a browser where you are already signed in, confirm the domain, then optionally install the systemd daemon (default no). After a global install the command is `orb44`.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orb44/cli",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Orb44 Watch satellite
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Orb44: street snapshot of your site. This CLI is the Watch satellite — pulse from the host (load, listeners, hardening). The cabinet does not run commands on the machine.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"orb44": "bin/orb44.mjs"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"url": "git+https://github.com/ephemeral172/orb44.git",
|
|
21
21
|
"directory": "packages/orb44"
|
|
22
22
|
},
|
|
23
|
-
"homepage": "https://
|
|
23
|
+
"homepage": "https://orb44.com",
|
|
24
24
|
"bugs": {
|
|
25
25
|
"url": "https://github.com/ephemeral172/orb44/issues"
|
|
26
26
|
},
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"orb44",
|
|
29
29
|
"watch",
|
|
30
30
|
"satellite",
|
|
31
|
-
"pulse"
|
|
31
|
+
"pulse",
|
|
32
|
+
"perimeter"
|
|
32
33
|
],
|
|
33
34
|
"license": "MIT",
|
|
34
35
|
"publishConfig": {
|