@agora-build/atem 0.4.60 → 0.4.62
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 +1 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,7 @@ This downloads a prebuilt binary for your platform (linux-x64, linux-arm64, darw
|
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
16
|
atem # Launch TUI
|
|
17
|
+
atem repl # Interactive REPL with AI command interpretation
|
|
17
18
|
```
|
|
18
19
|
|
|
19
20
|
### Authentication
|
|
@@ -81,12 +82,6 @@ atem serv kill <ID> # Kill a background server
|
|
|
81
82
|
atem serv killall # Kill all background servers
|
|
82
83
|
```
|
|
83
84
|
|
|
84
|
-
### Other
|
|
85
|
-
|
|
86
|
-
```bash
|
|
87
|
-
atem repl # Interactive REPL with AI command interpretation
|
|
88
|
-
```
|
|
89
|
-
|
|
90
85
|
## TUI Modes
|
|
91
86
|
|
|
92
87
|
| Mode | Description |
|