balena-cli 23.2.2-build-renovate-apple-actions-import-codesign-certs-5-x-67707b91cc3a72488b7ab65abfb37e32a9e215e5-1 → 23.2.2

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 CHANGED
@@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  ## 23.2.2 - 2025-12-02
8
8
 
9
- * Update apple-actions/import-codesign-certs action to v5 [balena-renovate[bot]]
9
+ * Update actions/download-artifact action to v6 [balena-renovate[bot]]
10
10
 
11
11
  ## 23.2.1 - 2025-12-02
12
12
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "23.2.2-build-renovate-apple-actions-import-codesign-certs-5-x-67707b91cc3a72488b7ab65abfb37e32a9e215e5-1",
3
+ "version": "23.2.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "balena-cli",
9
- "version": "23.2.2-build-renovate-apple-actions-import-codesign-certs-5-x-67707b91cc3a72488b7ab65abfb37e32a9e215e5-1",
9
+ "version": "23.2.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -3209,53 +3209,159 @@
3209
3209
  "index.js"
3210
3210
  ]
3211
3211
  },
3212
- "logout": {
3212
+ "organization:list": {
3213
3213
  "aliases": [],
3214
3214
  "args": {},
3215
- "description": "Logout from balena.\n\nLogout from your balena account.",
3215
+ "description": "List all organizations.\n\nlist all the organizations that you are a member of.",
3216
3216
  "examples": [
3217
- "$ balena logout"
3217
+ "$ balena organization list"
3218
3218
  ],
3219
3219
  "flags": {},
3220
3220
  "hasDynamicHelp": false,
3221
3221
  "hiddenAliases": [],
3222
- "id": "logout",
3222
+ "id": "organization:list",
3223
3223
  "pluginAlias": "balena-cli",
3224
3224
  "pluginName": "balena-cli",
3225
3225
  "pluginType": "core",
3226
3226
  "strict": true,
3227
3227
  "enableJsonFlag": false,
3228
+ "authenticated": true,
3228
3229
  "isESM": false,
3229
3230
  "relativePath": [
3230
3231
  "build",
3231
3232
  "commands",
3232
- "logout",
3233
- "index.js"
3233
+ "organization",
3234
+ "list.js"
3234
3235
  ]
3235
3236
  },
3236
- "organization:list": {
3237
+ "preload": {
3237
3238
  "aliases": [],
3238
- "args": {},
3239
- "description": "List all organizations.\n\nlist all the organizations that you are a member of.",
3239
+ "args": {
3240
+ "image": {
3241
+ "description": "the image file path",
3242
+ "name": "image",
3243
+ "required": true
3244
+ }
3245
+ },
3246
+ "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
3247
  "examples": [
3241
- "$ balena organization list"
3248
+ "$ balena preload balena.img --fleet MyFleet --commit e1f2592fc6ee949e68756d4f4a48e49bff8d72a0",
3249
+ "$ balena preload balena.img --fleet myorg/myfleet --splash-image image.png",
3250
+ "$ balena preload balena.img"
3242
3251
  ],
3243
- "flags": {},
3252
+ "flags": {
3253
+ "fleet": {
3254
+ "char": "f",
3255
+ "description": "fleet name or slug (preferred)",
3256
+ "name": "fleet",
3257
+ "hasDynamicHelp": false,
3258
+ "multiple": false,
3259
+ "type": "option"
3260
+ },
3261
+ "commit": {
3262
+ "char": "c",
3263
+ "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",
3264
+ "name": "commit",
3265
+ "hasDynamicHelp": false,
3266
+ "multiple": false,
3267
+ "type": "option"
3268
+ },
3269
+ "splash-image": {
3270
+ "char": "s",
3271
+ "description": "path to a png image to replace the splash screen",
3272
+ "name": "splash-image",
3273
+ "hasDynamicHelp": false,
3274
+ "multiple": false,
3275
+ "type": "option"
3276
+ },
3277
+ "dont-check-arch": {
3278
+ "description": "disable architecture compatibility check between image and fleet",
3279
+ "name": "dont-check-arch",
3280
+ "allowNo": false,
3281
+ "type": "boolean"
3282
+ },
3283
+ "pin-device-to-release": {
3284
+ "char": "p",
3285
+ "description": "pin the preloaded device to the preloaded release on provision",
3286
+ "name": "pin-device-to-release",
3287
+ "allowNo": true,
3288
+ "type": "boolean"
3289
+ },
3290
+ "additional-space": {
3291
+ "description": "expand the image by this amount of bytes instead of automatically estimating the required amount",
3292
+ "name": "additional-space",
3293
+ "hasDynamicHelp": false,
3294
+ "multiple": false,
3295
+ "type": "option"
3296
+ },
3297
+ "add-certificate": {
3298
+ "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.",
3299
+ "name": "add-certificate",
3300
+ "hasDynamicHelp": false,
3301
+ "multiple": true,
3302
+ "type": "option"
3303
+ },
3304
+ "docker": {
3305
+ "char": "P",
3306
+ "description": "Path to a local docker socket (e.g. /var/run/docker.sock)",
3307
+ "name": "docker",
3308
+ "hasDynamicHelp": false,
3309
+ "multiple": false,
3310
+ "type": "option"
3311
+ },
3312
+ "dockerHost": {
3313
+ "char": "h",
3314
+ "description": "Docker daemon hostname or IP address (dev machine or balena device) ",
3315
+ "name": "dockerHost",
3316
+ "hasDynamicHelp": false,
3317
+ "multiple": false,
3318
+ "type": "option"
3319
+ },
3320
+ "dockerPort": {
3321
+ "description": "Docker daemon TCP port number (hint: 2375 for balena devices)",
3322
+ "name": "dockerPort",
3323
+ "hasDynamicHelp": false,
3324
+ "multiple": false,
3325
+ "type": "option"
3326
+ },
3327
+ "ca": {
3328
+ "description": "Docker host TLS certificate authority file",
3329
+ "name": "ca",
3330
+ "hasDynamicHelp": false,
3331
+ "multiple": false,
3332
+ "type": "option"
3333
+ },
3334
+ "cert": {
3335
+ "description": "Docker host TLS certificate file",
3336
+ "name": "cert",
3337
+ "hasDynamicHelp": false,
3338
+ "multiple": false,
3339
+ "type": "option"
3340
+ },
3341
+ "key": {
3342
+ "description": "Docker host TLS key file",
3343
+ "name": "key",
3344
+ "hasDynamicHelp": false,
3345
+ "multiple": false,
3346
+ "type": "option"
3347
+ }
3348
+ },
3244
3349
  "hasDynamicHelp": false,
3245
3350
  "hiddenAliases": [],
3246
- "id": "organization:list",
3351
+ "id": "preload",
3247
3352
  "pluginAlias": "balena-cli",
3248
3353
  "pluginName": "balena-cli",
3249
3354
  "pluginType": "core",
3250
3355
  "strict": true,
3251
3356
  "enableJsonFlag": false,
3252
3357
  "authenticated": true,
3358
+ "primary": true,
3253
3359
  "isESM": false,
3254
3360
  "relativePath": [
3255
3361
  "build",
3256
3362
  "commands",
3257
- "organization",
3258
- "list.js"
3363
+ "preload",
3364
+ "index.js"
3259
3365
  ]
3260
3366
  },
3261
3367
  "os:configure": {
@@ -3597,136 +3703,6 @@
3597
3703
  "versions.js"
3598
3704
  ]
3599
3705
  },
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
3706
  "push": {
3731
3707
  "aliases": [],
3732
3708
  "args": {
@@ -3892,6 +3868,30 @@
3892
3868
  "index.js"
3893
3869
  ]
3894
3870
  },
3871
+ "logout": {
3872
+ "aliases": [],
3873
+ "args": {},
3874
+ "description": "Logout from balena.\n\nLogout from your balena account.",
3875
+ "examples": [
3876
+ "$ balena logout"
3877
+ ],
3878
+ "flags": {},
3879
+ "hasDynamicHelp": false,
3880
+ "hiddenAliases": [],
3881
+ "id": "logout",
3882
+ "pluginAlias": "balena-cli",
3883
+ "pluginName": "balena-cli",
3884
+ "pluginType": "core",
3885
+ "strict": true,
3886
+ "enableJsonFlag": false,
3887
+ "isESM": false,
3888
+ "relativePath": [
3889
+ "build",
3890
+ "commands",
3891
+ "logout",
3892
+ "index.js"
3893
+ ]
3894
+ },
3895
3895
  "release:finalize": {
3896
3896
  "aliases": [],
3897
3897
  "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": {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "23.2.2-build-renovate-apple-actions-import-codesign-certs-5-x-67707b91cc3a72488b7ab65abfb37e32a9e215e5-1",
3
+ "version": "23.2.2",
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-02T12:06:17.726Z"
265
+ "publishedAt": "2025-12-02T12:01:01.828Z"
266
266
  }
267
267
  }