@agora-build/atem 0.4.55 → 0.4.56
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,8 +19,8 @@ atem # Launch TUI
|
|
|
19
19
|
### Authentication
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
atem login #
|
|
23
|
-
atem login --save-credentials #
|
|
22
|
+
atem login # Pair with Astation, sync credentials (interactive y/n save)
|
|
23
|
+
atem login --save-credentials # Pair and auto-save credentials (skip prompt)
|
|
24
24
|
atem logout # Clear saved session
|
|
25
25
|
```
|
|
26
26
|
|