@fugood/bricks-cli 2.26.0-beta.10 → 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 +2 -1
- package/lib/1010.js +1 -1
- package/lib/1708.js +8 -8
- package/lib/2486.js +1 -1
- package/lib/6818.js +1 -1
- package/lib/7511.js +1 -1
- package/lib/{7233.js → 9439.js} +230 -230
- package/lib/9590.js +1 -1
- package/lib/index.js +9 -9
- package/package.json +6 -6
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
|
```
|