glass-connect 0.2.0 → 0.3.0
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 -5
- package/dist/cli.js +9108 -8823
- package/package.json +7 -5
package/README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# Glass Connect
|
|
2
2
|
|
|
3
|
-
Glass Connect
|
|
4
|
-
|
|
5
|
-
From the folder you want to use with Glass, run:
|
|
3
|
+
Glass Connect pairs a computer privately to a Glass account. It does not register folders, bind a
|
|
4
|
+
Project, or share the computer with an organization.
|
|
6
5
|
|
|
7
6
|
```sh
|
|
8
7
|
npx glass-connect@latest
|
|
9
8
|
```
|
|
10
9
|
|
|
11
|
-
Enter the one-time code in **Glass → Settings →
|
|
10
|
+
Enter the one-time code in **Glass → Settings → Computers**. The command installs a per-user
|
|
11
|
+
background service on macOS, Windows, and Linux, including a private copy of its Node runtime. Use
|
|
12
|
+
`glass-connect status`, `stop`, `start`, or `uninstall` to manage it.
|
|
12
13
|
|
|
13
|
-
Glass Connect requires Node.js 24.13.1 or newer.
|
|
14
|
+
Glass Connect requires Node.js 24.13.1 or newer for installation.
|