@sylphx/cli 0.5.0 → 0.5.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @sylphx/cli
2
2
 
3
+ ## 0.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`03dbd29`](https://github.com/SylphxAI/platform/commit/03dbd2986024fa650378e10958890d6ac063f516)]:
8
+ - @sylphx/sdk@0.9.0
9
+
10
+ ## 0.5.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`3972d17`](https://github.com/SylphxAI/platform/commit/3972d173c69bfbc52874852afc3aaf7a923b08d1)]:
15
+ - @sylphx/sdk@0.8.0
16
+
3
17
  ## 0.5.0
4
18
 
5
19
  ### Minor Changes
package/README.md CHANGED
@@ -112,6 +112,7 @@ Per-project overrides live in `./sylphx.json` (git-committable); the home config
112
112
  | Variable | Description |
113
113
  |---|---|
114
114
  | `SYLPHX_TOKEN` | Bearer token for non-interactive auth (CI / agents). Accepts `svc_*` service tokens or `eyJ…` OAuth access JWTs. Wins over any stored OAuth session; refresh interceptor is skipped (stateless). Empty string is treated as unset. |
115
+ | `SYLPHX_CONFIG_DIR` | Advanced automation override for the CLI config directory. Use in CI, tests, and hermetic agent sandboxes to avoid reading or writing the operator's real `~/.sylphx` credentials. |
115
116
  | `SYLPHX_API_URL` | Override API base URL (default: `https://sylphx.com`) |
116
117
 
117
118
  ## Commands (60)