@blitzreels/cli 0.1.2 → 0.1.4

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,6 +14,9 @@ surface is the same as `blitzreels`.
14
14
  After the first real publish:
15
15
 
16
16
  ```bash
17
+ npx @blitzreels/cli version
18
+ npx @blitzreels/cli doctor
19
+ npx @blitzreels/cli agent-context --json
17
20
  npx @blitzreels/cli auth login
18
21
  npx @blitzreels/cli auth whoami
19
22
  npx @blitzreels/cli api docs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blitzreels/cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Scoped CLI package for AI agents to edit videos inside BlitzReels.",
5
5
  "homepage": "https://blitzreels.com/",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "README.md"
29
29
  ],
30
30
  "dependencies": {
31
- "blitzreels": "^0.1.2"
31
+ "blitzreels": "^0.1.4"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"