@scoutqa/cli 0.10.2-alpha.1 → 0.10.4-alpha.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 +1 -1
- package/dist/index.cjs +64 -65
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ The CLI supports multiple authentication methods (in priority order):
|
|
|
19
19
|
### Environment Variables
|
|
20
20
|
|
|
21
21
|
- **`SCOUT_API_KEY`**: API key for authentication
|
|
22
|
-
- **`SCOUT_SERVER_URL`**: Scout server URL (default: `https://scoutqa.ai`)
|
|
22
|
+
- **`SCOUT_SERVER_URL`**: Scout server URL (default: `https://app.scoutqa.ai`)
|
|
23
23
|
|
|
24
24
|
Example:
|
|
25
25
|
|