@superflag-sh/cli 0.1.4 → 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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,6 +172,7 @@ Key types:
|
|
|
172
172
|
|
|
173
173
|
| Variable | Default | Description |
|
|
174
174
|
|----------|---------|-------------|
|
|
175
|
+
| `SUPERFLAG_BASE_URL` | `https://superflag.sh` | Base URL for API/auth endpoints (overridden by `SUPERFLAG_API_URL` / `SUPERFLAG_AUTH_URL`) |
|
|
175
176
|
| `SUPERFLAG_API_URL` | `https://superflag.sh/api/v1` | API endpoint |
|
|
176
177
|
| `SUPERFLAG_AUTH_URL` | `https://superflag.sh/cli-auth` | Auth endpoint |
|
|
177
178
|
|