balena-cli 25.2.2 → 25.2.3
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 +4 -0
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +170 -170
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ 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
|
+
## 25.2.3 - 2026-08-12
|
|
8
|
+
|
|
9
|
+
* Update actions/upload-artifact action to v7 [balena-renovate[bot]]
|
|
10
|
+
|
|
7
11
|
## 25.2.2 - 2026-08-12
|
|
8
12
|
|
|
9
13
|
* Update GitHub Actions [balena-renovate[bot]]
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "25.2.
|
|
3
|
+
"version": "25.2.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "balena-cli",
|
|
9
|
-
"version": "25.2.
|
|
9
|
+
"version": "25.2.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
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": {},
|
|
@@ -2537,6 +2537,43 @@
|
|
|
2537
2537
|
"set.js"
|
|
2538
2538
|
]
|
|
2539
2539
|
},
|
|
2540
|
+
"internal:osinit": {
|
|
2541
|
+
"aliases": [],
|
|
2542
|
+
"args": {
|
|
2543
|
+
"image": {
|
|
2544
|
+
"name": "image",
|
|
2545
|
+
"required": true
|
|
2546
|
+
},
|
|
2547
|
+
"type": {
|
|
2548
|
+
"name": "type",
|
|
2549
|
+
"required": true
|
|
2550
|
+
},
|
|
2551
|
+
"config": {
|
|
2552
|
+
"name": "config",
|
|
2553
|
+
"required": true
|
|
2554
|
+
}
|
|
2555
|
+
},
|
|
2556
|
+
"description": "Do actual init of the device with the preconfigured os image.\n\nDon't use this command directly!\nUse `balena os initialize <image>` instead.",
|
|
2557
|
+
"flags": {},
|
|
2558
|
+
"hasDynamicHelp": false,
|
|
2559
|
+
"hidden": true,
|
|
2560
|
+
"hiddenAliases": [],
|
|
2561
|
+
"id": "internal:osinit",
|
|
2562
|
+
"pluginAlias": "balena-cli",
|
|
2563
|
+
"pluginName": "balena-cli",
|
|
2564
|
+
"pluginType": "core",
|
|
2565
|
+
"strict": true,
|
|
2566
|
+
"enableJsonFlag": false,
|
|
2567
|
+
"root": true,
|
|
2568
|
+
"offlineCompatible": true,
|
|
2569
|
+
"isESM": false,
|
|
2570
|
+
"relativePath": [
|
|
2571
|
+
"build",
|
|
2572
|
+
"commands",
|
|
2573
|
+
"internal",
|
|
2574
|
+
"osinit.js"
|
|
2575
|
+
]
|
|
2576
|
+
},
|
|
2540
2577
|
"fleet:create": {
|
|
2541
2578
|
"aliases": [],
|
|
2542
2579
|
"args": {
|
|
@@ -2879,43 +2916,6 @@
|
|
|
2879
2916
|
"track-latest.js"
|
|
2880
2917
|
]
|
|
2881
2918
|
},
|
|
2882
|
-
"internal:osinit": {
|
|
2883
|
-
"aliases": [],
|
|
2884
|
-
"args": {
|
|
2885
|
-
"image": {
|
|
2886
|
-
"name": "image",
|
|
2887
|
-
"required": true
|
|
2888
|
-
},
|
|
2889
|
-
"type": {
|
|
2890
|
-
"name": "type",
|
|
2891
|
-
"required": true
|
|
2892
|
-
},
|
|
2893
|
-
"config": {
|
|
2894
|
-
"name": "config",
|
|
2895
|
-
"required": true
|
|
2896
|
-
}
|
|
2897
|
-
},
|
|
2898
|
-
"description": "Do actual init of the device with the preconfigured os image.\n\nDon't use this command directly!\nUse `balena os initialize <image>` instead.",
|
|
2899
|
-
"flags": {},
|
|
2900
|
-
"hasDynamicHelp": false,
|
|
2901
|
-
"hidden": true,
|
|
2902
|
-
"hiddenAliases": [],
|
|
2903
|
-
"id": "internal:osinit",
|
|
2904
|
-
"pluginAlias": "balena-cli",
|
|
2905
|
-
"pluginName": "balena-cli",
|
|
2906
|
-
"pluginType": "core",
|
|
2907
|
-
"strict": true,
|
|
2908
|
-
"enableJsonFlag": false,
|
|
2909
|
-
"root": true,
|
|
2910
|
-
"offlineCompatible": true,
|
|
2911
|
-
"isESM": false,
|
|
2912
|
-
"relativePath": [
|
|
2913
|
-
"build",
|
|
2914
|
-
"commands",
|
|
2915
|
-
"internal",
|
|
2916
|
-
"osinit.js"
|
|
2917
|
-
]
|
|
2918
|
-
},
|
|
2919
2919
|
"join": {
|
|
2920
2920
|
"aliases": [],
|
|
2921
2921
|
"args": {
|
|
@@ -3002,88 +3002,6 @@
|
|
|
3002
3002
|
"index.js"
|
|
3003
3003
|
]
|
|
3004
3004
|
},
|
|
3005
|
-
"local:configure": {
|
|
3006
|
-
"aliases": [],
|
|
3007
|
-
"args": {
|
|
3008
|
-
"target": {
|
|
3009
|
-
"description": "path of drive or image to configure",
|
|
3010
|
-
"name": "target",
|
|
3011
|
-
"required": true
|
|
3012
|
-
}
|
|
3013
|
-
},
|
|
3014
|
-
"description": "(Re)configure a balenaOS drive or image.\n\nConfigure or reconfigure a balenaOS drive or image.",
|
|
3015
|
-
"examples": [
|
|
3016
|
-
"$ balena local configure /dev/sdc",
|
|
3017
|
-
"$ balena local configure path/to/image.img"
|
|
3018
|
-
],
|
|
3019
|
-
"flags": {},
|
|
3020
|
-
"hasDynamicHelp": false,
|
|
3021
|
-
"hiddenAliases": [],
|
|
3022
|
-
"id": "local:configure",
|
|
3023
|
-
"pluginAlias": "balena-cli",
|
|
3024
|
-
"pluginName": "balena-cli",
|
|
3025
|
-
"pluginType": "core",
|
|
3026
|
-
"strict": true,
|
|
3027
|
-
"enableJsonFlag": false,
|
|
3028
|
-
"root": true,
|
|
3029
|
-
"offlineCompatible": true,
|
|
3030
|
-
"isESM": false,
|
|
3031
|
-
"relativePath": [
|
|
3032
|
-
"build",
|
|
3033
|
-
"commands",
|
|
3034
|
-
"local",
|
|
3035
|
-
"configure.js"
|
|
3036
|
-
]
|
|
3037
|
-
},
|
|
3038
|
-
"local:flash": {
|
|
3039
|
-
"aliases": [],
|
|
3040
|
-
"args": {
|
|
3041
|
-
"image": {
|
|
3042
|
-
"description": "path to OS image",
|
|
3043
|
-
"name": "image",
|
|
3044
|
-
"required": true
|
|
3045
|
-
}
|
|
3046
|
-
},
|
|
3047
|
-
"description": "Flash an image to a drive.\n\nFlash a balenaOS image to a drive.\nImage file may be one of: .img|.zip|.gz|.bz2|.xz\n\nIf --drive is not specified, then it will interactively\nshow a list of available drives for selection.",
|
|
3048
|
-
"examples": [
|
|
3049
|
-
"$ balena local flash path/to/balenaos.img",
|
|
3050
|
-
"$ balena local flash path/to/balenaos.img --drive /dev/disk2",
|
|
3051
|
-
"$ balena local flash path/to/balenaos.img --drive /dev/disk2 --yes"
|
|
3052
|
-
],
|
|
3053
|
-
"flags": {
|
|
3054
|
-
"drive": {
|
|
3055
|
-
"char": "d",
|
|
3056
|
-
"description": "the drive to write the image to, eg. `/dev/sdb` or `/dev/mmcblk0`.\nCareful with this as you can erase your hard drive.\nCheck `balena util available-drives` for available options.",
|
|
3057
|
-
"name": "drive",
|
|
3058
|
-
"hasDynamicHelp": false,
|
|
3059
|
-
"multiple": false,
|
|
3060
|
-
"type": "option"
|
|
3061
|
-
},
|
|
3062
|
-
"yes": {
|
|
3063
|
-
"char": "y",
|
|
3064
|
-
"description": "answer \"yes\" to all questions (non interactive use)",
|
|
3065
|
-
"name": "yes",
|
|
3066
|
-
"allowNo": false,
|
|
3067
|
-
"type": "boolean"
|
|
3068
|
-
}
|
|
3069
|
-
},
|
|
3070
|
-
"hasDynamicHelp": false,
|
|
3071
|
-
"hiddenAliases": [],
|
|
3072
|
-
"id": "local:flash",
|
|
3073
|
-
"pluginAlias": "balena-cli",
|
|
3074
|
-
"pluginName": "balena-cli",
|
|
3075
|
-
"pluginType": "core",
|
|
3076
|
-
"strict": true,
|
|
3077
|
-
"enableJsonFlag": false,
|
|
3078
|
-
"offlineCompatible": true,
|
|
3079
|
-
"isESM": false,
|
|
3080
|
-
"relativePath": [
|
|
3081
|
-
"build",
|
|
3082
|
-
"commands",
|
|
3083
|
-
"local",
|
|
3084
|
-
"flash.js"
|
|
3085
|
-
]
|
|
3086
|
-
},
|
|
3087
3005
|
"login": {
|
|
3088
3006
|
"aliases": [],
|
|
3089
3007
|
"args": {
|
|
@@ -3209,6 +3127,88 @@
|
|
|
3209
3127
|
"index.js"
|
|
3210
3128
|
]
|
|
3211
3129
|
},
|
|
3130
|
+
"local:configure": {
|
|
3131
|
+
"aliases": [],
|
|
3132
|
+
"args": {
|
|
3133
|
+
"target": {
|
|
3134
|
+
"description": "path of drive or image to configure",
|
|
3135
|
+
"name": "target",
|
|
3136
|
+
"required": true
|
|
3137
|
+
}
|
|
3138
|
+
},
|
|
3139
|
+
"description": "(Re)configure a balenaOS drive or image.\n\nConfigure or reconfigure a balenaOS drive or image.",
|
|
3140
|
+
"examples": [
|
|
3141
|
+
"$ balena local configure /dev/sdc",
|
|
3142
|
+
"$ balena local configure path/to/image.img"
|
|
3143
|
+
],
|
|
3144
|
+
"flags": {},
|
|
3145
|
+
"hasDynamicHelp": false,
|
|
3146
|
+
"hiddenAliases": [],
|
|
3147
|
+
"id": "local:configure",
|
|
3148
|
+
"pluginAlias": "balena-cli",
|
|
3149
|
+
"pluginName": "balena-cli",
|
|
3150
|
+
"pluginType": "core",
|
|
3151
|
+
"strict": true,
|
|
3152
|
+
"enableJsonFlag": false,
|
|
3153
|
+
"root": true,
|
|
3154
|
+
"offlineCompatible": true,
|
|
3155
|
+
"isESM": false,
|
|
3156
|
+
"relativePath": [
|
|
3157
|
+
"build",
|
|
3158
|
+
"commands",
|
|
3159
|
+
"local",
|
|
3160
|
+
"configure.js"
|
|
3161
|
+
]
|
|
3162
|
+
},
|
|
3163
|
+
"local:flash": {
|
|
3164
|
+
"aliases": [],
|
|
3165
|
+
"args": {
|
|
3166
|
+
"image": {
|
|
3167
|
+
"description": "path to OS image",
|
|
3168
|
+
"name": "image",
|
|
3169
|
+
"required": true
|
|
3170
|
+
}
|
|
3171
|
+
},
|
|
3172
|
+
"description": "Flash an image to a drive.\n\nFlash a balenaOS image to a drive.\nImage file may be one of: .img|.zip|.gz|.bz2|.xz\n\nIf --drive is not specified, then it will interactively\nshow a list of available drives for selection.",
|
|
3173
|
+
"examples": [
|
|
3174
|
+
"$ balena local flash path/to/balenaos.img",
|
|
3175
|
+
"$ balena local flash path/to/balenaos.img --drive /dev/disk2",
|
|
3176
|
+
"$ balena local flash path/to/balenaos.img --drive /dev/disk2 --yes"
|
|
3177
|
+
],
|
|
3178
|
+
"flags": {
|
|
3179
|
+
"drive": {
|
|
3180
|
+
"char": "d",
|
|
3181
|
+
"description": "the drive to write the image to, eg. `/dev/sdb` or `/dev/mmcblk0`.\nCareful with this as you can erase your hard drive.\nCheck `balena util available-drives` for available options.",
|
|
3182
|
+
"name": "drive",
|
|
3183
|
+
"hasDynamicHelp": false,
|
|
3184
|
+
"multiple": false,
|
|
3185
|
+
"type": "option"
|
|
3186
|
+
},
|
|
3187
|
+
"yes": {
|
|
3188
|
+
"char": "y",
|
|
3189
|
+
"description": "answer \"yes\" to all questions (non interactive use)",
|
|
3190
|
+
"name": "yes",
|
|
3191
|
+
"allowNo": false,
|
|
3192
|
+
"type": "boolean"
|
|
3193
|
+
}
|
|
3194
|
+
},
|
|
3195
|
+
"hasDynamicHelp": false,
|
|
3196
|
+
"hiddenAliases": [],
|
|
3197
|
+
"id": "local:flash",
|
|
3198
|
+
"pluginAlias": "balena-cli",
|
|
3199
|
+
"pluginName": "balena-cli",
|
|
3200
|
+
"pluginType": "core",
|
|
3201
|
+
"strict": true,
|
|
3202
|
+
"enableJsonFlag": false,
|
|
3203
|
+
"offlineCompatible": true,
|
|
3204
|
+
"isESM": false,
|
|
3205
|
+
"relativePath": [
|
|
3206
|
+
"build",
|
|
3207
|
+
"commands",
|
|
3208
|
+
"local",
|
|
3209
|
+
"flash.js"
|
|
3210
|
+
]
|
|
3211
|
+
},
|
|
3212
3212
|
"logout": {
|
|
3213
3213
|
"aliases": [],
|
|
3214
3214
|
"args": {},
|
|
@@ -4895,5 +4895,5 @@
|
|
|
4895
4895
|
]
|
|
4896
4896
|
}
|
|
4897
4897
|
},
|
|
4898
|
-
"version": "25.2.
|
|
4898
|
+
"version": "25.2.3"
|
|
4899
4899
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "25.2.
|
|
3
|
+
"version": "25.2.3",
|
|
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",
|
|
@@ -258,6 +258,6 @@
|
|
|
258
258
|
}
|
|
259
259
|
},
|
|
260
260
|
"versionist": {
|
|
261
|
-
"publishedAt": "2026-08-
|
|
261
|
+
"publishedAt": "2026-08-12T16:10:40.814Z"
|
|
262
262
|
}
|
|
263
263
|
}
|