balena-cli 23.2.15-build-mockttp-0536b19fad3ccafbb5b295dba85ec4816d202e69-2 → 23.2.15-build-mockttp-0536b19fad3ccafbb5b295dba85ec4816d202e69-3
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/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +74 -74
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.15-build-mockttp-0536b19fad3ccafbb5b295dba85ec4816d202e69-
|
|
3
|
+
"version": "23.2.15-build-mockttp-0536b19fad3ccafbb5b295dba85ec4816d202e69-3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "balena-cli",
|
|
9
|
-
"version": "23.2.15-build-mockttp-0536b19fad3ccafbb5b295dba85ec4816d202e69-
|
|
9
|
+
"version": "23.2.15-build-mockttp-0536b19fad3ccafbb5b295dba85ec4816d202e69-3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
package/oclif.manifest.json
CHANGED
|
@@ -3209,53 +3209,53 @@
|
|
|
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
|
+
"logout": {
|
|
3237
3238
|
"aliases": [],
|
|
3238
3239
|
"args": {},
|
|
3239
|
-
"description": "
|
|
3240
|
+
"description": "Logout from balena.\n\nLogout from your balena account.",
|
|
3240
3241
|
"examples": [
|
|
3241
|
-
"$ balena
|
|
3242
|
+
"$ balena logout"
|
|
3242
3243
|
],
|
|
3243
3244
|
"flags": {},
|
|
3244
3245
|
"hasDynamicHelp": false,
|
|
3245
3246
|
"hiddenAliases": [],
|
|
3246
|
-
"id": "
|
|
3247
|
+
"id": "logout",
|
|
3247
3248
|
"pluginAlias": "balena-cli",
|
|
3248
3249
|
"pluginName": "balena-cli",
|
|
3249
3250
|
"pluginType": "core",
|
|
3250
3251
|
"strict": true,
|
|
3251
3252
|
"enableJsonFlag": false,
|
|
3252
|
-
"authenticated": true,
|
|
3253
3253
|
"isESM": false,
|
|
3254
3254
|
"relativePath": [
|
|
3255
3255
|
"build",
|
|
3256
3256
|
"commands",
|
|
3257
|
-
"
|
|
3258
|
-
"
|
|
3257
|
+
"logout",
|
|
3258
|
+
"index.js"
|
|
3259
3259
|
]
|
|
3260
3260
|
},
|
|
3261
3261
|
"os:configure": {
|
|
@@ -4313,6 +4313,67 @@
|
|
|
4313
4313
|
"index.js"
|
|
4314
4314
|
]
|
|
4315
4315
|
},
|
|
4316
|
+
"support": {
|
|
4317
|
+
"aliases": [],
|
|
4318
|
+
"args": {
|
|
4319
|
+
"action": {
|
|
4320
|
+
"description": "enable|disable support access",
|
|
4321
|
+
"name": "action",
|
|
4322
|
+
"options": [
|
|
4323
|
+
"enable",
|
|
4324
|
+
"disable"
|
|
4325
|
+
]
|
|
4326
|
+
}
|
|
4327
|
+
},
|
|
4328
|
+
"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).",
|
|
4329
|
+
"examples": [
|
|
4330
|
+
"balena support enable --device ab346f,cd457a --duration 3d",
|
|
4331
|
+
"balena support enable --fleet myFleet --duration 12h",
|
|
4332
|
+
"balena support disable -f myorg/myfleet"
|
|
4333
|
+
],
|
|
4334
|
+
"flags": {
|
|
4335
|
+
"device": {
|
|
4336
|
+
"char": "d",
|
|
4337
|
+
"description": "comma-separated list (no spaces) of device UUIDs",
|
|
4338
|
+
"name": "device",
|
|
4339
|
+
"hasDynamicHelp": false,
|
|
4340
|
+
"multiple": false,
|
|
4341
|
+
"type": "option"
|
|
4342
|
+
},
|
|
4343
|
+
"fleet": {
|
|
4344
|
+
"char": "f",
|
|
4345
|
+
"description": "comma-separated list (no spaces) of fleet names or slugs (preferred)",
|
|
4346
|
+
"name": "fleet",
|
|
4347
|
+
"hasDynamicHelp": false,
|
|
4348
|
+
"multiple": false,
|
|
4349
|
+
"type": "option"
|
|
4350
|
+
},
|
|
4351
|
+
"duration": {
|
|
4352
|
+
"char": "t",
|
|
4353
|
+
"description": "length of time to enable support for, in (h)ours or (d)ays, e.g. 12h, 2d",
|
|
4354
|
+
"name": "duration",
|
|
4355
|
+
"hasDynamicHelp": false,
|
|
4356
|
+
"multiple": false,
|
|
4357
|
+
"type": "option"
|
|
4358
|
+
}
|
|
4359
|
+
},
|
|
4360
|
+
"hasDynamicHelp": false,
|
|
4361
|
+
"hiddenAliases": [],
|
|
4362
|
+
"id": "support",
|
|
4363
|
+
"pluginAlias": "balena-cli",
|
|
4364
|
+
"pluginName": "balena-cli",
|
|
4365
|
+
"pluginType": "core",
|
|
4366
|
+
"strict": true,
|
|
4367
|
+
"enableJsonFlag": false,
|
|
4368
|
+
"authenticated": true,
|
|
4369
|
+
"isESM": false,
|
|
4370
|
+
"relativePath": [
|
|
4371
|
+
"build",
|
|
4372
|
+
"commands",
|
|
4373
|
+
"support",
|
|
4374
|
+
"index.js"
|
|
4375
|
+
]
|
|
4376
|
+
},
|
|
4316
4377
|
"ssh-key:add": {
|
|
4317
4378
|
"aliases": [],
|
|
4318
4379
|
"args": {
|
|
@@ -4448,67 +4509,6 @@
|
|
|
4448
4509
|
"rm.js"
|
|
4449
4510
|
]
|
|
4450
4511
|
},
|
|
4451
|
-
"support": {
|
|
4452
|
-
"aliases": [],
|
|
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).",
|
|
4464
|
-
"examples": [
|
|
4465
|
-
"balena support enable --device ab346f,cd457a --duration 3d",
|
|
4466
|
-
"balena support enable --fleet myFleet --duration 12h",
|
|
4467
|
-
"balena support disable -f myorg/myfleet"
|
|
4468
|
-
],
|
|
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
|
-
},
|
|
4495
|
-
"hasDynamicHelp": false,
|
|
4496
|
-
"hiddenAliases": [],
|
|
4497
|
-
"id": "support",
|
|
4498
|
-
"pluginAlias": "balena-cli",
|
|
4499
|
-
"pluginName": "balena-cli",
|
|
4500
|
-
"pluginType": "core",
|
|
4501
|
-
"strict": true,
|
|
4502
|
-
"enableJsonFlag": false,
|
|
4503
|
-
"authenticated": true,
|
|
4504
|
-
"isESM": false,
|
|
4505
|
-
"relativePath": [
|
|
4506
|
-
"build",
|
|
4507
|
-
"commands",
|
|
4508
|
-
"support",
|
|
4509
|
-
"index.js"
|
|
4510
|
-
]
|
|
4511
|
-
},
|
|
4512
4512
|
"tag:list": {
|
|
4513
4513
|
"aliases": [],
|
|
4514
4514
|
"args": {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.15-build-mockttp-0536b19fad3ccafbb5b295dba85ec4816d202e69-
|
|
3
|
+
"version": "23.2.15-build-mockttp-0536b19fad3ccafbb5b295dba85ec4816d202e69-3",
|
|
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",
|
|
@@ -258,6 +258,6 @@
|
|
|
258
258
|
}
|
|
259
259
|
},
|
|
260
260
|
"versionist": {
|
|
261
|
-
"publishedAt": "2026-01-
|
|
261
|
+
"publishedAt": "2026-01-08T18:23:04.741Z"
|
|
262
262
|
}
|
|
263
263
|
}
|