@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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superflag-sh/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "CLI for Superflag feature flags",
5
5
  "type": "module",
6
6
  "bin": {