@wordbricks/velen 0.2.26-darwin-arm64 → 0.2.27-darwin-arm64
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
CHANGED
|
@@ -15,9 +15,16 @@ Runtime config:
|
|
|
15
15
|
- Named profiles use `${XDG_CONFIG_HOME:-~/.config}/velen/profiles/<profile>/config.toml` on Unix-like systems and `%APPDATA%\\velen\\profiles\\<profile>\\config.toml` on Windows.
|
|
16
16
|
- Select a profile with `--profile <profile>`, `VELEN_PROFILE`, or the persisted default from `velen profile switch <profile>`; `--profile` takes precedence over `VELEN_PROFILE`, which takes precedence over the persisted default. The default profile keeps using the legacy flat paths above.
|
|
17
17
|
- List local profiles with `velen profile list`.
|
|
18
|
-
- The current persisted keys are `active_org` and `request_timeout_sec
|
|
18
|
+
- The current persisted keys are `active_org` and `request_timeout_sec`; the
|
|
19
|
+
built-in request timeout defaults to 180 seconds.
|
|
19
20
|
- Runtime config is resolved in this order: built-in defaults -> user config file -> internal typed runtime overrides.
|
|
20
21
|
- `velen org use <org>` persists `active_org`. Passing `--org <org>` for a command takes precedence over the stored `active_org` value for that invocation.
|
|
22
|
+
- The CLI generates an invocation-scoped request ID when `--request-id` is not
|
|
23
|
+
provided, attaches it to outbound HTTP requests, and can report it on
|
|
24
|
+
transport errors even when no response body is received.
|
|
25
|
+
- Prefer the built-in request timeout for normal commands. Use `--timeout <sec>`
|
|
26
|
+
only when an invocation intentionally needs a shorter or longer request
|
|
27
|
+
window.
|
|
21
28
|
- `velen auth logout` clears both the stored auth session and the stored `active_org` for the selected profile, so later org-scoped commands fail explicitly until a new org is selected.
|
|
22
29
|
|
|
23
30
|
Credential storage:
|
package/package.json
CHANGED
|
Binary file
|