@rehpic/vcli 0.1.0-beta.69.1 → 0.1.0-beta.70.1

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 CHANGED
@@ -42,9 +42,12 @@ The app URL is required. `vcli` resolves it from:
42
42
  - the saved profile session
43
43
  - `NEXT_PUBLIC_APP_URL`
44
44
 
45
- The Convex URL still defaults from:
45
+ The Convex URL resolves from:
46
46
 
47
- - `NEXT_PUBLIC_CONVEX_URL` or `CONVEX_URL`
47
+ - `--convex-url <url>`
48
+ - the saved profile session
49
+ - the app's `/api/config` endpoint
50
+ - `NEXT_PUBLIC_CONVEX_URL` or `CONVEX_URL` as local fallbacks when the app reports the default local URL
48
51
 
49
52
  You can override either with flags:
50
53
 
@@ -188,7 +191,8 @@ Auth errors against the wrong app
188
191
 
189
192
  Convex connection errors
190
193
 
191
- - Set `--convex-url`, `NEXT_PUBLIC_CONVEX_URL`, or `CONVEX_URL`.
194
+ - Make sure `--app-url` points at the right Vector app first, since `vcli` fetches the Convex URL from that app when possible.
195
+ - Otherwise set `--convex-url`, `NEXT_PUBLIC_CONVEX_URL`, or `CONVEX_URL`.
192
196
 
193
197
  Validation errors when creating teams or projects
194
198
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rehpic/vcli",
3
- "version": "0.1.0-beta.69.1",
3
+ "version": "0.1.0-beta.70.1",
4
4
  "description": "Command line interface for Vector workspaces.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",