@ariobarin/glossa 0.2.0-beta.2 → 0.2.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 +4 -1
- package/dist/app.js +726 -474
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,7 +28,9 @@ Expose only a narrow project you trust. Keep credentials and regulated or sensit
|
|
|
28
28
|
|
|
29
29
|
Pass a directory to expose another project, and add `--label <name>` when several online workspaces need a non-sensitive identifier. The terminal shows the selected project, access profile, connection state, and recent activity. Press `q` or Ctrl+C to disconnect.
|
|
30
30
|
|
|
31
|
-
Glossa
|
|
31
|
+
The first time a computer runs Glossa, the CLI prints a short pairing code. Approve that code from the Glossa app in an already authenticated ChatGPT conversation; the computer receives only its own revocable device credential, so a headless or SSH-only machine does not need a browser or your Google/Auth0 refresh token. Later workspace sessions reuse that pairing without user sign-in.
|
|
32
|
+
|
|
33
|
+
Account-level CLI actions such as `glossa status` still open sign-in when needed. Run `glossa unpair` to revoke this computer and remove its local pairing before moving it to another Glossa account.
|
|
32
34
|
|
|
33
35
|
Useful controls:
|
|
34
36
|
|
|
@@ -36,6 +38,7 @@ Useful controls:
|
|
|
36
38
|
glossa status
|
|
37
39
|
glossa devices revoke <id>
|
|
38
40
|
glossa logout
|
|
41
|
+
glossa unpair
|
|
39
42
|
glossa update --check
|
|
40
43
|
```
|
|
41
44
|
|