kylon-cli 0.2.2-next.312 → 0.2.2-next.317
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 +12 -1
- package/dist/kylon-bundle.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,7 +24,17 @@ two distinct copy-paste entry points:
|
|
|
24
24
|
workspace for confirmation, registers this installation as a computer,
|
|
25
25
|
assigns the agent, and starts the host daemon. The credential expires after
|
|
26
26
|
30 minutes and can be redeemed only once; rerunning the same installation's
|
|
27
|
-
interrupted redemption is idempotent.
|
|
27
|
+
interrupted redemption is idempotent. Because the link carries the
|
|
28
|
+
credential, treat the command as a secret until it is used or expires.
|
|
29
|
+
|
|
30
|
+
A machine may be registered with one Kylon server and workspace at a time.
|
|
31
|
+
Equivalent spellings of the same server (`https://dev.purework.ai/api` and
|
|
32
|
+
`https://api.purework.ai`, `https://app.kylon.io/api` and
|
|
33
|
+
`https://api.kylon.io`) count as the same registration; preview environments
|
|
34
|
+
never do, even though they serve the same workspace ids as dev. Run
|
|
35
|
+
`kylon computer unlink` to point a machine somewhere else — it forgets the
|
|
36
|
+
local registration only, revoking nothing in the workspace and unassigning no
|
|
37
|
+
agent.
|
|
28
38
|
|
|
29
39
|
`auth login` browser-authenticates the human operator for `kylon workspace`
|
|
30
40
|
commands. `agent link` authenticates only the link operation with its embedded
|
|
@@ -265,6 +275,7 @@ instead of waiting out inactivity timeouts and heartbeat intervals.
|
|
|
265
275
|
| Command | Description |
|
|
266
276
|
|---|---|
|
|
267
277
|
| `kylon connect` | **Recommended.** Register this computer (browser auth + enrollment) and run the host daemon. `--url` also assigns one agent. |
|
|
278
|
+
| `kylon computer unlink` | Forget this machine's saved computer registration so it can be linked elsewhere. Local only: revokes nothing and unassigns no agent. |
|
|
268
279
|
| `kylon gateway run` | Run the host daemon from the saved computer registration (service entrypoint). |
|
|
269
280
|
| `kylon keep-awake [mode]` | Show or set macOS sleep prevention (`always` (default) / `while-busy` / `off`). |
|
|
270
281
|
|