hubskillz 0.2.1 → 0.3.0
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.js +6277 -1902
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -102,7 +102,7 @@ Prompts are skipped when stdin is not a TTY: `sync` needs `--yes` to apply, `pro
|
|
|
102
102
|
| `HUBSKILLZ_BASE_URL` | Server URL for self-hosted instances. |
|
|
103
103
|
| `NO_COLOR` | Disables colours. Colours are also off when stdout is not a TTY. |
|
|
104
104
|
|
|
105
|
-
The server URL resolves in this order: `--base-url` flag, `HUBSKILLZ_BASE_URL`, the config file, then `https://hubskillz.com`.
|
|
105
|
+
The server URL resolves in this order: `--base-url` flag, `HUBSKILLZ_BASE_URL`, the config file, then `https://api.hubskillz.com`.
|
|
106
106
|
|
|
107
107
|
## Exit codes
|
|
108
108
|
|