@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 `
|
|
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
|
package/dist/linux-amd64/bifrost
CHANGED
|
Binary file
|
package/dist/linux-arm64/bifrost
CHANGED
|
Binary file
|