@fugood/bricks-cli 2.26.0-beta.1 → 2.26.0-beta.10

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
@@ -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