balena-cli 23.2.1 → 23.2.2-build-renovate-apple-actions-import-codesign-certs-5-x-67707b91cc3a72488b7ab65abfb37e32a9e215e5-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 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
+ ## 23.2.2 - 2025-12-02
8
+
9
+ * Update apple-actions/import-codesign-certs action to v5 [balena-renovate[bot]]
10
+
7
11
  ## 23.2.1 - 2025-12-02
8
12
 
9
13
  * tests/os/configure.spec: Abstract the temp image creation and cleanup [Thodoris Greasidis]
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "23.2.1",
3
+ "version": "23.2.2-build-renovate-apple-actions-import-codesign-certs-5-x-67707b91cc3a72488b7ab65abfb37e32a9e215e5-1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "balena-cli",
9
- "version": "23.2.1",
9
+ "version": "23.2.2-build-renovate-apple-actions-import-codesign-certs-5-x-67707b91cc3a72488b7ab65abfb37e32a9e215e5-1",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -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": {},
@@ -4289,64 +4289,27 @@
4289
4289
  "upload.js"
4290
4290
  ]
4291
4291
  },
4292
- "support": {
4292
+ "settings": {
4293
4293
  "aliases": [],
4294
- "args": {
4295
- "action": {
4296
- "description": "enable|disable support access",
4297
- "name": "action",
4298
- "options": [
4299
- "enable",
4300
- "disable"
4301
- ]
4302
- }
4303
- },
4304
- "description": "Grant or revoke support access for devices or fleets.\n\nGrant or revoke balena support agent access to devices or fleets\non balenaCloud. (This command does not apply to openBalena.)\nAccess will be automatically revoked once the specified duration has elapsed.\n\nDuration defaults to 24h, but can be specified using --duration flag in days\nor hours, e.g. '12h', '2d'.\n\nBoth --device and --fleet flags accept multiple values, specified as\na comma-separated list (with no spaces).\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).",
4294
+ "args": {},
4295
+ "description": "Print current settings.\n\nUse this command to display the current balena CLI settings.",
4305
4296
  "examples": [
4306
- "balena support enable --device ab346f,cd457a --duration 3d",
4307
- "balena support enable --fleet myFleet --duration 12h",
4308
- "balena support disable -f myorg/myfleet"
4297
+ "$ balena settings"
4309
4298
  ],
4310
- "flags": {
4311
- "device": {
4312
- "char": "d",
4313
- "description": "comma-separated list (no spaces) of device UUIDs",
4314
- "name": "device",
4315
- "hasDynamicHelp": false,
4316
- "multiple": false,
4317
- "type": "option"
4318
- },
4319
- "fleet": {
4320
- "char": "f",
4321
- "description": "comma-separated list (no spaces) of fleet names or slugs (preferred)",
4322
- "name": "fleet",
4323
- "hasDynamicHelp": false,
4324
- "multiple": false,
4325
- "type": "option"
4326
- },
4327
- "duration": {
4328
- "char": "t",
4329
- "description": "length of time to enable support for, in (h)ours or (d)ays, e.g. 12h, 2d",
4330
- "name": "duration",
4331
- "hasDynamicHelp": false,
4332
- "multiple": false,
4333
- "type": "option"
4334
- }
4335
- },
4299
+ "flags": {},
4336
4300
  "hasDynamicHelp": false,
4337
4301
  "hiddenAliases": [],
4338
- "id": "support",
4302
+ "id": "settings",
4339
4303
  "pluginAlias": "balena-cli",
4340
4304
  "pluginName": "balena-cli",
4341
4305
  "pluginType": "core",
4342
4306
  "strict": true,
4343
4307
  "enableJsonFlag": false,
4344
- "authenticated": true,
4345
4308
  "isESM": false,
4346
4309
  "relativePath": [
4347
4310
  "build",
4348
4311
  "commands",
4349
- "support",
4312
+ "settings",
4350
4313
  "index.js"
4351
4314
  ]
4352
4315
  },
@@ -4485,27 +4448,64 @@
4485
4448
  "rm.js"
4486
4449
  ]
