balena-cli 23.2.5-build-renovate-aws-actions-configure-aws-credentials-5-x-1e7ece7190cb84dba4cf3ae07d59f509fa34ef7f-1 → 23.2.5-build-update-docker-progress-5-4-0-224a174b777b629fd139c0cd1128c1df40553fb5-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 +67 -2
- package/npm-shrinkwrap.json +17 -7
- package/oclif.manifest.json +234 -234
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,74 @@ All notable changes to this project will be documented in this file
|
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
-
## 23.2.5 - 2025-12-
|
|
7
|
+
## 23.2.5 - 2025-12-04
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
<details>
|
|
11
|
+
<summary> Update docker-progress to 5.4.0 [Thodoris Greasidis] </summary>
|
|
12
|
+
|
|
13
|
+
> ### docker-progress-5.4.0 - 2025-12-03
|
|
14
|
+
>
|
|
15
|
+
> * pull/push/build: Support detecting the result digest when pushing only the reference of a pre-built image [Thodoris Greasidis]
|
|
16
|
+
>
|
|
17
|
+
> ### docker-progress-5.3.4 - 2025-12-03
|
|
18
|
+
>
|
|
19
|
+
> * pull: fix digest hash parsing [Tuetuopay]
|
|
20
|
+
>
|
|
21
|
+
> ### docker-progress-5.3.3 - 2025-11-28
|
|
22
|
+
>
|
|
23
|
+
> * Update flowzone workflow to allow external contributions [Thodoris Greasidis]
|
|
24
|
+
>
|
|
25
|
+
> ### docker-progress-5.3.2 - 2025-11-28
|
|
26
|
+
>
|
|
27
|
+
> * Fix TS errors for the latest dockerode [Thodoris Greasidis]
|
|
28
|
+
>
|
|
29
|
+
> ### docker-progress-5.3.1 - 2025-05-15
|
|
30
|
+
>
|
|
31
|
+
> * Make abortSignal optional in pull/push options [Felipe Lalanne]
|
|
32
|
+
>
|
|
33
|
+
> ### docker-progress-5.3.0 - 2025-05-12
|
|
34
|
+
>
|
|
35
|
+
> * Support AbortSignal option for image push/pull [Christina Ying Wang]
|
|
36
|
+
>
|
|
37
|
+
> ### docker-progress-5.2.7 - 2025-04-10
|
|
38
|
+
>
|
|
39
|
+
> * Update @balena/lint to 9.x [Pagan Gazzard]
|
|
40
|
+
>
|
|
41
|
+
> ### docker-progress-5.2.6 - 2025-04-02
|
|
42
|
+
>
|
|
43
|
+
> * Update dependency rimraf to v6 [balena-renovate[bot]]
|
|
44
|
+
>
|
|
45
|
+
> ### docker-progress-5.2.5 - 2025-03-25
|
|
46
|
+
>
|
|
47
|
+
> * Update dependency @balena/lint to v8 [balena-renovate[bot]]
|
|
48
|
+
>
|
|
49
|
+
> ### docker-progress-5.2.4 - 2025-02-12
|
|
50
|
+
>
|
|
51
|
+
> * Propagate NodeJS Error from stream directly [Christina Ying Wang]
|
|
52
|
+
>
|
|
53
|
+
> ### docker-progress-5.2.3 - 2024-01-05
|
|
54
|
+
>
|
|
55
|
+
> * Make use of nullish coalescing [Pagan Gazzard]
|
|
56
|
+
>
|
|
57
|
+
> ### docker-progress-5.2.2 - 2024-01-05
|
|
58
|
+
>
|
|
59
|
+
> * Reduce lodash usage [Pagan Gazzard]
|
|
60
|
+
>
|
|
61
|
+
> ### docker-progress-5.2.1 - 2024-01-05
|
|
62
|
+
>
|
|
63
|
+
> * Update dependencies [Pagan Gazzard]
|
|
64
|
+
>
|
|
65
|
+
> ### docker-progress-5.2.0 - Invalid date
|
|
66
|
+
>
|
|
67
|
+
> * Add support for tracking delta generation progress [Akis Kesoglou]
|
|
68
|
+
>
|
|
69
|
+
> ### docker-progress-5.1.4 - Invalid date
|
|
70
|
+
>
|
|
71
|
+
> * Build with Flowzone [Akis Kesoglou]
|
|
72
|
+
>
|
|
73
|
+
|
|
74
|
+
</details>
|
|
10
75
|
|
|
11
76
|
## 23.2.4 - 2025-12-03
|
|
12
77
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.5-build-
|
|
3
|
+
"version": "23.2.5-build-update-docker-progress-5-4-0-224a174b777b629fd139c0cd1128c1df40553fb5-1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "balena-cli",
|
|
9
|
-
"version": "23.2.5-build-
|
|
9
|
+
"version": "23.2.5-build-update-docker-progress-5-4-0-224a174b777b629fd139c0cd1128c1df40553fb5-1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"date-fns": "^4.1.0",
|
|
38
38
|
"denymount": "^2.3.0",
|
|
39
39
|
"docker-modem": "^5.0.6",
|
|
40
|
-
"docker-progress": "^5.
|
|
40
|
+
"docker-progress": "^5.4.0",
|
|
41
41
|
"dockerode": "^4.0.5",
|
|
42
42
|
"ejs": "^3.1.6",
|
|
43
43
|
"etcher-sdk": "^10.0.0",
|
|
@@ -14613,6 +14613,7 @@
|
|
|
14613
14613
|
"resolved": "https://registry.npmjs.org/docker-modem/-/docker-modem-5.0.6.tgz",
|
|
14614
14614
|
"integrity": "sha512-ens7BiayssQz/uAxGzH8zGXCtiV24rRWXdjNha5V4zSOcxmAZsfGVm/PPFbwQdqEkDnhG+SyR9E3zSHUbOKXBQ==",
|
|
14615
14615
|
"license": "Apache-2.0",
|
|
14616
|
+
"peer": true,
|
|
14616
14617
|
"dependencies": {
|
|
14617
14618
|
"debug": "^4.1.1",
|
|
14618
14619
|
"readable-stream": "^3.5.0",
|
|
@@ -14637,13 +14638,21 @@
|
|
|
14637
14638
|
}
|
|
14638
14639
|
},
|
|
14639
14640
|
"node_modules/docker-progress": {
|
|
14640
|
-
"version": "5.
|
|
14641
|
-
"resolved": "https://registry.npmjs.org/docker-progress/-/docker-progress-5.
|
|
14642
|
-
"integrity": "sha512-
|
|
14641
|
+
"version": "5.4.0",
|
|
14642
|
+
"resolved": "https://registry.npmjs.org/docker-progress/-/docker-progress-5.4.0.tgz",
|
|
14643
|
+
"integrity": "sha512-AzH4jOpndhfB3wb2RnPOb1KEcyWmcHHR44K0g4qE8oeihmFjc/CnGSuqB2LCivL8j2Yeeduvg6LQyV24XMBtjw==",
|
|
14644
|
+
"license": "Apache-2.0",
|
|
14643
14645
|
"dependencies": {
|
|
14644
|
-
"@types/dockerode": "^3.3.
|
|
14646
|
+
"@types/dockerode": "^3.3.23",
|
|
14645
14647
|
"JSONStream": "^1.3.5",
|
|
14646
14648
|
"lodash": "^4.17.21"
|
|
14649
|
+
},
|
|
14650
|
+
"engines": {
|
|
14651
|
+
"node": ">=16.0.0"
|
|
14652
|
+
},
|
|
14653
|
+
"peerDependencies": {
|
|
14654
|
+
"docker-modem": ">=3.0.3",
|
|
14655
|
+
"dockerode": ">=3.3.1"
|
|
14647
14656
|
}
|
|
14648
14657
|
},
|
|
14649
14658
|
"node_modules/dockerfile-ast": {
|
|
@@ -14664,6 +14673,7 @@
|
|
|
14664
14673
|
"resolved": "https://registry.npmjs.org/dockerode/-/dockerode-4.0.9.tgz",
|
|
14665
14674
|
"integrity": "sha512-iND4mcOWhPaCNh54WmK/KoSb35AFqPAUWFMffTQcp52uQt36b5uNwEJTSXntJZBbeGad72Crbi/hvDIv6us/6Q==",
|
|
14666
14675
|
"license": "Apache-2.0",
|
|
14676
|
+
"peer": true,
|
|
14667
14677
|
"dependencies": {
|
|
14668
14678
|
"@balena/dockerignore": "^1.0.2",
|
|
14669
14679
|
"@grpc/grpc-js": "^1.11.1",
|
package/oclif.manifest.json
CHANGED
|
@@ -160,56 +160,6 @@
|
|
|
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
|
-
},
|
|
213
163
|
"build": {
|
|
214
164
|
"aliases": [],
|
|
215
165
|
"args": {
|
|
@@ -412,6 +362,56 @@
|
|
|
412
362
|
"index.js"
|
|
413
363
|
]
|
|
414
364
|
},
|
|
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": {},
|
|
@@ -3209,6 +3209,31 @@
|
|
|
3209
3209
|
"index.js"
|
|
3210
3210
|
]
|
|
3211
3211
|
},
|
|
3212
|
+
"organization:list": {
|
|
3213
|
+
"aliases": [],
|
|
3214
|
+
"args": {},
|
|
3215
|
+
"description": "List all organizations.\n\nlist all the organizations that you are a member of.",
|
|
3216
|
+
"examples": [
|
|
3217
|
+
"$ balena organization list"
|
|
3218
|
+
],
|
|
3219
|
+
"flags": {},
|
|
3220
|
+
"hasDynamicHelp": false,
|
|
3221
|
+
"hiddenAliases": [],
|
|
3222
|
+
"id": "organization:list",
|
|
3223
|
+
"pluginAlias": "balena-cli",
|
|
3224
|
+
"pluginName": "balena-cli",
|
|
3225
|
+
"pluginType": "core",
|
|
3226
|
+
"strict": true,
|
|
3227
|
+
"enableJsonFlag": false,
|
|
3228
|
+
"authenticated": true,
|
|
3229
|
+
"isESM": false,
|
|
3230
|
+
"relativePath": [
|
|
3231
|
+
"build",
|
|
3232
|
+
"commands",
|
|
3233
|
+
"organization",
|
|
3234
|
+
"list.js"
|
|
3235
|
+
]
|
|
3236
|
+
},
|
|
3212
3237
|
"logout": {
|
|
3213
3238
|
"aliases": [],
|
|
3214
3239
|
"args": {},
|
|
@@ -3233,29 +3258,134 @@
|
|
|
3233
3258
|
"index.js"
|
|
3234
3259
|
]
|
|
3235
3260
|
},
|
|
3236
|
-
"
|
|
3261
|
+
"preload": {
|
|
3237
3262
|
"aliases": [],
|
|
3238
|
-
"args": {
|
|
3239
|
-
|
|
3263
|
+
"args": {
|
|
3264
|
+
"image": {
|
|
3265
|
+
"description": "the image file path",
|
|
3266
|
+
"name": "image",
|
|
3267
|
+
"required": true
|
|
3268
|
+
}
|
|
3269
|
+
},
|
|
3270
|
+
"description": "Preload a release on a disk image (or Edison zip archive).\n\nPreload a release (service images/containers) from a balena fleet, and optionally\na balenaOS splash screen, in a previously downloaded '.img' balenaOS image file\nin the local disk (a zip file is only accepted for the Intel Edison device type).\nAfter preloading, the balenaOS image file can be flashed to a device's SD card.\nWhen the device boots, it will not need to download the release, as it was\npreloaded. This is usually combined with release pinning\n(https://www.balena.io/docs/learn/deploy/release-strategy/release-policy/)\nto avoid the device downloading a newer release straight away, if available.\nCheck also the Preloading and Preregistering section of the balena CLI's advanced\nmasterclass document:\nhttps://www.balena.io/docs/learn/more/masterclasses/advanced-cli/#5-preloading-and-preregistering\n\nFleets may be specified by fleet name or slug. Fleet slugs are\nthe recommended option, as they are unique and unambiguous. Slugs can be\nlisted with the `balena fleet list` command. Note that slugs may change if the\nfleet is renamed. Fleet names are not unique and may result in \"Fleet is\nambiguous\" errors at any time (even if it \"used to work in the past\"), for\nexample if the name clashes with a newly created public fleet, or with fleets\nfrom other balena accounts that you may be invited to join under any role.\nFor this reason, fleet names are especially discouraged in scripts (e.g. CI\nenvironments).\n\nNote that the this command requires Docker to be installed, as further detailed\nin the balena CLI's installation instructions:\nhttps://github.com/balena-io/balena-cli/blob/master/INSTALL.md\nThe `--dockerHost` and `--dockerPort` flags allow a remote Docker engine to\nbe used, however the image file must be accessible to the remote Docker engine\non the same path given on the command line. This is because Docker's bind mount\nfeature is used to \"share\" the image with a container that performs the preload.",
|
|
3240
3271
|
"examples": [
|
|
3241
|
-
"$ balena
|
|
3272
|
+
"$ balena preload balena.img --fleet MyFleet --commit e1f2592fc6ee949e68756d4f4a48e49bff8d72a0",
|
|
3273
|
+
"$ balena preload balena.img --fleet myorg/myfleet --splash-image image.png",
|
|
3274
|
+
"$ balena preload balena.img"
|
|
3242
3275
|
],
|
|
3243
|
-
"flags": {
|
|
3276
|
+
"flags": {
|
|
3277
|
+
"fleet": {
|
|
3278
|
+
"char": "f",
|
|
3279
|
+
"description": "fleet name or slug (preferred)",
|
|
3280
|
+
"name": "fleet",
|
|
3281
|
+
"hasDynamicHelp": false,
|
|
3282
|
+
"multiple": false,
|
|
3283
|
+
"type": "option"
|
|
3284
|
+
},
|
|
3285
|
+
"commit": {
|
|
3286
|
+
"char": "c",
|
|
3287
|
+
"description": "The commit hash of the release to preload. Use \"current\" to specify the current\nrelease (ignored if no appId is given). The current release is usually also the\nlatest, but can be pinned to a specific release. See:\nhttps://www.balena.io/docs/learn/deploy/release-strategy/release-policy/\nhttps://www.balena.io/docs/learn/more/masterclasses/fleet-management/#63-pin-using-the-api\nhttps://github.com/balena-io-examples/staged-releases",
|
|
3288
|
+
"name": "commit",
|
|
3289
|
+
"hasDynamicHelp": false,
|
|
3290
|
+
"multiple": false,
|
|
3291
|
+
"type": "option"
|
|
3292
|
+
},
|
|
3293
|
+
"splash-image": {
|
|
3294
|
+
"char": "s",
|
|
3295
|
+
"description": "path to a png image to replace the splash screen",
|
|
3296
|
+
"name": "splash-image",
|
|
3297
|
+
"hasDynamicHelp": false,
|
|
3298
|
+
"multiple": false,
|
|
3299
|
+
"type": "option"
|
|
3300
|
+
},
|
|
3301
|
+
"dont-check-arch": {
|
|
3302
|
+
"description": "disable architecture compatibility check between image and fleet",
|
|
3303
|
+
"name": "dont-check-arch",
|
|
3304
|
+
"allowNo": false,
|
|
3305
|
+
"type": "boolean"
|
|
3306
|
+
},
|
|
3307
|
+
"pin-device-to-release": {
|
|
3308
|
+
"char": "p",
|
|
3309
|
+
"description": "pin the preloaded device to the preloaded release on provision",
|
|
3310
|
+
"name": "pin-device-to-release",
|
|
3311
|
+
"allowNo": true,
|
|
3312
|
+
"type": "boolean"
|
|
3313
|
+
},
|
|
3314
|
+
"additional-space": {
|
|
3315
|
+
"description": "expand the image by this amount of bytes instead of automatically estimating the required amount",
|
|
3316
|
+
"name": "additional-space",
|
|
3317
|
+
"hasDynamicHelp": false,
|
|
3318
|
+
"multiple": false,
|
|
3319
|
+
"type": "option"
|
|
3320
|
+
},
|
|
3321
|
+
"add-certificate": {
|
|
3322
|
+
"description": "Add the given certificate (in PEM format) to /etc/ssl/certs in the preloading container.\nThe file name must end with '.crt' and must not be already contained in the preloader's\n/etc/ssl/certs folder.\nCan be repeated to add multiple certificates.",
|
|
3323
|
+
"name": "add-certificate",
|
|
3324
|
+
"hasDynamicHelp": false,
|
|
3325
|
+
"multiple": true,
|
|
3326
|
+
"type": "option"
|
|
3327
|
+
},
|
|
3328
|
+
"docker": {
|
|
3329
|
+
"char": "P",
|
|
3330
|
+
"description": "Path to a local docker socket (e.g. /var/run/docker.sock)",
|
|
3331
|
+
"name": "docker",
|
|
3332
|
+
"hasDynamicHelp": false,
|
|
3333
|
+
"multiple": false,
|
|
3334
|
+
"type": "option"
|
|
3335
|
+
},
|
|
3336
|
+
"dockerHost": {
|
|
3337
|
+
"char": "h",
|
|
3338
|
+
"description": "Docker daemon hostname or IP address (dev machine or balena device) ",
|
|
3339
|
+
"name": "dockerHost",
|
|
3340
|
+
"hasDynamicHelp": false,
|
|
3341
|
+
"multiple": false,
|
|
3342
|
+
"type": "option"
|
|
3343
|
+
},
|
|
3344
|
+
"dockerPort": {
|
|
3345
|
+
"description": "Docker daemon TCP port number (hint: 2375 for balena devices)",
|
|
3346
|
+
"name": "dockerPort",
|
|
3347
|
+
"hasDynamicHelp": false,
|
|
3348
|
+
"multiple": false,
|
|
3349
|
+
"type": "option"
|
|
3350
|
+
},
|
|
3351
|
+
"ca": {
|
|
3352
|
+
"description": "Docker host TLS certificate authority file",
|
|
3353
|
+
"name": "ca",
|
|
3354
|
+
"hasDynamicHelp": false,
|
|
3355
|
+
"multiple": false,
|
|
3356
|
+
"type": "option"
|
|
3357
|
+
},
|
|
3358
|
+
"cert": {
|
|
3359
|
+
"description": "Docker host TLS certificate file",
|
|
3360
|
+
"name": "cert",
|
|
3361
|
+
"hasDynamicHelp": false,
|
|
3362
|
+
"multiple": false,
|
|
3363
|
+
"type": "option"
|
|
3364
|
+
},
|
|
3365
|
+
"key": {
|
|
3366
|
+
"description": "Docker host TLS key file",
|
|
3367
|
+
"name": "key",
|
|
3368
|
+
"hasDynamicHelp": false,
|
|
3369
|
+
"multiple": false,
|
|
3370
|
+
"type": "option"
|
|
3371
|
+
}
|
|
3372
|
+
},
|
|
3244
3373
|
"hasDynamicHelp": false,
|
|
3245
3374
|
"hiddenAliases": [],
|
|
3246
|
-
"id": "
|
|
3375
|
+
"id": "preload",
|
|
3247
3376
|
"pluginAlias": "balena-cli",
|
|
3248
3377
|
"pluginName": "balena-cli",
|
|
3249
3378
|
"pluginType": "core",
|
|
3250
3379
|
"strict": true,
|
|
3251
3380
|
"enableJsonFlag": false,
|
|
3252
3381
|
"authenticated": true,
|
|
3382
|
+
"primary": true,
|
|
3253
3383
|
"isESM": false,
|
|
3254
3384
|
"relativePath": [
|
|
3255
3385
|
"build",
|
|
3256
3386
|
"commands",
|
|
3257
|
-
"
|
|
3258
|
-
"
|
|
3387
|
+
"preload",
|
|
3388
|
+
"index.js"
|
|
3259
3389
|
]
|
|
3260
3390
|
},
|
|
3261
3391
|
"os:configure": {
|
|
@@ -3597,136 +3727,6 @@
|
|
|
3597
3727
|
"versions.js"
|
|
3598
3728
|
]
|
|
3599
3729
|
},
|
|
3600
|
-
"preload": {
|
|
3601
|
-
"aliases": [],
|
|
3602
|
-
"args": {
|
|
3603
|
-
"image": {
|
|
3604
|
-
"description": "the image file path",
|
|
3605
|
-
"name": "image",
|
|
3606
|
-
"required": true
|
|
3607
|
-
}
|
|
3608
|
-
},
|
|
3609
|
-
"description": "Preload a release on a disk image (or Edison zip archive).\n\nPreload a release (service images/containers) from a balena fleet, and optionally\na balenaOS splash screen, in a previously downloaded '.img' balenaOS image file\nin the local disk (a zip file is only accepted for the Intel Edison device type).\nAfter preloading, the balenaOS image file can be flashed to a device's SD card.\nWhen the device boots, it will not need to download the release, as it was\npreloaded. This is usually combined with release pinning\n(https://www.balena.io/docs/learn/deploy/release-strategy/release-policy/)\nto avoid the device downloading a newer release straight away, if available.\nCheck also the Preloading and Preregistering section of the balena CLI's advanced\nmasterclass document:\nhttps://www.balena.io/docs/learn/more/masterclasses/advanced-cli/#5-preloading-and-preregistering\n\nFleets may be specified by fleet name or slug. Fleet slugs are\nthe recommended option, as they are unique and unambiguous. Slugs can be\nlisted with the `balena fleet list` command. Note that slugs may change if the\nfleet is renamed. Fleet names are not unique and may result in \"Fleet is\nambiguous\" errors at any time (even if it \"used to work in the past\"), for\nexample if the name clashes with a newly created public fleet, or with fleets\nfrom other balena accounts that you may be invited to join under any role.\nFor this reason, fleet names are especially discouraged in scripts (e.g. CI\nenvironments).\n\nNote that the this command requires Docker to be installed, as further detailed\nin the balena CLI's installation instructions:\nhttps://github.com/balena-io/balena-cli/blob/master/INSTALL.md\nThe `--dockerHost` and `--dockerPort` flags allow a remote Docker engine to\nbe used, however the image file must be accessible to the remote Docker engine\non the same path given on the command line. This is because Docker's bind mount\nfeature is used to \"share\" the image with a container that performs the preload.",
|
|
3610
|
-
"examples": [
|
|
3611
|
-
"$ balena preload balena.img --fleet MyFleet --commit e1f2592fc6ee949e68756d4f4a48e49bff8d72a0",
|
|
3612
|
-
"$ balena preload balena.img --fleet myorg/myfleet --splash-image image.png",
|
|
3613
|
-
"$ balena preload balena.img"
|
|
3614
|
-
],
|
|
3615
|
-
"flags": {
|
|
3616
|
-
"fleet": {
|
|
3617
|
-
"char": "f",
|
|
3618
|
-
"description": "fleet name or slug (preferred)",
|
|
3619
|
-
"name": "fleet",
|
|
3620
|
-
"hasDynamicHelp": false,
|
|
3621
|
-
"multiple": false,
|
|
3622
|
-
"type": "option"
|
|
3623
|
-
},
|
|
3624
|
-
"commit": {
|
|
3625
|
-
"char": "c",
|
|
3626
|
-
"description": "The commit hash of the release to preload. Use \"current\" to specify the current\nrelease (ignored if no appId is given). The current release is usually also the\nlatest, but can be pinned to a specific release. See:\nhttps://www.balena.io/docs/learn/deploy/release-strategy/release-policy/\nhttps://www.balena.io/docs/learn/more/masterclasses/fleet-management/#63-pin-using-the-api\nhttps://github.com/balena-io-examples/staged-releases",
|
|
3627
|
-
"name": "commit",
|
|
3628
|
-
"hasDynamicHelp": false,
|
|
3629
|
-
"multiple": false,
|
|
3630
|
-
"type": "option"
|
|
3631
|
-
},
|
|
3632
|
-
"splash-image": {
|
|
3633
|
-
"char": "s",
|
|
3634
|
-
"description": "path to a png image to replace the splash screen",
|
|
3635
|
-
"name": "splash-image",
|
|
3636
|
-
"hasDynamicHelp": false,
|
|
3637
|
-
"multiple": false,
|
|
3638
|
-
"type": "option"
|
|
3639
|
-
},
|
|
3640
|
-
"dont-check-arch": {
|
|
3641
|
-
"description": "disable architecture compatibility check between image and fleet",
|
|
3642
|
-
"name": "dont-check-arch",
|
|
3643
|
-
"allowNo": false,
|
|
3644
|
-
"type": "boolean"
|
|
3645
|
-
},
|
|
3646
|
-
"pin-device-to-release": {
|
|
3647
|
-
"char": "p",
|
|
3648
|
-
"description": "pin the preloaded device to the preloaded release on provision",
|
|
3649
|
-
"name": "pin-device-to-release",
|
|
3650
|
-
"allowNo": true,
|
|
3651
|
-
"type": "boolean"
|
|
3652
|
-
},
|
|
3653
|
-
"additional-space": {
|
|
3654
|
-
"description": "expand the image by this amount of bytes instead of automatically estimating the required amount",
|
|
3655
|
-
"name": "additional-space",
|
|
3656
|
-
"hasDynamicHelp": false,
|
|
3657
|
-
"multiple": false,
|
|
3658
|
-
"type": "option"
|
|
3659
|
-
},
|
|
3660
|
-
"add-certificate": {
|
|
3661
|
-
"description": "Add the given certificate (in PEM format) to /etc/ssl/certs in the preloading container.\nThe file name must end with '.crt' and must not be already contained in the preloader's\n/etc/ssl/certs folder.\nCan be repeated to add multiple certificates.",
|
|
3662
|
-
"name": "add-certificate",
|
|
3663
|
-
"hasDynamicHelp": false,
|
|
3664
|
-
"multiple": true,
|
|
3665
|
-
"type": "option"
|
|
3666
|
-
},
|
|
3667
|
-
"docker": {
|
|
3668
|
-
"char": "P",
|
|
3669
|
-
"description": "Path to a local docker socket (e.g. /var/run/docker.sock)",
|
|
3670
|
-
"name": "docker",
|
|
3671
|
-
"hasDynamicHelp": false,
|
|
3672
|
-
"multiple": false,
|
|
3673
|
-
"type": "option"
|
|
3674
|
-
},
|
|
3675
|
-
"dockerHost": {
|
|
3676
|
-
"char": "h",
|
|
3677
|
-
"description": "Docker daemon hostname or IP address (dev machine or balena device) ",
|
|
3678
|
-
"name": "dockerHost",
|
|
3679
|
-
"hasDynamicHelp": false,
|
|
3680
|
-
"multiple": false,
|
|
3681
|
-
"type": "option"
|
|
3682
|
-
},
|
|
3683
|
-
"dockerPort": {
|
|
3684
|
-
"description": "Docker daemon TCP port number (hint: 2375 for balena devices)",
|
|
3685
|
-
"name": "dockerPort",
|
|
3686
|
-
"hasDynamicHelp": false,
|
|
3687
|
-
"multiple": false,
|
|
3688
|
-
"type": "option"
|
|
3689
|
-
},
|
|
3690
|
-
"ca": {
|
|
3691
|
-
"description": "Docker host TLS certificate authority file",
|
|
3692
|
-
"name": "ca",
|
|
3693
|
-
"hasDynamicHelp": false,
|
|
3694
|
-
"multiple": false,
|
|
3695
|
-
"type": "option"
|
|
3696
|
-
},
|
|
3697
|
-
"cert": {
|
|
3698
|
-
"description": "Docker host TLS certificate file",
|
|
3699
|
-
"name": "cert",
|
|
3700
|
-
"hasDynamicHelp": false,
|
|
3701
|
-
"multiple": false,
|
|
3702
|
-
"type": "option"
|
|
3703
|
-
},
|
|
3704
|
-
"key": {
|
|
3705
|
-
"description": "Docker host TLS key file",
|
|
3706
|
-
"name": "key",
|
|
3707
|
-
"hasDynamicHelp": false,
|
|
3708
|
-
"multiple": false,
|
|
3709
|
-
"type": "option"
|
|
3710
|
-
}
|
|
3711
|
-
},
|
|
3712
|
-
"hasDynamicHelp": false,
|
|
3713
|
-
"hiddenAliases": [],
|
|
3714
|
-
"id": "preload",
|
|
3715
|
-
"pluginAlias": "balena-cli",
|
|
3716
|
-
"pluginName": "balena-cli",
|
|
3717
|
-
"pluginType": "core",
|
|
3718
|
-
"strict": true,
|
|
3719
|
-
"enableJsonFlag": false,
|
|
3720
|
-
"authenticated": true,
|
|
3721
|
-
"primary": true,
|
|
3722
|
-
"isESM": false,
|
|
3723
|
-
"relativePath": [
|
|
3724
|
-
"build",
|
|
3725
|
-
"commands",
|
|
3726
|
-
"preload",
|
|
3727
|
-
"index.js"
|
|
3728
|
-
]
|
|
3729
|
-
},
|
|
3730
3730
|
"push": {
|
|
3731
3731
|
"aliases": [],
|
|
3732
3732
|
"args": {
|
|
@@ -4074,6 +4074,30 @@
|
|
|
4074
4074
|
"validate.js"
|
|
4075
4075
|
]
|
|
4076
4076
|
},
|
|
4077
|
+
"settings": {
|
|
4078
|
+
"aliases": [],
|
|
4079
|
+
"args": {},
|
|
4080
|
+
"description": "Print current settings.\n\nUse this command to display the current balena CLI settings.",
|
|
4081
|
+
"examples": [
|
|
4082
|
+
"$ balena settings"
|
|
4083
|
+
],
|
|
4084
|
+
"flags": {},
|
|
4085
|
+
"hasDynamicHelp": false,
|
|
4086
|
+
"hiddenAliases": [],
|
|
4087
|
+
"id": "settings",
|
|
4088
|
+
"pluginAlias": "balena-cli",
|
|
4089
|
+
"pluginName": "balena-cli",
|
|
4090
|
+
"pluginType": "core",
|
|
4091
|
+
"strict": true,
|
|
4092
|
+
"enableJsonFlag": false,
|
|
4093
|
+
"isESM": false,
|
|
4094
|
+
"relativePath": [
|
|
4095
|
+
"build",
|
|
4096
|
+
"commands",
|
|
4097
|
+
"settings",
|
|
4098
|
+
"index.js"
|
|
4099
|
+
]
|
|
4100
|
+
},
|
|
4077
4101
|
"release-asset:delete": {
|
|
4078
4102
|
"aliases": [],
|
|
4079
4103
|
"args": {
|
|
@@ -4289,30 +4313,6 @@
|
|
|
4289
4313
|
"upload.js"
|
|
4290
4314
|
]
|
|
4291
4315
|
},
|
|
4292
|
-
"settings": {
|
|
4293
|
-
"aliases": [],
|
|
4294
|
-
"args": {},
|
|
4295
|
-
"description": "Print current settings.\n\nUse this command to display the current balena CLI settings.",
|
|
4296
|
-
"examples": [
|
|
4297
|
-
"$ balena settings"
|
|
4298
|
-
],
|
|
4299
|
-
"flags": {},
|
|
4300
|
-
"hasDynamicHelp": false,
|
|
4301
|
-
"hiddenAliases": [],
|
|
4302
|
-
"id": "settings",
|
|
4303
|
-
"pluginAlias": "balena-cli",
|
|
4304
|
-
"pluginName": "balena-cli",
|
|
4305
|
-
"pluginType": "core",
|
|
4306
|
-
"strict": true,
|
|
4307
|
-
"enableJsonFlag": false,
|
|
4308
|
-
"isESM": false,
|
|
4309
|
-
"relativePath": [
|
|
4310
|
-
"build",
|
|
4311
|
-
"commands",
|
|
4312
|
-
"settings",
|
|
4313
|
-
"index.js"
|
|
4314
|
-
]
|
|
4315
|
-
},
|
|
4316
4316
|
"ssh-key:add": {
|
|
4317
4317
|
"aliases": [],
|
|
4318
4318
|
"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": {},
|
|
@@ -4753,28 +4775,6 @@
|
|
|
4753
4775
|
"whoami",
|
|
4754
4776
|
"index.js"
|
|
4755
4777
|
]
|
|
4756
|
-
},
|
|
4757
|
-
"util:available-drives": {
|
|
4758
|
-
"aliases": [],
|
|
4759
|
-
"args": {},
|
|
4760
|
-
"description": "List available drives.\n\nList available drives which are usable for writing an OS image to.\nDoes not list system drives.",
|
|
4761
|
-
"flags": {},
|
|
4762
|
-
"hasDynamicHelp": false,
|
|
4763
|
-
"hiddenAliases": [],
|
|
4764
|
-
"id": "util:available-drives",
|
|
4765
|
-
"pluginAlias": "balena-cli",
|
|
4766
|
-
"pluginName": "balena-cli",
|
|
4767
|
-
"pluginType": "core",
|
|
4768
|
-
"strict": true,
|
|
4769
|
-
"enableJsonFlag": false,
|
|
4770
|
-
"offlineCompatible": true,
|
|
4771
|
-
"isESM": false,
|
|
4772
|
-
"relativePath": [
|
|
4773
|
-
"build",
|
|
4774
|
-
"commands",
|
|
4775
|
-
"util",
|
|
4776
|
-
"available-drives.js"
|
|
4777
|
-
]
|
|
4778
4778
|
}
|
|
4779
4779
|
},
|
|
4780
4780
|
"version": "23.2.5"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.5-build-
|
|
3
|
+
"version": "23.2.5-build-update-docker-progress-5-4-0-224a174b777b629fd139c0cd1128c1df40553fb5-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-04T21:39:25.723Z"
|
|
266
266
|
}
|
|
267
267
|
}
|