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

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
@@ -224,7 +224,8 @@ bricks app release <app-id> -c <config-path-or-json> [-n name] [--version versio
224
224
 
225
225
  # Diagnose a config: schema validation + semantic lint rules
226
226
  # (data-update-race, redundant-rect-overlay, off-grid-frame, out-of-bounds-frame,
227
- # wait-async-no-op, missing-result-param, unused-data-node, z-order-cover)
227
+ # wait-async-no-op, missing-result-param, unused-data-node, z-order-cover,
228
+ # expression-global-variable, mapping-outside-items)
228
229
  # Accepts a local file path or a remote application id.
229
230
  bricks app doctor <app-id-or-path> [-c|--composed] [--strict] [--only codes] [--ignore codes] [-j|--json]
230
231
  ```
@@ -349,6 +350,9 @@ Notes:
349
350
  (prod → `bank.bricks.tools`, beta → `bank-beta.bricks.tools`, dev → `localhost:8080`).
350
351
  - Environment overrides for CI / custom setups: `BRICKS_BANK_SPACENAME` + `BRICKS_BANK_SPACEKEY`
351
352
  (skip the stored key) and `BRICKS_BANK_ENDPOINT` (custom Bank URL).
353
+ - `bricks buttress bank-key` issues a separate space key for a paired buttress-server and stores
354
+ it in the buttress `state.json`, so that server's local functions can use `context.bank`
355
+ (`--revoke` removes it; re-running rotates the key).
352
356
 
353
357
  ### Interactive Mode
354
358