@blitzreels/cli 0.1.3 → 0.1.5
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 +6 -0
- 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
|
|
@@ -24,3 +27,6 @@ For most users, the recommended package is still:
|
|
|
24
27
|
```bash
|
|
25
28
|
npx blitzreels auth login
|
|
26
29
|
```
|
|
30
|
+
|
|
31
|
+
Browser auth shows a one-time CLI code in BlitzReels and waits for the logged-in
|
|
32
|
+
user to click `Connect CLI` before any API key is created.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blitzreels/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
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.
|
|
31
|
+
"blitzreels": "^0.1.5"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|