balena-cli 23.2.5 → 23.2.6
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 +5 -1
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +132 -132
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,11 @@ 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.
|
|
7
|
+
## 23.2.6 - 2025-12-05
|
|
8
|
+
|
|
9
|
+
* Update apple-actions/import-codesign-certs action to v3 [balena-renovate[bot]]
|
|
10
|
+
|
|
11
|
+
## 23.2.5 - 2025-12-05
|
|
8
12
|
|
|
9
13
|
|
|
10
14
|
<details>
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.
|
|
3
|
+
"version": "23.2.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "balena-cli",
|
|
9
|
-
"version": "23.2.
|
|
9
|
+
"version": "23.2.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
package/oclif.manifest.json
CHANGED
|
@@ -2916,6 +2916,59 @@
|
|
|
2916
2916
|
"osinit.js"
|
|
2917
2917
|
]
|
|
2918
2918
|
},
|
|
2919
|
+
"join": {
|
|
2920
|
+
"aliases": [],
|
|
2921
|
+
"args": {
|
|
2922
|
+
"deviceIpOrHostname": {
|
|
2923
|
+
"description": "the IP or hostname of device",
|
|
2924
|
+
"name": "deviceIpOrHostname"
|
|
2925
|
+
}
|
|
2926
|
+
},
|
|
2927
|
+
"description": "Move a local device to a fleet on another balena server.\n\nMove a local device to a fleet on another balena server, causing\nthe device to \"join\" the new server. The device must be running balenaOS.\n\nFor example, you could provision a device against an openBalena installation\nwhere you perform end-to-end tests and then move it to balenaCloud when it's\nready for production.\n\nTo move a device between fleets on the same server, use the\n`balena device move` command instead of `balena join`.\n\nIf you don't specify a device hostname or IP, this command will automatically\nscan the local network for balenaOS devices and prompt you to select one\nfrom an interactive picker. This may require administrator/root privileges.\nLikewise, if the fleet option is not provided then a picker will be shown.\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).",
|
|
2928
|
+
"examples": [
|
|
2929
|
+
"$ balena join",
|
|
2930
|
+
"$ balena join balena.local",
|
|
2931
|
+
"$ balena join balena.local --fleet MyFleet",
|
|
2932
|
+
"$ balena join balena.local -f myorg/myfleet",
|
|
2933
|
+
"$ balena join 192.168.1.25",
|
|
2934
|
+
"$ balena join 192.168.1.25 --fleet MyFleet"
|
|
2935
|
+
],
|
|
2936
|
+
"flags": {
|
|
2937
|
+
"fleet": {
|
|
2938
|
+
"char": "f",
|
|
2939
|
+
"description": "fleet name or slug (preferred)",
|
|
2940
|
+
"name": "fleet",
|
|
2941
|
+
"hasDynamicHelp": false,
|
|
2942
|
+
"multiple": false,
|
|
2943
|
+
"type": "option"
|
|
2944
|
+
},
|
|
2945
|
+
"pollInterval": {
|
|
2946
|
+
"char": "i",
|
|
2947
|
+
"description": "the interval in minutes to check for updates",
|
|
2948
|
+
"name": "pollInterval",
|
|
2949
|
+
"hasDynamicHelp": false,
|
|
2950
|
+
"multiple": false,
|
|
2951
|
+
"type": "option"
|
|
2952
|
+
}
|
|
2953
|
+
},
|
|
2954
|
+
"hasDynamicHelp": false,
|
|
2955
|
+
"hiddenAliases": [],
|
|
2956
|
+
"id": "join",
|
|
2957
|
+
"pluginAlias": "balena-cli",
|
|
2958
|
+
"pluginName": "balena-cli",
|
|
2959
|
+
"pluginType": "core",
|
|
2960
|
+
"strict": true,
|
|
2961
|
+
"enableJsonFlag": false,
|
|
2962
|
+
"authenticated": true,
|
|
2963
|
+
"primary": true,
|
|
2964
|
+
"isESM": false,
|
|
2965
|
+
"relativePath": [
|
|
2966
|
+
"build",
|
|
2967
|
+
"commands",
|
|
2968
|
+
"join",
|
|
2969
|
+
"index.js"
|
|
2970
|
+
]
|
|
2971
|
+
},
|
|
2919
2972
|
"leave": {
|
|
2920
2973
|
"aliases": [],
|
|
2921
2974
|
"args": {
|
|
@@ -2949,57 +3002,86 @@
|
|
|
2949
3002
|
"index.js"
|
|
2950
3003
|
]
|
|
2951
3004
|
},
|
|
2952
|
-
"
|
|
3005
|
+
"local:configure": {
|
|
2953
3006
|
"aliases": [],
|
|
2954
3007
|
"args": {
|
|
2955
|
-
"
|
|
2956
|
-
"description": "
|
|
2957
|
-
"name": "
|
|
3008
|
+
"target": {
|
|
3009
|
+
"description": "path of drive or image to configure",
|
|
3010
|
+
"name": "target",
|
|
3011
|
+
"required": true
|
|
2958
3012
|
}
|
|
2959
3013
|
},
|
|
2960
|
-
"description": "
|
|
3014
|
+
"description": "(Re)configure a balenaOS drive or image.\n\nConfigure or reconfigure a balenaOS drive or image.",
|
|
2961
3015
|
"examples": [
|
|
2962
|
-
"$ balena
|
|
2963
|
-
"$ balena
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
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"
|
|
2968
3052
|
],
|
|
2969
3053
|
"flags": {
|
|
2970
|
-
"
|
|
2971
|
-
"char": "
|
|
2972
|
-
"description": "
|
|
2973
|
-
"name": "
|
|
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",
|
|
2974
3058
|
"hasDynamicHelp": false,
|
|
2975
3059
|
"multiple": false,
|
|
2976
3060
|
"type": "option"
|
|
2977
3061
|
},
|
|
2978
|
-
"
|
|
2979
|
-
"char": "
|
|
2980
|
-
"description": "
|
|
2981
|
-
"name": "
|
|
2982
|
-
"
|
|
2983
|
-
"
|
|
2984
|
-
"type": "option"
|
|
3062
|
+
"yes": {
|
|
3063
|
+
"char": "y",
|
|
3064
|
+
"description": "answer \"yes\" to all questions (non interactive use)",
|
|
3065
|
+
"name": "yes",
|
|
3066
|
+
"allowNo": false,
|
|
3067
|
+
"type": "boolean"
|
|
2985
3068
|
}
|
|
2986
3069
|
},
|
|
2987
3070
|
"hasDynamicHelp": false,
|
|
2988
3071
|
"hiddenAliases": [],
|
|
2989
|
-
"id": "
|
|
3072
|
+
"id": "local:flash",
|
|
2990
3073
|
"pluginAlias": "balena-cli",
|
|
2991
3074
|
"pluginName": "balena-cli",
|
|
2992
3075
|
"pluginType": "core",
|
|
2993
3076
|
"strict": true,
|
|
2994
3077
|
"enableJsonFlag": false,
|
|
2995
|
-
"
|
|
2996
|
-
"primary": true,
|
|
3078
|
+
"offlineCompatible": true,
|
|
2997
3079
|
"isESM": false,
|
|
2998
3080
|
"relativePath": [
|
|
2999
3081
|
"build",
|
|
3000
3082
|
"commands",
|
|
3001
|
-
"
|
|
3002
|
-
"
|
|
3083
|
+
"local",
|
|
3084
|
+
"flash.js"
|
|
3003
3085
|
]
|
|
3004
3086
|
},
|
|
3005
3087
|
"login": {
|
|
@@ -3127,88 +3209,6 @@
|
|
|
3127
3209
|
"index.js"
|
|
3128
3210
|
]
|
|
3129
3211
|
},
|
|
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": {},
|
|
@@ -4509,28 +4509,6 @@
|
|
|
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
|
-
},
|
|
4534
4512
|
"tag:list": {
|
|
4535
4513
|
"aliases": [],
|
|
4536
4514
|
"args": {},
|
|
@@ -4751,6 +4729,28 @@
|
|
|
4751
4729
|
"set.js"
|
|
4752
4730
|
]
|
|
4753
4731
|
},
|
|
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.6"
|
|
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.6",
|
|
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",
|
|
@@ -262,6 +262,6 @@
|
|
|
262
262
|
"balena-request": "14.0.6"
|
|
263
263
|
},
|
|
264
264
|
"versionist": {
|
|
265
|
-
"publishedAt": "2025-12-
|
|
265
|
+
"publishedAt": "2025-12-05T10:09:37.006Z"
|
|
266
266
|
}
|
|
267
267
|
}
|