balena-cli 23.2.2-build-renovate-aws-actions-configure-aws-credentials-5-x-c02beae8933efbe4f780f0d98154709fe9bc4e68-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 +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +357 -357
- package/package.json +2 -2
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
|
|
9
|
+
* Update actions/download-artifact action to v6 [balena-renovate[bot]]
|
|
10
10
|
|
|
11
11
|
## 23.2.1 - 2025-12-02
|
|
12
12
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.2
|
|
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
|
|
9
|
+
"version": "23.2.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
package/oclif.manifest.json
CHANGED
|
@@ -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": {},
|
|
@@ -3209,53 +3209,159 @@
|
|
|
3209
3209
|
"index.js"
|
|
3210
3210
|
]
|
|
3211
3211
|
},
|
|
3212
|
-
"
|
|
3212
|
+
"organization:list": {
|
|
3213
3213
|
"aliases": [],
|
|
3214
3214
|
"args": {},
|
|
3215
|
-
"description": "
|
|
3215
|
+
"description": "List all organizations.\n\nlist all the organizations that you are a member of.",
|
|
3216
3216
|
"examples": [
|
|
3217
|
-
"$ balena
|
|
3217
|
+
"$ balena organization list"
|
|
3218
3218
|
],
|
|
3219
3219
|
"flags": {},
|
|
3220
3220
|
"hasDynamicHelp": false,
|
|
3221
3221
|
"hiddenAliases": [],
|
|
3222
|
-
"id": "
|
|
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
|
-
"
|
|
3233
|
-
"
|
|
3233
|
+
"organization",
|
|
3234
|
+
"list.js"
|
|
3234
3235
|
]
|
|
3235
3236
|
},
|
|
3236
|
-
"
|
|
3237
|
+
"preload": {
|
|
3237
3238
|
"aliases": [],
|
|
3238
|
-
"args": {
|
|
3239
|
-
|
|
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
|
|
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": "
|
|
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
|
-
"
|
|
3258
|
-
"
|
|
3363
|
+
"preload",
|
|
3364
|
+
"index.js"
|
|
3259
3365
|
]
|
|
3260
3366
|
},
|
|
3261
3367
|
"os:configure": {
|
|
@@ -3762,147 +3868,17 @@
|
|
|
3762
3868
|
"index.js"
|
|
3763
3869
|
]
|
|
3764
3870
|
},
|
|
3765
|
-
"
|
|
3871
|
+
"logout": {
|
|
3766
3872
|
"aliases": [],
|
|
3767
|
-
"args": {
|
|
3768
|
-
|
|
3769
|
-
"description": "the image file path",
|
|
3770
|
-
"name": "image",
|
|
3771
|
-
"required": true
|
|
3772
|
-
}
|
|
3773
|
-
},
|
|
3774
|
-
"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.",
|
|
3873
|
+
"args": {},
|
|
3874
|
+
"description": "Logout from balena.\n\nLogout from your balena account.",
|
|
3775
3875
|
"examples": [
|
|
3776
|
-
"$ balena
|
|
3777
|
-
"$ balena preload balena.img --fleet myorg/myfleet --splash-image image.png",
|
|
3778
|
-
"$ balena preload balena.img"
|
|
3779
|
-
],
|
|
3780
|
-
"flags": {
|
|
3781
|
-
"fleet": {
|
|
3782
|
-
"char": "f",
|
|
3783
|
-
"description": "fleet name or slug (preferred)",
|
|
3784
|
-
"name": "fleet",
|
|
3785
|
-
"hasDynamicHelp": false,
|
|
3786
|
-
"multiple": false,
|
|
3787
|
-
"type": "option"
|
|
3788
|
-
},
|
|
3789
|
-
"commit": {
|
|
3790
|
-
"char": "c",
|
|
3791
|
-
"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",
|
|
3792
|
-
"name": "commit",
|
|
3793
|
-
"hasDynamicHelp": false,
|
|
3794
|
-
"multiple": false,
|
|
3795
|
-
"type": "option"
|
|
3796
|
-
},
|
|
3797
|
-
"splash-image": {
|
|
3798
|
-
"char": "s",
|
|
3799
|
-
"description": "path to a png image to replace the splash screen",
|
|
3800
|
-
"name": "splash-image",
|
|
3801
|
-
"hasDynamicHelp": false,
|
|
3802
|
-
"multiple": false,
|
|
3803
|
-
"type": "option"
|
|
3804
|
-
},
|
|
3805
|
-
"dont-check-arch": {
|
|
3806
|
-
"description": "disable architecture compatibility check between image and fleet",
|
|
3807
|
-
"name": "dont-check-arch",
|
|
3808
|
-
"allowNo": false,
|
|
3809
|
-
"type": "boolean"
|
|
3810
|
-
},
|
|
3811
|
-
"pin-device-to-release": {
|
|
3812
|
-
"char": "p",
|
|
3813
|
-
"description": "pin the preloaded device to the preloaded release on provision",
|
|
3814
|
-
"name": "pin-device-to-release",
|
|
3815
|
-
"allowNo": true,
|
|
3816
|
-
"type": "boolean"
|
|
3817
|
-
},
|
|
3818
|
-
"additional-space": {
|
|
3819
|
-
"description": "expand the image by this amount of bytes instead of automatically estimating the required amount",
|
|
3820
|
-
"name": "additional-space",
|
|
3821
|
-
"hasDynamicHelp": false,
|
|
3822
|
-
"multiple": false,
|
|
3823
|
-
"type": "option"
|
|
3824
|
-
},
|
|
3825
|
-
"add-certificate": {
|
|
3826
|
-
"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.",
|
|
3827
|
-
"name": "add-certificate",
|
|
3828
|
-
"hasDynamicHelp": false,
|
|
3829
|
-
"multiple": true,
|
|
3830
|
-
"type": "option"
|
|
3831
|
-
},
|
|
3832
|
-
"docker": {
|
|
3833
|
-
"char": "P",
|
|
3834
|
-
"description": "Path to a local docker socket (e.g. /var/run/docker.sock)",
|
|
3835
|
-
"name": "docker",
|
|
3836
|
-
"hasDynamicHelp": false,
|
|
3837
|
-
"multiple": false,
|
|
3838
|
-
"type": "option"
|
|
3839
|
-
},
|
|
3840
|
-
"dockerHost": {
|
|
3841
|
-
"char": "h",
|
|
3842
|
-
"description": "Docker daemon hostname or IP address (dev machine or balena device) ",
|
|
3843
|
-
"name": "dockerHost",
|
|
3844
|
-
"hasDynamicHelp": false,
|
|
3845
|
-
"multiple": false,
|
|
3846
|
-
"type": "option"
|
|
3847
|
-
},
|
|
3848
|
-
"dockerPort": {
|
|
3849
|
-
"description": "Docker daemon TCP port number (hint: 2375 for balena devices)",
|
|
3850
|
-
"name": "dockerPort",
|
|
3851
|
-
"hasDynamicHelp": false,
|
|
3852
|
-
"multiple": false,
|
|
3853
|
-
"type": "option"
|
|
3854
|
-
},
|
|
3855
|
-
"ca": {
|
|
3856
|
-
"description": "Docker host TLS certificate authority file",
|
|
3857
|
-
"name": "ca",
|
|
3858
|
-
"hasDynamicHelp": false,
|
|
3859
|
-
"multiple": false,
|
|
3860
|
-
"type": "option"
|
|
3861
|
-
},
|
|
3862
|
-
"cert": {
|
|
3863
|
-
"description": "Docker host TLS certificate file",
|
|
3864
|
-
"name": "cert",
|
|
3865
|
-
"hasDynamicHelp": false,
|
|
3866
|
-
"multiple": false,
|
|
3867
|
-
"type": "option"
|
|
3868
|
-
},
|
|
3869
|
-
"key": {
|
|
3870
|
-
"description": "Docker host TLS key file",
|
|
3871
|
-
"name": "key",
|
|
3872
|
-
"hasDynamicHelp": false,
|
|
3873
|
-
"multiple": false,
|
|
3874
|
-
"type": "option"
|
|
3875
|
-
}
|
|
3876
|
-
},
|
|
3877
|
-
"hasDynamicHelp": false,
|
|
3878
|
-
"hiddenAliases": [],
|
|
3879
|
-
"id": "preload",
|
|
3880
|
-
"pluginAlias": "balena-cli",
|
|
3881
|
-
"pluginName": "balena-cli",
|
|
3882
|
-
"pluginType": "core",
|
|
3883
|
-
"strict": true,
|
|
3884
|
-
"enableJsonFlag": false,
|
|
3885
|
-
"authenticated": true,
|
|
3886
|
-
"primary": true,
|
|
3887
|
-
"isESM": false,
|
|
3888
|
-
"relativePath": [
|
|
3889
|
-
"build",
|
|
3890
|
-
"commands",
|
|
3891
|
-
"preload",
|
|
3892
|
-
"index.js"
|
|
3893
|
-
]
|
|
3894
|
-
},
|
|
3895
|
-
"settings": {
|
|
3896
|
-
"aliases": [],
|
|
3897
|
-
"args": {},
|
|
3898
|
-
"description": "Print current settings.\n\nUse this command to display the current balena CLI settings.",
|
|
3899
|
-
"examples": [
|
|
3900
|
-
"$ balena settings"
|
|
3876
|
+
"$ balena logout"
|
|
3901
3877
|
],
|
|
3902
3878
|
"flags": {},
|
|
3903
3879
|
"hasDynamicHelp": false,
|
|
3904
3880
|
"hiddenAliases": [],
|
|
3905
|
-
"id": "
|
|
3881
|
+
"id": "logout",
|
|
3906
3882
|
"pluginAlias": "balena-cli",
|
|
3907
3883
|
"pluginName": "balena-cli",
|
|
3908
3884
|
"pluginType": "core",
|
|
@@ -3912,7 +3888,7 @@
|
|
|
3912
3888
|
"relativePath": [
|
|
3913
3889
|
"build",
|
|
3914
3890
|
"commands",
|
|
3915
|
-
"
|
|
3891
|
+
"logout",
|
|
3916
3892
|
"index.js"
|
|
3917
3893
|
]
|
|
3918
3894
|
},
|
|
@@ -4313,6 +4289,165 @@
|
|
|
4313
4289
|
"upload.js"
|
|
4314
4290
|
]
|
|
4315
4291
|
},
|
|
4292
|
+
"settings": {
|
|
4293
|
+
"aliases": [],
|
|
4294
|
+
"args": {},
|
|
4295
|
+
"description": "Print current settings.\n\nUse this command to display the current balena CLI settings.",
|
|
4296
|
+
"examples": [
|
|
4297
|
+
"$ balena settings"
|
|
4298
|
+
],
|
|
4299
|
+
"flags": {},
|
|
4300
|
+
"hasDynamicHelp": false,
|
|
4301
|
+
"hiddenAliases": [],
|
|
4302
|
+
"id": "settings",
|
|
4303
|
+
"pluginAlias": "balena-cli",
|
|
4304
|
+
"pluginName": "balena-cli",
|
|
4305
|
+
"pluginType": "core",
|
|
4306
|
+
"strict": true,
|
|
4307
|
+
"enableJsonFlag": false,
|
|
4308
|
+
"isESM": false,
|
|
4309
|
+
"relativePath": [
|
|
4310
|
+
"build",
|
|
4311
|
+
"commands",
|
|
4312
|
+
"settings",
|
|
4313
|
+
"index.js"
|
|
4314
|
+
]
|
|
4315
|
+
},
|
|
4316
|
+
"ssh-key:add": {
|
|
4317
|
+
"aliases": [],
|
|
4318
|
+
"args": {
|
|
4319
|
+
"name": {
|
|
4320
|
+
"description": "the SSH key name",
|
|
4321
|
+
"name": "name",
|
|
4322
|
+
"required": true
|
|
4323
|
+
},
|
|
4324
|
+
"path": {
|
|
4325
|
+
"description": "the path to the public key file",
|
|
4326
|
+
"name": "path",
|
|
4327
|
+
"required": true
|
|
4328
|
+
}
|
|
4329
|
+
},
|
|
4330
|
+
"description": "Add an SSH key to balenaCloud.\n\nAdd an SSH key to the balenaCloud account of the logged in user.\n\nIf `path` is omitted, the command will attempt to read the SSH key from stdin.\n\nAbout SSH keys\nAn \"SSH key\" actually consists of a public/private key pair. A typical name\nfor the private key file is \"id_rsa\", and a typical name for the public key\nfile is \"id_rsa.pub\". Both key files are saved to your computer (with the\nprivate key optionally protected by a password), but only the public key is\nsaved to your balena account. This means that if you change computers or\notherwise lose the private key, you cannot recover the private key through\nyour balena account. You can however add new keys, and delete the old ones.\n\nTo generate a new SSH key pair, a nice guide can be found in GitHub's docs:\nhttps://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent\nSkip the step about adding the key to a GitHub account, and instead add it to\nyour balena account.",
|
|
4331
|
+
"examples": [
|
|
4332
|
+
"$ balena ssh-key add Main ~/.ssh/id_rsa.pub",
|
|
4333
|
+
"$ cat ~/.ssh/id_rsa.pub | balena ssh-key add Main",
|
|
4334
|
+
"# Windows 10 (cmd.exe prompt) example",
|
|
4335
|
+
"$ balena ssh-key add Main %userprofile%.sshid_rsa.pub"
|
|
4336
|
+
],
|
|
4337
|
+
"flags": {},
|
|
4338
|
+
"hasDynamicHelp": false,
|
|
4339
|
+
"hiddenAliases": [],
|
|
4340
|
+
"id": "ssh-key:add",
|
|
4341
|
+
"pluginAlias": "balena-cli",
|
|
4342
|
+
"pluginName": "balena-cli",
|
|
4343
|
+
"pluginType": "core",
|
|
4344
|
+
"strict": true,
|
|
4345
|
+
"enableJsonFlag": false,
|
|
4346
|
+
"authenticated": true,
|
|
4347
|
+
"isESM": false,
|
|
4348
|
+
"relativePath": [
|
|
4349
|
+
"build",
|
|
4350
|
+
"commands",
|
|
4351
|
+
"ssh-key",
|
|
4352
|
+
"add.js"
|
|
4353
|
+
]
|
|
4354
|
+
},
|
|
4355
|
+
"ssh-key": {
|
|
4356
|
+
"aliases": [],
|
|
4357
|
+
"args": {
|
|
4358
|
+
"id": {
|
|
4359
|
+
"description": "balenaCloud ID for the SSH key",
|
|
4360
|
+
"name": "id",
|
|
4361
|
+
"required": true
|
|
4362
|
+
}
|
|
4363
|
+
},
|
|
4364
|
+
"description": "Display an SSH key.\n\nDisplay a single SSH key registered in balenaCloud for the logged in user.",
|
|
4365
|
+
"examples": [
|
|
4366
|
+
"$ balena ssh-key 17"
|
|
4367
|
+
],
|
|
4368
|
+
"flags": {},
|
|
4369
|
+
"hasDynamicHelp": false,
|
|
4370
|
+
"hiddenAliases": [],
|
|
4371
|
+
"id": "ssh-key",
|
|
4372
|
+
"pluginAlias": "balena-cli",
|
|
4373
|
+
"pluginName": "balena-cli",
|
|
4374
|
+
"pluginType": "core",
|
|
4375
|
+
"strict": true,
|
|
4376
|
+
"enableJsonFlag": false,
|
|
4377
|
+
"authenticated": true,
|
|
4378
|
+
"isESM": false,
|
|
4379
|
+
"relativePath": [
|
|
4380
|
+
"build",
|
|
4381
|
+
"commands",
|
|
4382
|
+
"ssh-key",
|
|
4383
|
+
"index.js"
|
|
4384
|
+
]
|
|
4385
|
+
},
|
|
4386
|
+
"ssh-key:list": {
|
|
4387
|
+
"aliases": [],
|
|
4388
|
+
"args": {},
|
|
4389
|
+
"description": "List the SSH keys in balenaCloud.\n\nList all SSH keys registered in balenaCloud for the logged in user.",
|
|
4390
|
+
"examples": [
|
|
4391
|
+
"$ balena ssh-key list"
|
|
4392
|
+
],
|
|
4393
|
+
"flags": {},
|
|
4394
|
+
"hasDynamicHelp": false,
|
|
4395
|
+
"hiddenAliases": [],
|
|
4396
|
+
"id": "ssh-key:list",
|
|
4397
|
+
"pluginAlias": "balena-cli",
|
|
4398
|
+
"pluginName": "balena-cli",
|
|
4399
|
+
"pluginType": "core",
|
|
4400
|
+
"strict": true,
|
|
4401
|
+
"enableJsonFlag": false,
|
|
4402
|
+
"authenticated": true,
|
|
4403
|
+
"isESM": false,
|
|
4404
|
+
"relativePath": [
|
|
4405
|
+
"build",
|
|
4406
|
+
"commands",
|
|
4407
|
+
"ssh-key",
|
|
4408
|
+
"list.js"
|
|
4409
|
+
]
|
|
4410
|
+
},
|
|
4411
|
+
"ssh-key:rm": {
|
|
4412
|
+
"aliases": [],
|
|
4413
|
+
"args": {
|
|
4414
|
+
"id": {
|
|
4415
|
+
"description": "balenaCloud ID for the SSH key",
|
|
4416
|
+
"name": "id",
|
|
4417
|
+
"required": true
|
|
4418
|
+
}
|
|
4419
|
+
},
|
|
4420
|
+
"description": "Remove an SSH key from balenaCloud.\n\nRemove a single SSH key registered in balenaCloud for the logged in user.\n\nThe --yes option may be used to avoid interactive confirmation.",
|
|
4421
|
+
"examples": [
|
|
4422
|
+
"$ balena ssh-key rm 17",
|
|
4423
|
+
"$ balena ssh-key rm 17 --yes"
|
|
4424
|
+
],
|
|
4425
|
+
"flags": {
|
|
4426
|
+
"yes": {
|
|
4427
|
+
"char": "y",
|
|
4428
|
+
"description": "answer \"yes\" to all questions (non interactive use)",
|
|
4429
|
+
"name": "yes",
|
|
4430
|
+
"allowNo": false,
|
|
4431
|
+
"type": "boolean"
|
|
4432
|
+
}
|
|
4433
|
+
},
|
|
4434
|
+
"hasDynamicHelp": false,
|
|
4435
|
+
"hiddenAliases": [],
|
|
4436
|
+
"id": "ssh-key:rm",
|
|
4437
|
+
"pluginAlias": "balena-cli",
|
|
4438
|
+
"pluginName": "balena-cli",
|
|
4439
|
+
"pluginType": "core",
|
|
4440
|
+
"strict": true,
|
|
4441
|
+
"enableJsonFlag": false,
|
|
4442
|
+
"authenticated": true,
|
|
4443
|
+
"isESM": false,
|
|
4444
|
+
"relativePath": [
|
|
4445
|
+
"build",
|
|
4446
|
+
"commands",
|
|
4447
|
+
"ssh-key",
|
|
4448
|
+
"rm.js"
|
|
4449
|
+
]
|
|
4450
|
+
},
|
|
4316
4451
|
"support": {
|
|
4317
4452
|
"aliases": [],
|
|
4318
4453
|
"args": {
|
|
@@ -4374,6 +4509,28 @@
|
|
|
4374
4509
|
"index.js"
|
|
4375
4510
|
]
|
|
4376
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
|
+
},
|
|
4377
4534
|
"tag:list": {
|
|
4378
4535
|
"aliases": [],
|
|
4379
4536
|
"args": {},
|
|
@@ -4594,163 +4751,6 @@
|
|
|
4594
4751
|
"set.js"
|
|
4595
4752
|
]
|
|
4596
4753
|
},
|
|
4597
|
-
"ssh-key:add": {
|
|
4598
|
-
"aliases": [],
|
|
4599
|
-
"args": {
|
|
4600
|
-
"name": {
|
|
4601
|
-
"description": "the SSH key name",
|
|
4602
|
-
"name": "name",
|
|
4603
|
-
"required": true
|
|
4604
|
-
},
|
|
4605
|
-
"path": {
|
|
4606
|
-
"description": "the path to the public key file",
|
|
4607
|
-
"name": "path",
|
|
4608
|
-
"required": true
|
|
4609
|
-
}
|
|
4610
|
-
},
|
|
4611
|
-
"description": "Add an SSH key to balenaCloud.\n\nAdd an SSH key to the balenaCloud account of the logged in user.\n\nIf `path` is omitted, the command will attempt to read the SSH key from stdin.\n\nAbout SSH keys\nAn \"SSH key\" actually consists of a public/private key pair. A typical name\nfor the private key file is \"id_rsa\", and a typical name for the public key\nfile is \"id_rsa.pub\". Both key files are saved to your computer (with the\nprivate key optionally protected by a password), but only the public key is\nsaved to your balena account. This means that if you change computers or\notherwise lose the private key, you cannot recover the private key through\nyour balena account. You can however add new keys, and delete the old ones.\n\nTo generate a new SSH key pair, a nice guide can be found in GitHub's docs:\nhttps://help.github.com/en/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent\nSkip the step about adding the key to a GitHub account, and instead add it to\nyour balena account.",
|
|
4612
|
-
"examples": [
|
|
4613
|
-
"$ balena ssh-key add Main ~/.ssh/id_rsa.pub",
|
|
4614
|
-
"$ cat ~/.ssh/id_rsa.pub | balena ssh-key add Main",
|
|
4615
|
-
"# Windows 10 (cmd.exe prompt) example",
|
|
4616
|
-
"$ balena ssh-key add Main %userprofile%.sshid_rsa.pub"
|
|
4617
|
-
],
|
|
4618
|
-
"flags": {},
|
|
4619
|
-
"hasDynamicHelp": false,
|
|
4620
|
-
"hiddenAliases": [],
|
|
4621
|
-
"id": "ssh-key:add",
|
|
4622
|
-
"pluginAlias": "balena-cli",
|
|
4623
|
-
"pluginName": "balena-cli",
|
|
4624
|
-
"pluginType": "core",
|
|
4625
|
-
"strict": true,
|
|
4626
|
-
"enableJsonFlag": false,
|
|
4627
|
-
"authenticated": true,
|
|
4628
|
-
"isESM": false,
|
|
4629
|
-
"relativePath": [
|
|
4630
|
-
"build",
|
|
4631
|
-
"commands",
|
|
4632
|
-
"ssh-key",
|
|
4633
|
-
"add.js"
|
|
4634
|
-
]
|
|
4635
|
-
},
|
|
4636
|
-
"ssh-key": {
|
|
4637
|
-
"aliases": [],
|
|
4638
|
-
"args": {
|
|
4639
|
-
"id": {
|
|
4640
|
-
"description": "balenaCloud ID for the SSH key",
|
|
4641
|
-
"name": "id",
|
|
4642
|
-
"required": true
|
|
4643
|
-
}
|
|
4644
|
-
},
|
|
4645
|
-
"description": "Display an SSH key.\n\nDisplay a single SSH key registered in balenaCloud for the logged in user.",
|
|
4646
|
-
"examples": [
|
|
4647
|
-
"$ balena ssh-key 17"
|
|
4648
|
-
],
|
|
4649
|
-
"flags": {},
|
|
4650
|
-
"hasDynamicHelp": false,
|
|
4651
|
-
"hiddenAliases": [],
|
|
4652
|
-
"id": "ssh-key",
|
|
4653
|
-
"pluginAlias": "balena-cli",
|
|
4654
|
-
"pluginName": "balena-cli",
|
|
4655
|
-
"pluginType": "core",
|
|
4656
|
-
"strict": true,
|
|
4657
|
-
"enableJsonFlag": false,
|
|
4658
|
-
"authenticated": true,
|
|
4659
|
-
"isESM": false,
|
|
4660
|
-
"relativePath": [
|
|
4661
|
-
"build",
|
|
4662
|
-
"commands",
|
|
4663
|
-
"ssh-key",
|
|
4664
|
-
"index.js"
|
|
4665
|
-
]
|
|
4666
|
-
},
|
|
4667
|
-
"ssh-key:list": {
|
|
4668
|
-
"aliases": [],
|
|
4669
|
-
"args": {},
|
|
4670
|
-
"description": "List the SSH keys in balenaCloud.\n\nList all SSH keys registered in balenaCloud for the logged in user.",
|
|
4671
|
-
"examples": [
|
|
4672
|
-
"$ balena ssh-key list"
|
|
4673
|
-
],
|
|
4674
|
-
"flags": {},
|
|
4675
|
-
"hasDynamicHelp": false,
|
|
4676
|
-
"hiddenAliases": [],
|
|
4677
|
-
"id": "ssh-key:list",
|
|
4678
|
-
"pluginAlias": "balena-cli",
|
|
4679
|
-
"pluginName": "balena-cli",
|
|
4680
|
-
"pluginType": "core",
|
|
4681
|
-
"strict": true,
|
|
4682
|
-
"enableJsonFlag": false,
|
|
4683
|
-
"authenticated": true,
|
|
4684
|
-
"isESM": false,
|
|
4685
|
-
"relativePath": [
|
|
4686
|
-
"build",
|
|
4687
|
-
"commands",
|
|
4688
|
-
"ssh-key",
|
|
4689
|
-
"list.js"
|
|
4690
|
-
]
|
|
4691
|
-
},
|
|
4692
|
-
"ssh-key:rm": {
|
|
4693
|
-
"aliases": [],
|
|
4694
|
-
"args": {
|
|
4695
|
-
"id": {
|
|
4696
|
-
"description": "balenaCloud ID for the SSH key",
|
|
4697
|
-
"name": "id",
|
|
4698
|
-
"required": true
|
|
4699
|
-
}
|
|
4700
|
-
},
|
|
4701
|
-
"description": "Remove an SSH key from balenaCloud.\n\nRemove a single SSH key registered in balenaCloud for the logged in user.\n\nThe --yes option may be used to avoid interactive confirmation.",
|
|
4702
|
-
"examples": [
|
|
4703
|
-
"$ balena ssh-key rm 17",
|
|
4704
|
-
"$ balena ssh-key rm 17 --yes"
|
|
4705
|
-
],
|
|
4706
|
-
"flags": {
|
|
4707
|
-
"yes": {
|
|
4708
|
-
"char": "y",
|
|
4709
|
-
"description": "answer \"yes\" to all questions (non interactive use)",
|
|
4710
|
-
"name": "yes",
|
|
4711
|
-
"allowNo": false,
|
|
4712
|
-
"type": "boolean"
|
|
4713
|
-
}
|
|
4714
|
-
},
|
|
4715
|
-
"hasDynamicHelp": false,
|
|
4716
|
-
"hiddenAliases": [],
|
|
4717
|
-
"id": "ssh-key:rm",
|
|
4718
|
-
"pluginAlias": "balena-cli",
|
|
4719
|
-
"pluginName": "balena-cli",
|
|
4720
|
-
"pluginType": "core",
|
|
4721
|
-
"strict": true,
|
|
4722
|
-
"enableJsonFlag": false,
|
|
4723
|
-
"authenticated": true,
|
|
4724
|
-
"isESM": false,
|
|
4725
|
-
"relativePath": [
|
|
4726
|
-
"build",
|
|
4727
|
-
"commands",
|
|
4728
|
-
"ssh-key",
|
|
4729
|
-
"rm.js"
|
|
4730
|
-
]
|
|
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": {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.2
|
|
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:
|
|
265
|
+
"publishedAt": "2025-12-02T12:01:01.828Z"
|
|
266
266
|
}
|
|
267
267
|
}
|