balena-cli 23.2.11 → 23.2.12-build-update-docker-progress-5-4-0-811c0528e46a6e41ba3a6564928be114cd673ce7-1
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/CHANGELOG.md +69 -0
- package/npm-shrinkwrap.json +818 -808
- package/oclif.manifest.json +73 -73
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -160,6 +160,56 @@
|
|
|
160
160
|
"create.js"
|
|
161
161
|
]
|
|
162
162
|
},
|
|
163
|
+
"block:create": {
|
|
164
|
+
"aliases": [],
|
|
165
|
+
"args": {
|
|
166
|
+
"name": {
|
|
167
|
+
"description": "block name",
|
|
168
|
+
"name": "name",
|
|
169
|
+
"required": true
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"description": "Create an block.\n\nCreate a new balena block.\n\nYou can specify the organization the block should belong to using\nthe `--organization` option. The organization's handle, not its name,\nshould be provided. Organization handles can be listed with the\n`balena organization list` command.\n\nThe block's default device type is specified with the `--type` option.\nThe `balena device-type list` command can be used to list the available\ndevice types.\n\nInteractive dropdowns will be shown for selection if no device type or\norganization is specified and there are multiple options to choose from.\nIf there is a single option to choose from, it will be chosen automatically.\nThis interactive behavior can be disabled by explicitly specifying a device\ntype and organization.",
|
|
173
|
+
"examples": [
|
|
174
|
+
"$ balena block create MyBlock",
|
|
175
|
+
"$ balena block create MyBlock --organization mmyorg",
|
|
176
|
+
"$ balena block create MyBlock -o myorg --type raspberry-pi"
|
|
177
|
+
],
|
|
178
|
+
"flags": {
|
|
179
|
+
"organization": {
|
|
180
|
+
"char": "o",
|
|
181
|
+
"description": "handle of the organization the block should belong to",
|
|
182
|
+
"name": "organization",
|
|
183
|
+
"hasDynamicHelp": false,
|
|
184
|
+
"multiple": false,
|
|
185
|
+
"type": "option"
|
|
186
|
+
},
|
|
187
|
+
"type": {
|
|
188
|
+
"char": "t",
|
|
189
|
+
"description": "block device type (Check available types with `balena device-type list`)",
|
|
190
|
+
"name": "type",
|
|
191
|
+
"hasDynamicHelp": false,
|
|
192
|
+
"multiple": false,
|
|
193
|
+
"type": "option"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"hasDynamicHelp": false,
|
|
197
|
+
"hiddenAliases": [],
|
|
198
|
+
"id": "block:create",
|
|
199
|
+
"pluginAlias": "balena-cli",
|
|
200
|
+
"pluginName": "balena-cli",
|
|
201
|
+
"pluginType": "core",
|
|
202
|
+
"strict": true,
|
|
203
|
+
"enableJsonFlag": false,
|
|
204
|
+
"authenticated": true,
|
|
205
|
+
"isESM": false,
|
|
206
|
+
"relativePath": [
|
|
207
|
+
"build",
|
|
208
|
+
"commands",
|
|
209
|
+
"block",
|
|
210
|
+
"create.js"
|
|
211
|
+
]
|
|
212
|
+
},
|
|
163
213
|
"build": {
|
|
164
214
|
"aliases": [],
|
|
165
215
|
"args": {
|
|
@@ -362,56 +412,6 @@
|
|
|
362
412
|
"index.js"
|
|
363
413
|
]
|
|
364
414
|
},
|
|
365
|
-
"block:create": {
|
|
366
|
-
"aliases": [],
|
|
367
|
-
"args": {
|
|
368
|
-
"name": {
|
|
369
|
-
"description": "block name",
|
|
370
|
-
"name": "name",
|
|
371
|
-
"required": true
|
|
372
|
-
}
|
|
373
|
-
},
|
|
374
|
-
"description": "Create an block.\n\nCreate a new balena block.\n\nYou can specify the organization the block should belong to using\nthe `--organization` option. The organization's handle, not its name,\nshould be provided. Organization handles can be listed with the\n`balena organization list` command.\n\nThe block's default device type is specified with the `--type` option.\nThe `balena device-type list` command can be used to list the available\ndevice types.\n\nInteractive dropdowns will be shown for selection if no device type or\norganization is specified and there are multiple options to choose from.\nIf there is a single option to choose from, it will be chosen automatically.\nThis interactive behavior can be disabled by explicitly specifying a device\ntype and organization.",
|
|
375
|
-
"examples": [
|
|
376
|
-
"$ balena block create MyBlock",
|
|
377
|
-
"$ balena block create MyBlock --organization mmyorg",
|
|
378
|
-
"$ balena block create MyBlock -o myorg --type raspberry-pi"
|
|
379
|
-
],
|
|
380
|
-
"flags": {
|
|
381
|
-
"organization": {
|
|
382
|
-
"char": "o",
|
|
383
|
-
"description": "handle of the organization the block should belong to",
|
|
384
|
-
"name": "organization",
|
|
385
|
-
"hasDynamicHelp": false,
|
|
386
|
-
"multiple": false,
|
|
387
|
-
"type": "option"
|
|
388
|
-
},
|
|
389
|
-
"type": {
|
|
390
|
-
"char": "t",
|
|
391
|
-
"description": "block device type (Check available types with `balena device-type list`)",
|
|
392
|
-
"name": "type",
|
|
393
|
-
"hasDynamicHelp": false,
|
|
394
|
-
"multiple": false,
|
|
395
|
-
"type": "option"
|
|
396
|
-
}
|
|
397
|
-
},
|
|
398
|
-
"hasDynamicHelp": false,
|
|
399
|
-
"hiddenAliases": [],
|
|
400
|
-
"id": "block:create",
|
|
401
|
-
"pluginAlias": "balena-cli",
|
|
402
|
-
"pluginName": "balena-cli",
|
|
403
|
-
"pluginType": "core",
|
|
404
|
-
"strict": true,
|
|
405
|
-
"enableJsonFlag": false,
|
|
406
|
-
"authenticated": true,
|
|
407
|
-
"isESM": false,
|
|
408
|
-
"relativePath": [
|
|
409
|
-
"build",
|
|
410
|
-
"commands",
|
|
411
|
-
"block",
|
|
412
|
-
"create.js"
|
|
413
|
-
]
|
|
414
|
-
},
|
|
415
415
|
"config:generate": {
|
|
416
416
|
"aliases": [],
|
|
417
417
|
"args": {},
|
|
@@ -4509,6 +4509,28 @@
|
|
|
4509
4509
|
"index.js"
|
|
4510
4510
|
]
|
|
4511
4511
|
},
|
|
4512
|
+
"util:available-drives": {
|
|
4513
|
+
"aliases": [],
|
|
4514
|
+
"args": {},
|
|
4515
|
+
"description": "List available drives.\n\nList available drives which are usable for writing an OS image to.\nDoes not list system drives.",
|
|
4516
|
+
"flags": {},
|
|
4517
|
+
"hasDynamicHelp": false,
|
|
4518
|
+
"hiddenAliases": [],
|
|
4519
|
+
"id": "util:available-drives",
|
|
4520
|
+
"pluginAlias": "balena-cli",
|
|
4521
|
+
"pluginName": "balena-cli",
|
|
4522
|
+
"pluginType": "core",
|
|
4523
|
+
"strict": true,
|
|
4524
|
+
"enableJsonFlag": false,
|
|
4525
|
+
"offlineCompatible": true,
|
|
4526
|
+
"isESM": false,
|
|
4527
|
+
"relativePath": [
|
|
4528
|
+
"build",
|
|
4529
|
+
"commands",
|
|
4530
|
+
"util",
|
|
4531
|
+
"available-drives.js"
|
|
4532
|
+
]
|
|
4533
|
+
},
|
|
4512
4534
|
"tag:list": {
|
|
4513
4535
|
"aliases": [],
|
|
4514
4536
|
"args": {},
|
|
@@ -4729,28 +4751,6 @@
|
|
|
4729
4751
|
"set.js"
|
|
4730
4752
|
]
|
|
4731
4753
|
},
|
|
4732
|
-
"util:available-drives": {
|
|
4733
|
-
"aliases": [],
|
|
4734
|
-
"args": {},
|
|
4735
|
-
"description": "List available drives.\n\nList available drives which are usable for writing an OS image to.\nDoes not list system drives.",
|
|
4736
|
-
"flags": {},
|
|
4737
|
-
"hasDynamicHelp": false,
|
|
4738
|
-
"hiddenAliases": [],
|
|
4739
|
-
"id": "util:available-drives",
|
|
4740
|
-
"pluginAlias": "balena-cli",
|
|
4741
|
-
"pluginName": "balena-cli",
|
|
4742
|
-
"pluginType": "core",
|
|
4743
|
-
"strict": true,
|
|
4744
|
-
"enableJsonFlag": false,
|
|
4745
|
-
"offlineCompatible": true,
|
|
4746
|
-
"isESM": false,
|
|
4747
|
-
"relativePath": [
|
|
4748
|
-
"build",
|
|
4749
|
-
"commands",
|
|
4750
|
-
"util",
|
|
4751
|
-
"available-drives.js"
|
|
4752
|
-
]
|
|
4753
|
-
},
|
|
4754
4754
|
"whoami": {
|
|
4755
4755
|
"aliases": [],
|
|
4756
4756
|
"args": {},
|
|
@@ -4777,5 +4777,5 @@
|
|
|
4777
4777
|
]
|
|
4778
4778
|
}
|
|
4779
4779
|
},
|
|
4780
|
-
"version": "23.2.
|
|
4780
|
+
"version": "23.2.12"
|
|
4781
4781
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.
|
|
3
|
+
"version": "23.2.12-build-update-docker-progress-5-4-0-811c0528e46a6e41ba3a6564928be114cd673ce7-1",
|
|
4
4
|
"description": "The official balena Command Line Interface",
|
|
5
5
|
"main": "./build/app.js",
|
|
6
6
|
"homepage": "https://github.com/balena-io/balena-cli",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"date-fns": "^4.1.0",
|
|
204
204
|
"denymount": "^2.3.0",
|
|
205
205
|
"docker-modem": "^5.0.6",
|
|
206
|
-
"docker-progress": "^5.
|
|
206
|
+
"docker-progress": "^5.4.0",
|
|
207
207
|
"dockerode": "^4.0.5",
|
|
208
208
|
"ejs": "^3.1.6",
|
|
209
209
|
"etcher-sdk": "^10.0.0",
|
|
@@ -262,6 +262,6 @@
|
|
|
262
262
|
"balena-request": "14.0.6"
|
|
263
263
|
},
|
|
264
264
|
"versionist": {
|
|
265
|
-
"publishedAt": "2025-12-
|
|
265
|
+
"publishedAt": "2025-12-29T08:52:00.617Z"
|
|
266
266
|
}
|
|
267
267
|
}
|