@ariobarin/glossa 0.2.0-beta.2 → 0.2.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 +4 -1
- package/dist/app.js +676 -446
- 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, follow its browser authorization link. A headless or SSH-only machine prints the link so you can open it elsewhere. The CLI uses that authorization once to enroll the computer and stores only its revocable device credential, not a Google or 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
|
|