You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
Your intelligent infrastructure CLI
11
11
```
12
12
13
-
The official command-line interface for [CreateOS](https://createos.nodeops.network?utm_source=createos-cli) — manage your projects and skills from the terminal.
13
+
The official command-line interface for [CreateOS](https://createos.nodeops.network?utm_source=createos-cli) — manage your projects from the terminal.
14
14
15
15
## Installation
16
16
@@ -338,7 +338,7 @@ Use `sandbox exec` for quick non-interactive one-shot commands. Use `sandbox she
338
338
|`createos sandbox process start <sb> -- <cmd>`| Start a managed command and print its process ID |
339
339
|`createos sandbox process shell <sb>`| Start a persistent shell session that can be reattached |
340
340
|`createos sandbox process attach <sb> <proc>`| Reconnect to process output or a shell session |
341
-
|`createos sandbox process attach <sb>`| Pick a running shell session and attach/switch to it|
341
+
|`createos sandbox process attach <sb>`| Pick a running process or shell session and attach to it |
342
342
|`createos sandbox process list <sb>`| List managed processes and shell sessions |
343
343
|`createos sandbox process get <sb> <proc>`| Show details for one managed process |
344
344
|`createos sandbox process input <sb> <proc>`| Write input to a process or shell session |
@@ -348,7 +348,7 @@ Use `sandbox exec` for quick non-interactive one-shot commands. Use `sandbox she
348
348
|`createos sandbox process wait <sb> <proc>`| Wait for a managed process to exit |
349
349
|`createos sandbox process stop <sb> <proc>`| Stop a process and anything it started |
350
350
351
-
Managed shell attach shortcuts are fixed: `Ctrl-]` detaches, `Ctrl-N` creates a new shell and switches to it, and `Ctrl-P`picks another running shell session.
351
+
Interactive attach without a process ID shows running managed processes. Pick a PTY shell for an interactive terminal, or pick a pipe process to follow its stdout/stderr output. Managed shell shortcuts are fixed: `Ctrl-]` detaches, `Ctrl-N` creates a new shell and switches to it, and `Ctrl-P`opens the process picker.
352
352
353
353
**Sandbox sub-resource commands:**
354
354
@@ -386,13 +386,6 @@ Managed shell attach shortcuts are fixed: `Ctrl-]` detaches, `Ctrl-N` creates a
386
386
|`createos webhooks suspend`| Suspend a webhook endpoint |
387
387
|`createos webhooks resume`| Resume a suspended webhook endpoint|
0 commit comments