@agora-build/atem 0.4.53 → 0.4.55
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,7 +22,6 @@ atem # Launch TUI
|
|
|
22
22
|
atem login # Authenticate with Astation (OTP + deep link)
|
|
23
23
|
atem login --save-credentials # Login and auto-save Agora credentials
|
|
24
24
|
atem logout # Clear saved session
|
|
25
|
-
atem sync credentials # Pull Agora credentials from Astation
|
|
26
25
|
```
|
|
27
26
|
|
|
28
27
|
### Tokens
|
|
@@ -41,6 +40,7 @@ atem token rtm create --user-id bob --expire 3600
|
|
|
41
40
|
atem list project # List Agora projects
|
|
42
41
|
atem list project --show-certificates # List with app certificates visible
|
|
43
42
|
atem project use <APP_ID> # Set active project by App ID
|
|
43
|
+
atem project use <N> # Set active project by index (1-based)
|
|
44
44
|
atem project show # Show current active project
|
|
45
45
|
```
|
|
46
46
|
|
|
@@ -48,8 +48,8 @@ atem project show # Show current active project
|
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
50
|
atem config show # Show resolved config (secrets masked)
|
|
51
|
-
atem config set <
|
|
52
|
-
atem config set
|
|
51
|
+
atem config set astation_ws <URL> # Set Astation WebSocket URL
|
|
52
|
+
atem config set astation_relay_url <URL> # Set Astation relay URL
|
|
53
53
|
atem config clear # Clear active project
|
|
54
54
|
```
|
|
55
55
|
|