@chandrashekharchoudha/bifrost-cli 0.1.1 → 0.1.3

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
@@ -17,7 +17,15 @@ bifrost doctor --json
17
17
 
18
18
  ## Configure API
19
19
 
20
- The CLI defaults to `http://localhost:8080` for local development. To use a deployed backend, set:
20
+ The CLI defaults to `https://api.bifrost.saastack.site`.
21
+
22
+ For local backend development, override it with:
23
+
24
+ ```bash
25
+ export BIFROST_API_BASE_URL=http://localhost:8080
26
+ ```
27
+
28
+ To point to a different deployed backend, set:
21
29
 
22
30
  ```bash
23
31
  export BIFROST_API_BASE_URL=https://api.bifrost.saastack.site
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chandrashekharchoudha/bifrost-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Agent-native CLI for Bifrost",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {