@ariobarin/glossa 0.2.1 → 0.2.3-beta.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.
Files changed (3) hide show
  1. package/README.md +2 -5
  2. package/dist/app.js +592 -1311
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -28,16 +28,13 @@ 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
- 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.
31
+ The first time a computer runs Glossa, it shows a short pairing code. Enter it on the Glossa control panel from any browser to enroll the computer; a headless or SSH-only machine needs no local browser. The CLI stores only its revocable device credential, not a Google or Auth0 refresh token. Later workspace sessions reuse that pairing without user sign-in.
32
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.
33
+ Press `d` in the terminal to list and revoke the account's devices. Run `glossa unpair` to revoke this computer and remove its local pairing before moving it to another Glossa account.
34
34
 
35
35
  Useful controls:
36
36
 
37
37
  ```shell
38
- glossa status
39
- glossa devices revoke <id>
40
- glossa logout
41
38
  glossa unpair
42
39
  glossa update --check
43
40
  ```