@fugood/bricks-cli 2.26.0-beta.1 → 2.26.0-beta.3
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 +3 -0
- package/lib/1708.js +6 -6
- package/lib/1826.js +3 -3
- package/lib/1936.js +1 -1
- package/lib/2486.js +1 -1
- package/lib/3781.js +2 -2
- package/lib/6818.js +1 -1
- package/lib/{4685.js → 6842.js} +2 -2
- package/lib/6954.js +19 -0
- package/lib/7233.js +1 -1
- package/lib/7294.js +3 -3
- package/lib/7494.js +19 -2
- package/lib/907.js +1 -0
- package/lib/9387.js +4 -4
- package/lib/9590.js +1 -1
- package/lib/index.js +69 -69
- package/lib/lib.js +105 -87
- package/package.json +5 -7
- package/lib/4920.js +0 -1
- package/lib/9583.js +0 -19
package/README.md
CHANGED
|
@@ -349,6 +349,9 @@ Notes:
|
|
|
349
349
|
(prod → `bank.bricks.tools`, beta → `bank-beta.bricks.tools`, dev → `localhost:8080`).
|
|
350
350
|
- Environment overrides for CI / custom setups: `BRICKS_BANK_SPACENAME` + `BRICKS_BANK_SPACEKEY`
|
|
351
351
|
(skip the stored key) and `BRICKS_BANK_ENDPOINT` (custom Bank URL).
|
|
352
|
+
- `bricks buttress bank-key` issues a separate space key for a paired buttress-server and stores
|
|
353
|
+
it in the buttress `state.json`, so that server's local functions can use `context.bank`
|
|
354
|
+
(`--revoke` removes it; re-running rotates the key).
|
|
352
355
|
|
|
353
356
|
### Interactive Mode
|
|
354
357
|
|