4487
4450
  },
4488
- "settings": {
4451
+ "support": {
4489
4452
  "aliases": [],
4490
- "args": {},
4491
- "description": "Print current settings.\n\nUse this command to display the current balena CLI settings.",
4453
+ "args": {
4454
+ "action": {
4455
+ "description": "enable|disable support access",
4456
+ "name": "action",
4457
+ "options": [
4458
+ "enable",
4459
+ "disable"
4460
+ ]
4461
+ }
4462
+ },
4463
+ "description": "Grant or revoke support access for devices or fleets.\n\nGrant or revoke balena support agent access to devices or fleets\non balenaCloud. (This command does not apply to openBalena.)\nAccess will be automatically revoked once the specified duration has elapsed.\n\nDuration defaults to 24h, but can be specified using --duration flag in days\nor hours, e.g. '12h', '2d'.\n\nBoth --device and --fleet flags accept multiple values, specified as\na comma-separated list (with no spaces).\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).",
4492
4464
  "examples": [
4493
- "$ balena settings"
4465
+ "balena support enable --device ab346f,cd457a --duration 3d",
4466
+ "balena support enable --fleet myFleet --duration 12h",
4467
+ "balena support disable -f myorg/myfleet"
4494
4468
  ],
4495
- "flags": {},
4469
+ "flags": {
4470
+ "device": {
4471
+ "char": "d",
4472
+ "description": "comma-separated list (no spaces) of device UUIDs",
4473
+ "name": "device",
4474
+ "hasDynamicHelp": false,
4475
+ "multiple": false,
4476
+ "type": "option"
4477
+ },
4478
+ "fleet": {
4479
+ "char": "f",
4480
+ "description": "comma-separated list (no spaces) of fleet names or slugs (preferred)",
4481
+ "name": "fleet",
4482
+ "hasDynamicHelp": false,
4483
+ "multiple": false,
4484
+ "type": "option"
4485
+ },
4486
+ "duration": {
4487
+ "char": "t",
4488
+ "description": "length of time to enable support for, in (h)ours or (d)ays, e.g. 12h, 2d",
4489
+ "name": "duration",
4490
+ "hasDynamicHelp": false,
4491
+ "multiple": false,
4492
+ "type": "option"
4493
+ }
4494
+ },
4496
4495
  "hasDynamicHelp": false,
4497
4496
  "hiddenAliases": [],
4498
- "id": "settings",
4497
+ "id": "support",
4499
4498
  "pluginAlias": "balena-cli",
4500
4499
  "pluginName": "balena-cli",
4501
4500
  "pluginType": "core",
4502
4501
  "strict": true,
4503
4502
  "enableJsonFlag": false,
4503
+ "authenticated": true,
4504
4504
  "isESM": false,
4505
4505
  "relativePath": [
4506
4506
  "build",
4507
4507
  "commands",
4508
- "settings",
4508
+ "support",
4509
4509
  "index.js"
4510
4510
  ]
4511
4511
  },
@@ -4777,5 +4777,5 @@
4777
4777
  ]
4778
4778
  }
4779
4779
  },
4780
- "version": "23.2.1"
4780
+ "version": "23.2.2"
4781
4781
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "23.2.1",
3
+ "version": "23.2.2-build-renovate-apple-actions-import-codesign-certs-5-x-67707b91cc3a72488b7ab65abfb37e32a9e215e5-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",
@@ -262,6 +262,6 @@
262
262
  "balena-request": "14.0.6"
263
263
  },
264
264
  "versionist": {
265
- "publishedAt": "2025-12-02T10:31:31.412Z"
265
+ "publishedAt": "2025-12-02T12:06:17.726Z"
266
266
  }
267
267
  }