@hiveclaw243/hive-connect 0.1.3 → 0.1.5
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 +10 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,7 +29,16 @@ and runtime traffic on the backend origin:
|
|
|
29
29
|
hive-connect login --hive-web-url https://your-hive-web.example.com --hive-backend-url https://your-hive-api.example.com
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
##
|
|
32
|
+
## Keep Hive Connect Online
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
hive-connect daemon install --config ~/.hive-connect/config.toml --force
|
|
36
|
+
hive-connect daemon status
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
This installs Hive Connect as a background service so the local agent stays reachable after the terminal is closed.
|
|
40
|
+
|
|
41
|
+
For foreground debugging only:
|
|
33
42
|
|
|
34
43
|
```bash
|
|
35
44
|
hive-connect run
|