@tangle-network/sandbox-cli 0.37.1-develop.20260906223929.bb79cd8 → 0.39.1-develop.20260912191433.b31d83f
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 +8 -2
- package/dist/index.mjs +20 -20
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -63,8 +63,14 @@ Three flows are supported:
|
|
|
63
63
|
Credential lookup precedence:
|
|
64
64
|
|
|
65
65
|
1. `--api-key` flag
|
|
66
|
-
2. `
|
|
67
|
-
3.
|
|
66
|
+
2. `TANGLE_API_KEY_FILE` managed credential file
|
|
67
|
+
3. `TANGLE_API_KEY` environment variable
|
|
68
|
+
4. `~/.tangle/credentials` (populated by `tangle auth login`)
|
|
69
|
+
|
|
70
|
+
The sidecar publishes refreshed delegated credentials through `TANGLE_API_KEY_FILE`.
|
|
71
|
+
The CLI reads this file for each request, including requests from an existing client.
|
|
72
|
+
A configured file that is missing, unreadable, or malformed fails without falling back to an older key.
|
|
73
|
+
A verified Sandbox request can install a new source credential; an expired source cannot renew itself unattended.
|
|
68
74
|
|
|
69
75
|
Common commands:
|
|
70
76
|
|