@agora-build/atem 0.4.53 → 0.4.54

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,6 +41,7 @@ atem token rtm create --user-id bob --expire 3600
41
41
  atem list project # List Agora projects
42
42
  atem list project --show-certificates # List with app certificates visible
43
43
  atem project use <APP_ID> # Set active project by App ID
44
+ atem project use <N> # Set active project by index (1-based)
44
45
  atem project show # Show current active project
45
46
  ```
46
47
 
@@ -48,8 +49,8 @@ atem project show # Show current active project
48
49
 
49
50
  ```bash
50
51
  atem config show # Show resolved config (secrets masked)
51
- atem config set <N> # Set active project from cached list (1-based index)
52
- atem config set --app-id <ID> --app-certificate <CERT>
52
+ atem config set astation_ws <URL> # Set Astation WebSocket URL
53
+ atem config set astation_relay_url <URL> # Set Astation relay URL
53
54
  atem config clear # Clear active project
54
55
  ```
55
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agora-build/atem",
3
- "version": "0.4.53",
3
+ "version": "0.4.54",
4
4
  "description": "Agora AI development terminal — TUI for managing projects, Claude Code, and eval agents",
5
5
  "bin": {
6
6
  "atem": "bin/atem"