@fugood/bricks-cli 2.24.3 → 2.24.5
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 -2
- package/lib/425.js +1 -1
- package/lib/465.js +1 -1
- package/lib/737.js +1 -1
- package/lib/779.js +1 -1
- package/lib/890.js +1 -1
- package/lib/index.js +91 -34
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -187,7 +187,7 @@ bricks app bind <app-id> [-b device-ids] [-u device-ids] [--dry-run] [-j|--json]
|
|
|
187
187
|
bricks app trigger <app-id> <test-id> [--play|--stop] [--setup-at-launch]
|
|
188
188
|
|
|
189
189
|
# Preview a release without publishing
|
|
190
|
-
bricks app release <app-id> -c <config-path-or-json> [--dry-run] [-j|--json]
|
|
190
|
+
bricks app release <app-id> -c <config-path-or-json> [-n name] [--version version] [--changelogs text] [--dry-run] [-j|--json]
|
|
191
191
|
```
|
|
192
192
|
|
|
193
193
|
### Module Management
|
|
@@ -209,7 +209,7 @@ bricks module update <module-id> [-n name] [-d description] [-c config-json] [-f
|
|
|
209
209
|
bricks module short-edit <module-id> -l '[{"shortId":"<subspace-short-id>","path":"property.name","content":"value"}]'
|
|
210
210
|
|
|
211
211
|
# Preview a release without publishing
|
|
212
|
-
bricks module release <module-id> -c <config-path-or-json> [--dry-run] [-j|--json]
|
|
212
|
+
bricks module release <module-id> -c <config-path-or-json> [-n name] [--version version] [--changelogs text] [--dry-run] [-j|--json]
|
|
213
213
|
```
|
|
214
214
|
|
|
215
215
|
### Device Group Management
|