balena-cli 23.1.2-build-remove-help-patch-4a0d00ce703dfb8c6251d5748ae24dc5aa75df3f-2 → 23.1.2-build-remove-help-patch-ab7874a1553038f0e2f7d639d4b7cce449e1608c-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,10 +4,9 @@ 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.1.2 - 2025-11-18
7
+ ## 23.1.2 - 2025-11-19
8
8
 
9
- * Remove the oclif/core patch in favor of augmenting the RequiredArgsError messages [Thodoris Greasidis]
10
- * help: Replace the oclif patch for hiding subtopics with overrides in the BalenaHelp class [Thodoris Greasidis]
9
+ * Remove the oclif/core patches in favor oclif overrides & customization [Thodoris Greasidis]
11
10
 
12
11
  ## 23.1.1 - 2025-11-18
13
12
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "23.1.2-build-remove-help-patch-4a0d00ce703dfb8c6251d5748ae24dc5aa75df3f-2",
3
+ "version": "23.1.2-build-remove-help-patch-ab7874a1553038f0e2f7d639d4b7cce449e1608c-1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "balena-cli",
9
- "version": "23.1.2-build-remove-help-patch-4a0d00ce703dfb8c6251d5748ae24dc5aa75df3f-2",
9
+ "version": "23.1.2-build-remove-help-patch-ab7874a1553038f0e2f7d639d4b7cce449e1608c-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": {},
@@ -979,6 +979,45 @@
979
979
  "index.js"
980
980
  ]
981
981
  },
982
+ "device-type:list": {
983
+ "aliases": [],
984
+ "args": {},
985
+ "description": "List the device types supported by balena (like 'raspberrypi3' or 'intel-nuc').\n\nList the device types supported by balena (like 'raspberrypi3' or 'intel-nuc').\n\nBy default, only actively supported device types are listed.\nThe --all option can be used to list all device types, including those that are\nno longer supported by balena.",
986
+ "examples": [
987
+ "$ balena device-type list",
988
+ "$ balena device-type list --all"
989
+ ],
990
+ "flags": {
991
+ "json": {
992
+ "description": "Format output as json.",
993
+ "helpGroup": "GLOBAL",
994
+ "name": "json",
995
+ "allowNo": false,
996
+ "type": "boolean"
997
+ },
998
+ "all": {
999
+ "description": "include device types no longer supported by balena",
1000
+ "name": "all",
1001
+ "allowNo": false,
1002
+ "type": "boolean"
1003
+ }
1004
+ },
1005
+ "hasDynamicHelp": false,
1006
+ "hiddenAliases": [],
1007
+ "id": "device-type:list",
1008
+ "pluginAlias": "balena-cli",
1009
+ "pluginName": "balena-cli",
1010
+ "pluginType": "core",
1011
+ "strict": true,
1012
+ "enableJsonFlag": true,
1013
+ "isESM": false,
1014
+ "relativePath": [
1015
+ "build",
1016
+ "commands",
1017
+ "device-type",
1018
+ "list.js"
1019
+ ]
1020
+ },
982
1021
  "device:deactivate": {
983
1022
  "aliases": [],
984
1023
  "args": {
@@ -2199,45 +2238,6 @@
2199
2238
  "tunnel.js"
2200
2239
  ]
2201
2240
  },
2202
- "device-type:list": {
2203
- "aliases": [],
2204
- "args": {},
2205
- "description": "List the device types supported by balena (like 'raspberrypi3' or 'intel-nuc').\n\nList the device types supported by balena (like 'raspberrypi3' or 'intel-nuc').\n\nBy default, only actively supported device types are listed.\nThe --all option can be used to list all device types, including those that are\nno longer supported by balena.",
2206
- "examples": [
2207
- "$ balena device-type list",
2208
- "$ balena device-type list --all"
2209
- ],
2210
- "flags": {
2211
- "json": {
2212
- "description": "Format output as json.",
2213
- "helpGroup": "GLOBAL",
2214
- "name": "json",
2215
- "allowNo": false,
2216
- "type": "boolean"
2217
- },
2218
- "all": {
2219
- "description": "include device types no longer supported by balena",
2220
- "name": "all",
2221
- "allowNo": false,
2222
- "type": "boolean"
2223
- }
2224
- },
2225
- "hasDynamicHelp": false,
2226
- "hiddenAliases": [],
2227
- "id": "device-type:list",
2228
- "pluginAlias": "balena-cli",
2229
- "pluginName": "balena-cli",
2230
- "pluginType": "core",
2231
- "strict": true,
2232
- "enableJsonFlag": true,
2233
- "isESM": false,
2234
- "relativePath": [
2235
- "build",
2236
- "commands",
2237
- "device-type",
2238
- "list.js"
2239
- ]
2240
- },
2241
2241
  "env:list": {
2242
2242
  "aliases": [],
2243
2243
  "args": {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "23.1.2-build-remove-help-patch-4a0d00ce703dfb8c6251d5748ae24dc5aa75df3f-2",
3
+ "version": "23.1.2-build-remove-help-patch-ab7874a1553038f0e2f7d639d4b7cce449e1608c-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-11-18T17:28:04.439Z"
265
+ "publishedAt": "2025-11-19T14:41:08.832Z"
266
266
  }
267
267
  }