gitspace 0.2.0-rc.25 → 0.2.0-rc.27

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 (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -458,9 +458,13 @@ gssh invite relay-machine create --relay ws://localhost:4480/ws --machine-signin
458
458
  # Terminal 3: Initialize identity, enroll, and start serving
459
459
  gssh user identity init
460
460
  gssh machine enroll --invite "ws://localhost:4480/ws#<TOKEN>" --label "My MacBook"
461
- gssh machine serve start --relay ws://localhost:4480/ws
461
+ gssh machine serve start
462
462
  ```
463
463
 
464
+ When `--relay` is omitted, `gssh machine serve start` lets you choose from:
465
+ - local relay (`ws://127.0.0.1:4480/ws`) if running
466
+ - account relays (`*.gitspace.sh`) discovered from your host config/account
467
+
464
468
  ### Identity Management
465
469
 
466
470
  Every machine and client has a cryptographic identity (Ed25519 + X25519 keypair):
@@ -536,6 +540,8 @@ For self-hosted relay servers:
536
540
  | Command | Description |
537
541
  |---------|-------------|
538
542
  | `gssh relay start` | Start relay server |
543
+ | `gssh relay stop` | Stop relay server |
544
+ | `gssh relay status` | Show relay server status |
539
545
  | `gssh invite relay-machine create --relay <url> --machine-signing-key <k> --machine-key-exchange-key <k>` | Create machine enrollment invite |
540
546
  | `gssh relay machines list` | List registered machines |
541
547
  | `gssh relay machines revoke <machine-id>` | Revoke machine registration |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitspace",
3
- "version": "0.2.0-rc.25",
3
+ "version": "0.2.0-rc.27",
4
4
  "description": "CLI for managing GitHub workspaces with git worktrees and secure remote terminal access",
5
5
  "bin": {
6
6
  "gssh": "./bin/gssh"
@@ -23,10 +23,10 @@
23
23
  "e2e:on-demand": "bash scripts/e2e/run-on-demand.sh"
24
24
  },
25
25
  "optionalDependencies": {
26
- "@gitspace/darwin-arm64": "0.2.0-rc.25",
27
- "@gitspace/darwin-x64": "0.2.0-rc.25",
28
- "@gitspace/linux-x64": "0.2.0-rc.25",
29
- "@gitspace/linux-arm64": "0.2.0-rc.25"
26
+ "@gitspace/darwin-arm64": "0.2.0-rc.27",
27
+ "@gitspace/darwin-x64": "0.2.0-rc.27",
28
+ "@gitspace/linux-x64": "0.2.0-rc.27",
29
+ "@gitspace/linux-arm64": "0.2.0-rc.27"
30
30
  },
31
31
  "keywords": [
32
32
  "cli",