@agora-build/atem 0.4.78 → 0.4.80
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,9 +22,9 @@ atem repl # Interactive REPL with AI command inter
|
|
|
22
22
|
```bash
|
|
23
23
|
atem login # Log in with Agora Console (opens browser)
|
|
24
24
|
atem logout # Log out from SSO
|
|
25
|
-
atem pair
|
|
26
|
-
atem pair --save
|
|
27
|
-
atem unpair
|
|
25
|
+
atem pair # Pair with Astation
|
|
26
|
+
atem pair --save # Pair and save credentials for offline use
|
|
27
|
+
atem unpair # Unpair from Astation
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
Two ways to authenticate:
|