balena-cli 23.2.15-build-mockttp-6cb0abaec2656b73d1230e92f9e8a907f95bef98-1 → 23.2.15-build-mockttp-0536b19fad3ccafbb5b295dba85ec4816d202e69-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.
@@ -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,43 +2537,6 @@
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
- },
2577
2540
  "fleet:create": {
2578
2541
  "aliases": [],
2579
2542
  "args": {
@@ -2916,6 +2879,43 @@
2916
2879
  "track-latest.js"
2917
2880
  ]
2918
2881
  },
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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "23.2.15-build-mockttp-6cb0abaec2656b73d1230e92f9e8a907f95bef98-1",
3
+ "version": "23.2.15-build-mockttp-0536b19fad3ccafbb5b295dba85ec4816d202e69-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",
@@ -130,13 +130,11 @@
130
130
  "@types/mime": "^3.0.4",
131
131
  "@types/mocha": "^10.0.7",
132
132
  "@types/mock-fs": "^4.13.4",
133
- "@types/mock-require": "^2.0.1",
134
133
  "@types/ndjson": "^2.0.1",
135
134
  "@types/node": "^24.10.1",
136
135
  "@types/node-cleanup": "^2.1.2",
137
136
  "@types/prettyjson": "^0.0.33",
138
137
  "@types/progress-stream": "^2.0.2",
139
- "@types/rewire": "^2.5.30",
140
138
  "@types/semver": "^7.3.9",
141
139
  "@types/shell-escape": "^0.2.0",
142
140
  "@types/sinon": "^17.0.3",
@@ -164,11 +162,8 @@
164
162
  "mkdirp": "^3.0.1",
165
163
  "mocha": "^10.6.0",
166
164
  "mock-fs": "^5.2.0",
167
- "mock-require": "^3.0.3",
168
165
  "mockttp": "^4.2.0",
169
- "nock": "^14.0.4",
170
166
  "oclif": "^4.22.61",
171
- "rewire": "^7.0.0",
172
167
  "rimraf": "^6.0.1",
173
168
  "simple-git": "^3.14.1",
174
169
  "sinon": "^19.0.0",
@@ -260,10 +255,9 @@
260
255
  "overrides": {
261
256
  "inline-source-cli": {
262
257
  "inline-source": "^8.0.3"
263
- },
264
- "balena-request": "14.0.6"
258
+ }
265
259
  },
266
260
  "versionist": {
267
- "publishedAt": "2026-01-07T17:29:28.041Z"
261
+ "publishedAt": "2026-01-08T17:18:17.689Z"
268
262
  }
269
263
  }