@tangle-network/sandbox-cli 0.9.8 → 0.10.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 +44 -0
- package/SKILL.md +18 -9
- package/dist/index.mjs +19 -19
- package/hub-reference.md +3 -2
- package/package.json +3 -3
package/hub-reference.md
CHANGED
|
@@ -351,8 +351,9 @@ tangle hub permissions revert-writes --connection github
|
|
|
351
351
|
|
|
352
352
|
> `--allow-writes` needs a named connection (id or provider); the `*:*`
|
|
353
353
|
> wildcard can't be bulk-granted. Pass `--no-hub-key` (or set
|
|
354
|
-
> `TANGLE_SKIP_HUB_KEY=1`) to skip auto-minting a platform
|
|
355
|
-
> stored credential as-is.
|
|
354
|
+
> `TANGLE_SKIP_HUB_KEY=1`) to skip auto-minting a platform key and use your
|
|
355
|
+
> stored credential as-is. The variable disables minting for every
|
|
356
|
+
> platform-targeted command, not for `hub` alone.
|
|
356
357
|
|
|
357
358
|
## Error Format
|
|
358
359
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/sandbox-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "CLI for Tangle Sandbox operations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"@tangle-network/agent-eval": "0.149.0",
|
|
20
20
|
"@tangle-network/agent-interface": "^1.1.0",
|
|
21
21
|
"@tangle-network/agent-runtime": "^0.142.3",
|
|
22
|
-
"@tangle-network/hub-sdk": "^0.8.
|
|
23
|
-
"@tangle-network/sandbox": "^0.
|
|
22
|
+
"@tangle-network/hub-sdk": "^0.8.23",
|
|
23
|
+
"@tangle-network/sandbox": "^0.33.1",
|
|
24
24
|
"chalk": "^5.4.1",
|
|
25
25
|
"commander": "12.1.0",
|
|
26
26
|
"dotenv": "17.2.3",
|