balena-cli 23.0.1-build-renovate-apple-actions-import-codesign-certs-5-x-3a90e62b0e3fddda995fa6a48d552053ceaab3b7-1 → 23.1.0-build-update-balena-sdk-22-4-1-2c2fe41de5a438bfda2c45d4f01e57eb604f5ea9-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 +63 -2
- package/npm-shrinkwrap.json +10 -10
- package/oclif.manifest.json +304 -304
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,70 @@ 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.0
|
|
7
|
+
## 23.1.0 - 2025-11-17
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
<details>
|
|
11
|
+
<summary> device os-update: Add support for HUPing ESR devices [Thodoris Greasidis] </summary>
|
|
12
|
+
|
|
13
|
+
> ### balena-sdk-22.4.1 - 2025-11-13
|
|
14
|
+
>
|
|
15
|
+
> * Replace some lodash usage with native JS alternatives [Matthew Yarmolinsky]
|
|
16
|
+
>
|
|
17
|
+
> ### balena-sdk-22.4.0 - 2025-11-13
|
|
18
|
+
>
|
|
19
|
+
> * os.getSupportedOsUpdateVersions: List ESR versions when an ESR version is provided & no osType is specified [Thodoris Greasidis]
|
|
20
|
+
>
|
|
21
|
+
> ### balena-sdk-22.3.1 - 2025-11-13
|
|
22
|
+
>
|
|
23
|
+
> * Stop using Browserify in favor of Webpack [Thodoris Greasidis]
|
|
24
|
+
>
|
|
25
|
+
> ### balena-sdk-22.3.0 - 2025-11-11
|
|
26
|
+
>
|
|
27
|
+
> * os.getSupportedOsUpdateVersions: Add support for including ESR versions [Thodoris Greasidis]
|
|
28
|
+
> * tsconfig: Remove trailing comma so that it is a be a valid JSON [Thodoris Greasidis]
|
|
29
|
+
> * os.getSupportedOsUpdateVersions: Replace an Array.filter with Array.find [Thodoris Greasidis]
|
|
30
|
+
>
|
|
31
|
+
> ### balena-sdk-22.2.2 - 2025-11-11
|
|
32
|
+
>
|
|
33
|
+
> * Deprecate the device.lastOnline method [Thodoris Greasidis]
|
|
34
|
+
> * Reduce the usage of date-fns [Thodoris Greasidis]
|
|
35
|
+
>
|
|
36
|
+
> ### balena-sdk-22.2.1 - 2025-11-07
|
|
37
|
+
>
|
|
38
|
+
>
|
|
39
|
+
> <details>
|
|
40
|
+
> <summary> Update pinejs-client-core to 8.4.0 [Pagan Gazzard] </summary>
|
|
41
|
+
>
|
|
42
|
+
>> #### pinejs-client-js-8.4.0 - 2025-10-10
|
|
43
|
+
>>
|
|
44
|
+
>> * Add a `StatusError` class that downstream is expected to use for errors [Pagan Gazzard]
|
|
45
|
+
>>
|
|
46
|
+
>> #### pinejs-client-js-8.3.3 - 2025-10-10
|
|
47
|
+
>>
|
|
48
|
+
>> * Types: make use of inference for some simplification [Pagan Gazzard]
|
|
49
|
+
>>
|
|
50
|
+
>> #### pinejs-client-js-8.3.2 - 2025-09-03
|
|
51
|
+
>>
|
|
52
|
+
>> * Improve typing of the `$: 'prop_name'` case [Pagan Gazzard]
|
|
53
|
+
>>
|
|
54
|
+
>> #### pinejs-client-js-8.3.1 - 2025-08-01
|
|
55
|
+
>>
|
|
56
|
+
>> * Update dependencies [Pagan Gazzard]
|
|
57
|
+
>>
|
|
58
|
+
>
|
|
59
|
+
> </details>
|
|
60
|
+
>
|
|
61
|
+
>
|
|
62
|
+
> ### balena-sdk-22.2.0 - 2025-10-29
|
|
63
|
+
>
|
|
64
|
+
> * temporarily disable logs subscription test and adapt builder test [Andrea Rosci]
|
|
65
|
+
> * fix: prevent linter from suggesting incorrect optional chaining comparison [Andrea Rosci]
|
|
66
|
+
> * deprecate `current_services` in favour of `current_services_by_app` [Andrea Rosci]
|
|
67
|
+
> * add `current_services_by_app` to group services by application; deprecate `current_services` [Andrea Rosci]
|
|
68
|
+
>
|
|
69
|
+
|
|
70
|
+
</details>
|
|
10
71
|
|
|
11
72
|
## 23.0.0 - 2025-11-17
|
|
12
73
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.0
|
|
3
|
+
"version": "23.1.0-build-update-balena-sdk-22-4-1-2c2fe41de5a438bfda2c45d4f01e57eb604f5ea9-1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "balena-cli",
|
|
9
|
-
"version": "23.0
|
|
9
|
+
"version": "23.1.0-build-update-balena-sdk-22-4-1-2c2fe41de5a438bfda2c45d4f01e57eb604f5ea9-1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"balena-errors": "^4.7.3",
|
|
25
25
|
"balena-image-fs": "^7.5.2",
|
|
26
26
|
"balena-preload": "^18.0.5",
|
|
27
|
-
"balena-sdk": "^22.1
|
|
27
|
+
"balena-sdk": "^22.4.1",
|
|
28
28
|
"balena-semver": "^3.0.10",
|
|
29
29
|
"balena-settings-client": "^5.0.2",
|
|
30
30
|
"balena-settings-storage": "^8.1.0",
|
|
@@ -12723,9 +12723,9 @@
|
|
|
12723
12723
|
}
|
|
12724
12724
|
},
|
|
12725
12725
|
"node_modules/balena-sdk": {
|
|
12726
|
-
"version": "22.1
|
|
12727
|
-
"resolved": "https://registry.npmjs.org/balena-sdk/-/balena-sdk-22.1.
|
|
12728
|
-
"integrity": "sha512-
|
|
12726
|
+
"version": "22.4.1",
|
|
12727
|
+
"resolved": "https://registry.npmjs.org/balena-sdk/-/balena-sdk-22.4.1.tgz",
|
|
12728
|
+
"integrity": "sha512-8ZHexbJg/U+okHmXs0D9seFg3RGu04inZyNPgjwQB03hTQhxVQkc1Zfa2v5NiwlyuiMBpfVhM5YLcaGWJiMNHw==",
|
|
12729
12729
|
"license": "Apache-2.0",
|
|
12730
12730
|
"dependencies": {
|
|
12731
12731
|
"@balena/abstract-sql-to-typescript": "^5.1.1",
|
|
@@ -12747,7 +12747,7 @@
|
|
|
12747
12747
|
"mime": "^3.0.0",
|
|
12748
12748
|
"ndjson": "^2.0.0",
|
|
12749
12749
|
"p-throttle": "^4.1.1",
|
|
12750
|
-
"pinejs-client-core": "^8.
|
|
12750
|
+
"pinejs-client-core": "^8.4.0",
|
|
12751
12751
|
"tslib": "^2.1.0"
|
|
12752
12752
|
},
|
|
12753
12753
|
"engines": {
|
|
@@ -21681,9 +21681,9 @@
|
|
|
21681
21681
|
}
|
|
21682
21682
|
},
|
|
21683
21683
|
"node_modules/pinejs-client-core": {
|
|
21684
|
-
"version": "8.
|
|
21685
|
-
"resolved": "https://registry.npmjs.org/pinejs-client-core/-/pinejs-client-core-8.
|
|
21686
|
-
"integrity": "sha512-
|
|
21684
|
+
"version": "8.4.1",
|
|
21685
|
+
"resolved": "https://registry.npmjs.org/pinejs-client-core/-/pinejs-client-core-8.4.1.tgz",
|
|
21686
|
+
"integrity": "sha512-E6/VfvYcX9s8mX90fJgcFthXUBQgncmx++rrdbEoKG4xeCdFfNAYR0AcrmSGeOSz/Tq6so+3RsRJp8Q0ecaD6g==",
|
|
21687
21687
|
"license": "MIT",
|
|
21688
21688
|
"peer": true,
|
|
21689
21689
|
"dependencies": {
|
package/oclif.manifest.json
CHANGED
|
@@ -979,45 +979,6 @@
|
|
|
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
|
-
},
|
|
1021
982
|
"device:deactivate": {
|
|
1022
983
|
"aliases": [],
|
|
1023
984
|
"args": {
|
|
@@ -2238,6 +2199,45 @@
|
|
|
2238
2199
|
"tunnel.js"
|
|
2239
2200
|
]
|
|
2240
2201
|
},
|
|
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": {},
|
|
@@ -4074,98 +4074,77 @@
|
|
|
4074
4074
|
"validate.js"
|
|
4075
4075
|
]
|
|
4076
4076
|
},
|
|
4077
|
-
"
|
|
4077
|
+
"settings": {
|
|
4078
4078
|
"aliases": [],
|
|
4079
|
-
"args": {
|
|
4080
|
-
|
|
4081
|
-
"description": "the commit or ID of the release",
|
|
4082
|
-
"name": "commitOrId",
|
|
4083
|
-
"required": true
|
|
4084
|
-
}
|
|
4085
|
-
},
|
|
4086
|
-
"description": "Delete a release asset.\n\nDelete a release asset with the specified key. This action cannot be undone.",
|
|
4079
|
+
"args": {},
|
|
4080
|
+
"description": "Print current settings.\n\nUse this command to display the current balena CLI settings.",
|
|
4087
4081
|
"examples": [
|
|
4088
|
-
"$ balena
|
|
4089
|
-
"$ balena release-asset delete a777f7345fe3d655c1c981aa642e5555 --key app.tar.gz",
|
|
4090
|
-
"$ balena release-asset delete 1234567 --key old-asset --yes"
|
|
4082
|
+
"$ balena settings"
|
|
4091
4083
|
],
|
|
4092
|
-
"flags": {
|
|
4093
|
-
"key": {
|
|
4094
|
-
"description": "the key of the release asset to delete",
|
|
4095
|
-
"name": "key",
|
|
4096
|
-
"required": true,
|
|
4097
|
-
"hasDynamicHelp": false,
|
|
4098
|
-
"multiple": false,
|
|
4099
|
-
"type": "option"
|
|
4100
|
-
},
|
|
4101
|
-
"yes": {
|
|
4102
|
-
"char": "y",
|
|
4103
|
-
"description": "skip confirmation prompt",
|
|
4104
|
-
"name": "yes",
|
|
4105
|
-
"allowNo": false,
|
|
4106
|
-
"type": "boolean"
|
|
4107
|
-
}
|
|
4108
|
-
},
|
|
4084
|
+
"flags": {},
|
|
4109
4085
|
"hasDynamicHelp": false,
|
|
4110
4086
|
"hiddenAliases": [],
|
|
4111
|
-
"id": "
|
|
4087
|
+
"id": "settings",
|
|
4112
4088
|
"pluginAlias": "balena-cli",
|
|
4113
4089
|
"pluginName": "balena-cli",
|
|
4114
4090
|
"pluginType": "core",
|
|
4115
4091
|
"strict": true,
|
|
4116
4092
|
"enableJsonFlag": false,
|
|
4117
|
-
"authenticated": true,
|
|
4118
4093
|
"isESM": false,
|
|
4119
4094
|
"relativePath": [
|
|
4120
4095
|
"build",
|
|
4121
4096
|
"commands",
|
|
4122
|
-
"
|
|
4123
|
-
"
|
|
4097
|
+
"settings",
|
|
4098
|
+
"index.js"
|
|
4124
4099
|
]
|
|
4125
4100
|
},
|
|
4126
|
-
"
|
|
4101
|
+
"support": {
|
|
4127
4102
|
"aliases": [],
|
|
4128
4103
|
"args": {
|
|
4129
|
-
"
|
|
4130
|
-
"description": "
|
|
4131
|
-
"name": "
|
|
4132
|
-
"
|
|
4104
|
+
"action": {
|
|
4105
|
+
"description": "enable|disable support access",
|
|
4106
|
+
"name": "action",
|
|
4107
|
+
"options": [
|
|
4108
|
+
"enable",
|
|
4109
|
+
"disable"
|
|
4110
|
+
]
|
|
4133
4111
|
}
|
|
4134
4112
|
},
|
|
4135
|
-
"description": "
|
|
4113
|
+
"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).",
|
|
4136
4114
|
"examples": [
|
|
4137
|
-
"
|
|
4138
|
-
"
|
|
4139
|
-
"
|
|
4140
|
-
"$ balena release-asset download 1234567 --key config.json --overwrite"
|
|
4115
|
+
"balena support enable --device ab346f,cd457a --duration 3d",
|
|
4116
|
+
"balena support enable --fleet myFleet --duration 12h",
|
|
4117
|
+
"balena support disable -f myorg/myfleet"
|
|
4141
4118
|
],
|
|
4142
4119
|
"flags": {
|
|
4143
|
-
"
|
|
4144
|
-
"
|
|
4145
|
-
"
|
|
4146
|
-
"
|
|
4120
|
+
"device": {
|
|
4121
|
+
"char": "d",
|
|
4122
|
+
"description": "comma-separated list (no spaces) of device UUIDs",
|
|
4123
|
+
"name": "device",
|
|
4147
4124
|
"hasDynamicHelp": false,
|
|
4148
4125
|
"multiple": false,
|
|
4149
4126
|
"type": "option"
|
|
4150
4127
|
},
|
|
4151
|
-
"
|
|
4152
|
-
"char": "
|
|
4153
|
-
"description": "
|
|
4154
|
-
"name": "
|
|
4128
|
+
"fleet": {
|
|
4129
|
+
"char": "f",
|
|
4130
|
+
"description": "comma-separated list (no spaces) of fleet names or slugs (preferred)",
|
|
4131
|
+
"name": "fleet",
|
|
4155
4132
|
"hasDynamicHelp": false,
|
|
4156
4133
|
"multiple": false,
|
|
4157
4134
|
"type": "option"
|
|
4158
4135
|
},
|
|
4159
|
-
"
|
|
4160
|
-
"
|
|
4161
|
-
"
|
|
4162
|
-
"
|
|
4163
|
-
"
|
|
4136
|
+
"duration": {
|
|
4137
|
+
"char": "t",
|
|
4138
|
+
"description": "length of time to enable support for, in (h)ours or (d)ays, e.g. 12h, 2d",
|
|
4139
|
+
"name": "duration",
|
|
4140
|
+
"hasDynamicHelp": false,
|
|
4141
|
+
"multiple": false,
|
|
4142
|
+
"type": "option"
|
|
4164
4143
|
}
|
|
4165
4144
|
},
|
|
4166
4145
|
"hasDynamicHelp": false,
|
|
4167
4146
|
"hiddenAliases": [],
|
|
4168
|
-
"id": "
|
|
4147
|
+
"id": "support",
|
|
4169
4148
|
"pluginAlias": "balena-cli",
|
|
4170
4149
|
"pluginName": "balena-cli",
|
|
4171
4150
|
"pluginType": "core",
|
|
@@ -4176,105 +4155,66 @@
|
|
|
4176
4155
|
"relativePath": [
|
|
4177
4156
|
"build",
|
|
4178
4157
|
"commands",
|
|
4179
|
-
"
|
|
4180
|
-
"
|
|
4158
|
+
"support",
|
|
4159
|
+
"index.js"
|
|
4181
4160
|
]
|
|
4182
4161
|
},
|
|
4183
|
-
"
|
|
4162
|
+
"ssh-key:add": {
|
|
4184
4163
|
"aliases": [],
|
|
4185
4164
|
"args": {
|
|
4186
|
-
"
|
|
4187
|
-
"description": "the
|
|
4188
|
-
"name": "
|
|
4165
|
+
"name": {
|
|
4166
|
+
"description": "the SSH key name",
|
|
4167
|
+
"name": "name",
|
|
4168
|
+
"required": true
|
|
4169
|
+
},
|
|
4170
|
+
"path": {
|
|
4171
|
+
"description": "the path to the public key file",
|
|
4172
|
+
"name": "path",
|
|
4189
4173
|
"required": true
|
|
4190
4174
|
}
|
|
4191
4175
|
},
|
|
4192
|
-
"description": "
|
|
4176
|
+
"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.",
|
|
4193
4177
|
"examples": [
|
|
4194
|
-
"$ balena
|
|
4195
|
-
"$ balena
|
|
4178
|
+
"$ balena ssh-key add Main ~/.ssh/id_rsa.pub",
|
|
4179
|
+
"$ cat ~/.ssh/id_rsa.pub | balena ssh-key add Main",
|
|
4180
|
+
"# Windows 10 (cmd.exe prompt) example",
|
|
4181
|
+
"$ balena ssh-key add Main %userprofile%.sshid_rsa.pub"
|
|
4196
4182
|
],
|
|
4197
|
-
"flags": {
|
|
4198
|
-
"json": {
|
|
4199
|
-
"description": "Format output as json.",
|
|
4200
|
-
"helpGroup": "GLOBAL",
|
|
4201
|
-
"name": "json",
|
|
4202
|
-
"allowNo": false,
|
|
4203
|
-
"type": "boolean"
|
|
4204
|
-
}
|
|
4205
|
-
},
|
|
4183
|
+
"flags": {},
|
|
4206
4184
|
"hasDynamicHelp": false,
|
|
4207
4185
|
"hiddenAliases": [],
|
|
4208
|
-
"id": "
|
|
4186
|
+
"id": "ssh-key:add",
|
|
4209
4187
|
"pluginAlias": "balena-cli",
|
|
4210
4188
|
"pluginName": "balena-cli",
|
|
4211
4189
|
"pluginType": "core",
|
|
4212
4190
|
"strict": true,
|
|
4213
|
-
"enableJsonFlag":
|
|
4191
|
+
"enableJsonFlag": false,
|
|
4214
4192
|
"authenticated": true,
|
|
4215
4193
|
"isESM": false,
|
|
4216
4194
|
"relativePath": [
|
|
4217
4195
|
"build",
|
|
4218
4196
|
"commands",
|
|
4219
|
-
"
|
|
4220
|
-
"
|
|
4197
|
+
"ssh-key",
|
|
4198
|
+
"add.js"
|
|
4221
4199
|
]
|
|
4222
4200
|
},
|
|
4223
|
-
"
|
|
4201
|
+
"ssh-key": {
|
|
4224
4202
|
"aliases": [],
|
|
4225
4203
|
"args": {
|
|
4226
|
-
"
|
|
4227
|
-
"description": "
|
|
4228
|
-
"name": "
|
|
4229
|
-
"required": true
|
|
4230
|
-
},
|
|
4231
|
-
"filePath": {
|
|
4232
|
-
"description": "path to the file to upload",
|
|
4233
|
-
"name": "filePath",
|
|
4204
|
+
"id": {
|
|
4205
|
+
"description": "balenaCloud ID for the SSH key",
|
|
4206
|
+
"name": "id",
|
|
4234
4207
|
"required": true
|
|
4235
4208
|
}
|
|
4236
4209
|
},
|
|
4237
|
-
"description": "
|
|
4210
|
+
"description": "Display an SSH key.\n\nDisplay a single SSH key registered in balenaCloud for the logged in user.",
|
|
4238
4211
|
"examples": [
|
|
4239
|
-
"$ balena
|
|
4240
|
-
"$ balena release-asset upload a777f7345fe3d655c1c981aa642e5555 ./app.tar.gz --key app.tar.gz --overwrite",
|
|
4241
|
-
"$ balena release-asset upload 1234567 ./file.bin --key large-file.bin --chunk-size 10485760 --parallel-chunks 10"
|
|
4212
|
+
"$ balena ssh-key 17"
|
|
4242
4213
|
],
|
|
4243
|
-
"flags": {
|
|
4244
|
-
"key": {
|
|
4245
|
-
"description": "the key for the release asset",
|
|
4246
|
-
"name": "key",
|
|
4247
|
-
"required": true,
|
|
4248
|
-
"hasDynamicHelp": false,
|
|
4249
|
-
"multiple": false,
|
|
4250
|
-
"type": "option"
|
|
4251
|
-
},
|
|
4252
|
-
"overwrite": {
|
|
4253
|
-
"description": "overwrite the asset if it already exists",
|
|
4254
|
-
"name": "overwrite",
|
|
4255
|
-
"allowNo": false,
|
|
4256
|
-
"type": "boolean"
|
|
4257
|
-
},
|
|
4258
|
-
"chunk-size": {
|
|
4259
|
-
"description": "chunk size in bytes for multipart upload (minimum 5MB)",
|
|
4260
|
-
"name": "chunk-size",
|
|
4261
|
-
"default": 5242880,
|
|
4262
|
-
"hasDynamicHelp": false,
|
|
4263
|
-
"multiple": false,
|
|
4264
|
-
"type": "option"
|
|
4265
|
-
},
|
|
4266
|
-
"parallel-chunks": {
|
|
4267
|
-
"description": "number of chunks to upload in parallel",
|
|
4268
|
-
"name": "parallel-chunks",
|
|
4269
|
-
"default": 5,
|
|
4270
|
-
"hasDynamicHelp": false,
|
|
4271
|
-
"multiple": false,
|
|
4272
|
-
"type": "option"
|
|
4273
|
-
}
|
|
4274
|
-
},
|
|
4214
|
+
"flags": {},
|
|
4275
4215
|
"hasDynamicHelp": false,
|
|
4276
4216
|
"hiddenAliases": [],
|
|
4277
|
-
"id": "
|
|
4217
|
+
"id": "ssh-key",
|
|
4278
4218
|
"pluginAlias": "balena-cli",
|
|
4279
4219
|
"pluginName": "balena-cli",
|
|
4280
4220
|
"pluginType": "core",
|
|
@@ -4285,59 +4225,61 @@
|
|
|
4285
4225
|
"relativePath": [
|
|
4286
4226
|
"build",
|
|
4287
4227
|
"commands",
|
|
4288
|
-
"
|
|
4289
|
-
"
|
|
4228
|
+
"ssh-key",
|
|
4229
|
+
"index.js"
|
|
4290
4230
|
]
|
|
4291
4231
|
},
|
|
4292
|
-
"
|
|
4232
|
+
"ssh-key:list": {
|
|
4293
4233
|
"aliases": [],
|
|
4294
4234
|
"args": {},
|
|
4295
|
-
"description": "
|
|
4235
|
+
"description": "List the SSH keys in balenaCloud.\n\nList all SSH keys registered in balenaCloud for the logged in user.",
|
|
4296
4236
|
"examples": [
|
|
4297
|
-
"$ balena
|
|
4237
|
+
"$ balena ssh-key list"
|
|
4298
4238
|
],
|
|
4299
4239
|
"flags": {},
|
|
4300
4240
|
"hasDynamicHelp": false,
|
|
4301
4241
|
"hiddenAliases": [],
|
|
4302
|
-
"id": "
|
|
4242
|
+
"id": "ssh-key:list",
|
|
4303
4243
|
"pluginAlias": "balena-cli",
|
|
4304
4244
|
"pluginName": "balena-cli",
|
|
4305
4245
|
"pluginType": "core",
|
|
4306
4246
|
"strict": true,
|
|
4307
4247
|
"enableJsonFlag": false,
|
|
4248
|
+
"authenticated": true,
|
|
4308
4249
|
"isESM": false,
|
|
4309
4250
|
"relativePath": [
|
|
4310
4251
|
"build",
|
|
4311
4252
|
"commands",
|
|
4312
|
-
"
|
|
4313
|
-
"
|
|
4253
|
+
"ssh-key",
|
|
4254
|
+
"list.js"
|
|
4314
4255
|
]
|
|
4315
4256
|
},
|
|
4316
|
-
"ssh-key:
|
|
4257
|
+
"ssh-key:rm": {
|
|
4317
4258
|
"aliases": [],
|
|
4318
4259
|
"args": {
|
|
4319
|
-
"
|
|
4320
|
-
"description": "the SSH key
|
|
4321
|
-
"name": "
|
|
4322
|
-
"required": true
|
|
4323
|
-
},
|
|
4324
|
-
"path": {
|
|
4325
|
-
"description": "the path to the public key file",
|
|
4326
|
-
"name": "path",
|
|
4260
|
+
"id": {
|
|
4261
|
+
"description": "balenaCloud ID for the SSH key",
|
|
4262
|
+
"name": "id",
|
|
4327
4263
|
"required": true
|
|
4328
4264
|
}
|
|
4329
4265
|
},
|
|
4330
|
-
"description": "
|
|
4266
|
+
"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.",
|
|
4331
4267
|
"examples": [
|
|
4332
|
-
"$ balena ssh-key
|
|
4333
|
-
"$
|
|
4334
|
-
"# Windows 10 (cmd.exe prompt) example",
|
|
4335
|
-
"$ balena ssh-key add Main %userprofile%.sshid_rsa.pub"
|
|
4268
|
+
"$ balena ssh-key rm 17",
|
|
4269
|
+
"$ balena ssh-key rm 17 --yes"
|
|
4336
4270
|
],
|
|
4337
|
-
"flags": {
|
|
4271
|
+
"flags": {
|
|
4272
|
+
"yes": {
|
|
4273
|
+
"char": "y",
|
|
4274
|
+
"description": "answer \"yes\" to all questions (non interactive use)",
|
|
4275
|
+
"name": "yes",
|
|
4276
|
+
"allowNo": false,
|
|
4277
|
+
"type": "boolean"
|
|
4278
|
+
}
|
|
4279
|
+
},
|
|
4338
4280
|
"hasDynamicHelp": false,
|
|
4339
4281
|
"hiddenAliases": [],
|
|
4340
|
-
"id": "ssh-key:
|
|
4282
|
+
"id": "ssh-key:rm",
|
|
4341
4283
|
"pluginAlias": "balena-cli",
|
|
4342
4284
|
"pluginName": "balena-cli",
|
|
4343
4285
|
"pluginType": "core",
|
|
@@ -4349,26 +4291,44 @@
|
|
|
4349
4291
|
"build",
|
|
4350
4292
|
"commands",
|
|
4351
4293
|
"ssh-key",
|
|
4352
|
-
"
|
|
4294
|
+
"rm.js"
|
|
4353
4295
|
]
|
|
4354
4296
|
},
|
|
4355
|
-
"
|
|
4297
|
+
"release-asset:delete": {
|
|
4356
4298
|
"aliases": [],
|
|
4357
4299
|
"args": {
|
|
4358
|
-
"
|
|
4359
|
-
"description": "
|
|
4360
|
-
"name": "
|
|
4300
|
+
"commitOrId": {
|
|
4301
|
+
"description": "the commit or ID of the release",
|
|
4302
|
+
"name": "commitOrId",
|
|
4361
4303
|
"required": true
|
|
4362
4304
|
}
|
|
4363
4305
|
},
|
|
4364
|
-
"description": "
|
|
4306
|
+
"description": "Delete a release asset.\n\nDelete a release asset with the specified key. This action cannot be undone.",
|
|
4365
4307
|
"examples": [
|
|
4366
|
-
"$ balena
|
|
4308
|
+
"$ balena release-asset delete 1234567 --key config.json",
|
|
4309
|
+
"$ balena release-asset delete a777f7345fe3d655c1c981aa642e5555 --key app.tar.gz",
|
|
4310
|
+
"$ balena release-asset delete 1234567 --key old-asset --yes"
|
|
4367
4311
|
],
|
|
4368
|
-
"flags": {
|
|
4312
|
+
"flags": {
|
|
4313
|
+
"key": {
|
|
4314
|
+
"description": "the key of the release asset to delete",
|
|
4315
|
+
"name": "key",
|
|
4316
|
+
"required": true,
|
|
4317
|
+
"hasDynamicHelp": false,
|
|
4318
|
+
"multiple": false,
|
|
4319
|
+
"type": "option"
|
|
4320
|
+
},
|
|
4321
|
+
"yes": {
|
|
4322
|
+
"char": "y",
|
|
4323
|
+
"description": "skip confirmation prompt",
|
|
4324
|
+
"name": "yes",
|
|
4325
|
+
"allowNo": false,
|
|
4326
|
+
"type": "boolean"
|
|
4327
|
+
}
|
|
4328
|
+
},
|
|
4369
4329
|
"hasDynamicHelp": false,
|
|
4370
4330
|
"hiddenAliases": [],
|
|
4371
|
-
"id": "
|
|
4331
|
+
"id": "release-asset:delete",
|
|
4372
4332
|
"pluginAlias": "balena-cli",
|
|
4373
4333
|
"pluginName": "balena-cli",
|
|
4374
4334
|
"pluginType": "core",
|
|
@@ -4379,21 +4339,53 @@
|
|
|
4379
4339
|
"relativePath": [
|
|
4380
4340
|
"build",
|
|
4381
4341
|
"commands",
|
|
4382
|
-
"
|
|
4383
|
-
"
|
|
4342
|
+
"release-asset",
|
|
4343
|
+
"delete.js"
|
|
4384
4344
|
]
|
|
4385
4345
|
},
|
|
4386
|
-
"
|
|
4346
|
+
"release-asset:download": {
|
|
4387
4347
|
"aliases": [],
|
|
4388
|
-
"args": {
|
|
4389
|
-
|
|
4348
|
+
"args": {
|
|
4349
|
+
"commitOrId": {
|
|
4350
|
+
"description": "the commit or ID of the release",
|
|
4351
|
+
"name": "commitOrId",
|
|
4352
|
+
"required": true
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
4355
|
+
"description": "Download a release asset.\n\nDownload a release asset with the specified key. By default, the file will be saved\nwith the original filename. Use the --output flag to specify a different output path.\n\nIf the output file already exists, the command will prompt for confirmation before\noverwriting, unless the --overwrite flag is specified.",
|
|
4390
4356
|
"examples": [
|
|
4391
|
-
"$ balena
|
|
4357
|
+
"$ balena release-asset download 1234567 --key config.json",
|
|
4358
|
+
"$ balena release-asset download a777f7345fe3d655c1c981aa642e5555 --key app.tar.gz --output ./downloads/app.tar.gz",
|
|
4359
|
+
"$ balena release-asset download 1234567 --key large-file.bin -o output.bin",
|
|
4360
|
+
"$ balena release-asset download 1234567 --key config.json --overwrite"
|
|
4392
4361
|
],
|
|
4393
|
-
"flags": {
|
|
4362
|
+
"flags": {
|
|
4363
|
+
"key": {
|
|
4364
|
+
"description": "the key of the release asset to download",
|
|
4365
|
+
"name": "key",
|
|
4366
|
+
"required": true,
|
|
4367
|
+
"hasDynamicHelp": false,
|
|
4368
|
+
"multiple": false,
|
|
4369
|
+
"type": "option"
|
|
4370
|
+
},
|
|
4371
|
+
"output": {
|
|
4372
|
+
"char": "o",
|
|
4373
|
+
"description": "output path for the downloaded file",
|
|
4374
|
+
"name": "output",
|
|
4375
|
+
"hasDynamicHelp": false,
|
|
4376
|
+
"multiple": false,
|
|
4377
|
+
"type": "option"
|
|
4378
|
+
},
|
|
4379
|
+
"overwrite": {
|
|
4380
|
+
"description": "overwrite existing file without confirmation",
|
|
4381
|
+
"name": "overwrite",
|
|
4382
|
+
"allowNo": false,
|
|
4383
|
+
"type": "boolean"
|
|
4384
|
+
}
|
|
4385
|
+
},
|
|
4394
4386
|
"hasDynamicHelp": false,
|
|
4395
4387
|
"hiddenAliases": [],
|
|
4396
|
-
"id": "
|
|
4388
|
+
"id": "release-asset:download",
|
|
4397
4389
|
"pluginAlias": "balena-cli",
|
|
4398
4390
|
"pluginName": "balena-cli",
|
|
4399
4391
|
"pluginType": "core",
|
|
@@ -4404,36 +4396,105 @@
|
|
|
4404
4396
|
"relativePath": [
|
|
4405
4397
|
"build",
|
|
4406
4398
|
"commands",
|
|
4407
|
-
"
|
|
4399
|
+
"release-asset",
|
|
4400
|
+
"download.js"
|
|
4401
|
+
]
|
|
4402
|
+
},
|
|
4403
|
+
"release-asset:list": {
|
|
4404
|
+
"aliases": [],
|
|
4405
|
+
"args": {
|
|
4406
|
+
"commitOrId": {
|
|
4407
|
+
"description": "the commit or ID of the release",
|
|
4408
|
+
"name": "commitOrId",
|
|
4409
|
+
"required": true
|
|
4410
|
+
}
|
|
4411
|
+
},
|
|
4412
|
+
"description": "List all release assets.\n\nList all assets for a specific release.",
|
|
4413
|
+
"examples": [
|
|
4414
|
+
"$ balena release-asset list 1234567",
|
|
4415
|
+
"$ balena release-asset list a777f7345fe3d655c1c981aa642e5555"
|
|
4416
|
+
],
|
|
4417
|
+
"flags": {
|
|
4418
|
+
"json": {
|
|
4419
|
+
"description": "Format output as json.",
|
|
4420
|
+
"helpGroup": "GLOBAL",
|
|
4421
|
+
"name": "json",
|
|
4422
|
+
"allowNo": false,
|
|
4423
|
+
"type": "boolean"
|
|
4424
|
+
}
|
|
4425
|
+
},
|
|
4426
|
+
"hasDynamicHelp": false,
|
|
4427
|
+
"hiddenAliases": [],
|
|
4428
|
+
"id": "release-asset:list",
|
|
4429
|
+
"pluginAlias": "balena-cli",
|
|
4430
|
+
"pluginName": "balena-cli",
|
|
4431
|
+
"pluginType": "core",
|
|
4432
|
+
"strict": true,
|
|
4433
|
+
"enableJsonFlag": true,
|
|
4434
|
+
"authenticated": true,
|
|
4435
|
+
"isESM": false,
|
|
4436
|
+
"relativePath": [
|
|
4437
|
+
"build",
|
|
4438
|
+
"commands",
|
|
4439
|
+
"release-asset",
|
|
4408
4440
|
"list.js"
|
|
4409
4441
|
]
|
|
4410
4442
|
},
|
|
4411
|
-
"
|
|
4443
|
+
"release-asset:upload": {
|
|
4412
4444
|
"aliases": [],
|
|
4413
4445
|
"args": {
|
|
4414
|
-
"
|
|
4415
|
-
"description": "
|
|
4416
|
-
"name": "
|
|
4446
|
+
"commitOrId": {
|
|
4447
|
+
"description": "the commit or ID of the release",
|
|
4448
|
+
"name": "commitOrId",
|
|
4449
|
+
"required": true
|
|
4450
|
+
},
|
|
4451
|
+
"filePath": {
|
|
4452
|
+
"description": "path to the file to upload",
|
|
4453
|
+
"name": "filePath",
|
|
4417
4454
|
"required": true
|
|
4418
4455
|
}
|
|
4419
4456
|
},
|
|
4420
|
-
"description": "
|
|
4457
|
+
"description": "Upload a release asset.\n\nUpload a file as a release asset with the specified key. If the asset already exists,\nyou can use the --overwrite flag to replace it. You can customize the upload behavior with\n--chunk-size and --parallel-chunks options for larger files.",
|
|
4421
4458
|
"examples": [
|
|
4422
|
-
"$ balena
|
|
4423
|
-
"$ balena
|
|
4459
|
+
"$ balena release-asset upload 1234567 ./path/to/config.json --key config.json",
|
|
4460
|
+
"$ balena release-asset upload a777f7345fe3d655c1c981aa642e5555 ./app.tar.gz --key app.tar.gz --overwrite",
|
|
4461
|
+
"$ balena release-asset upload 1234567 ./file.bin --key large-file.bin --chunk-size 10485760 --parallel-chunks 10"
|
|
4424
4462
|
],
|
|
4425
4463
|
"flags": {
|
|
4426
|
-
"
|
|
4427
|
-
"
|
|
4428
|
-
"
|
|
4429
|
-
"
|
|
4464
|
+
"key": {
|
|
4465
|
+
"description": "the key for the release asset",
|
|
4466
|
+
"name": "key",
|
|
4467
|
+
"required": true,
|
|
4468
|
+
"hasDynamicHelp": false,
|
|
4469
|
+
"multiple": false,
|
|
4470
|
+
"type": "option"
|
|
4471
|
+
},
|
|
4472
|
+
"overwrite": {
|
|
4473
|
+
"description": "overwrite the asset if it already exists",
|
|
4474
|
+
"name": "overwrite",
|
|
4430
4475
|
"allowNo": false,
|
|
4431
4476
|
"type": "boolean"
|
|
4477
|
+
},
|
|
4478
|
+
"chunk-size": {
|
|
4479
|
+
"description": "chunk size in bytes for multipart upload (minimum 5MB)",
|
|
4480
|
+
"name": "chunk-size",
|
|
4481
|
+
"default": 5242880,
|
|
4482
|
+
"hasDynamicHelp": false,
|
|
4483
|
+
"multiple": false,
|
|
4484
|
+
"type": "option"
|
|
4485
|
+
},
|
|
4486
|
+
"parallel-chunks": {
|
|
4487
|
+
"description": "number of chunks to upload in parallel",
|
|
4488
|
+
"name": "parallel-chunks",
|
|
4489
|
+
"default": 5,
|
|
4490
|
+
"hasDynamicHelp": false,
|
|
4491
|
+
"multiple": false,
|
|
4492
|
+
"type": "option"
|
|
4432
4493
|
}
|
|
4433
4494
|
},
|
|
4434
4495
|
"hasDynamicHelp": false,
|
|
4435
4496
|
"hiddenAliases": [],
|
|
4436
|
-
"id": "
|
|
4497
|
+
"id": "release-asset:upload",
|
|
4437
4498
|
"pluginAlias": "balena-cli",
|
|
4438
4499
|
"pluginName": "balena-cli",
|
|
4439
4500
|
"pluginType": "core",
|
|
@@ -4444,8 +4505,30 @@
|
|
|
4444
4505
|
"relativePath": [
|
|
4445
4506
|
"build",
|
|
4446
4507
|
"commands",
|
|
4447
|
-
"
|
|
4448
|
-
"
|
|
4508
|
+
"release-asset",
|
|
4509
|
+
"upload.js"
|
|
4510
|
+
]
|
|
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"
|
|
4449
4532
|
]
|
|
4450
4533
|
},
|
|
4451
4534
|
"tag:list": {
|
|
@@ -4668,89 +4751,6 @@
|
|
|
4668
4751
|
"set.js"
|
|
4669
4752
|
]
|
|
4670
4753
|
},
|
|
4671
|
-
"support": {
|
|
4672
|
-
"aliases": [],
|
|
4673
|
-
"args": {
|
|
4674
|
-
"action": {
|
|
4675
|
-
"description": "enable|disable support access",
|
|
4676
|
-
"name": "action",
|
|
4677
|
-
"options": [
|
|
4678
|
-
"enable",
|
|
4679
|
-
"disable"
|
|
4680
|
-
]
|
|
4681
|
-
}
|
|
4682
|
-
},
|
|
4683
|
-
"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).",
|
|
4684
|
-
"examples": [
|
|
4685
|
-
"balena support enable --device ab346f,cd457a --duration 3d",
|
|
4686
|
-
"balena support enable --fleet myFleet --duration 12h",
|
|
4687
|
-
"balena support disable -f myorg/myfleet"
|
|
4688
|
-
],
|
|
4689
|
-
"flags": {
|
|
4690
|
-
"device": {
|
|
4691
|
-
"char": "d",
|
|
4692
|
-
"description": "comma-separated list (no spaces) of device UUIDs",
|
|
4693
|
-
"name": "device",
|
|
4694
|
-
"hasDynamicHelp": false,
|
|
4695
|
-
"multiple": false,
|
|
4696
|
-
"type": "option"
|
|
4697
|
-
},
|
|
4698
|
-
"fleet": {
|
|
4699
|
-
"char": "f",
|
|
4700
|
-
"description": "comma-separated list (no spaces) of fleet names or slugs (preferred)",
|
|
4701
|
-
"name": "fleet",
|
|
4702
|
-
"hasDynamicHelp": false,
|
|
4703
|
-
"multiple": false,
|
|
4704
|
-
"type": "option"
|
|
4705
|
-
},
|
|
4706
|
-
"duration": {
|
|
4707
|
-
"char": "t",
|
|
4708
|
-
"description": "length of time to enable support for, in (h)ours or (d)ays, e.g. 12h, 2d",
|
|
4709
|
-
"name": "duration",
|
|
4710
|
-
"hasDynamicHelp": false,
|
|
4711
|
-
"multiple": false,
|
|
4712
|
-
"type": "option"
|
|
4713
|
-
}
|
|
4714
|
-
},
|
|
4715
|
-
"hasDynamicHelp": false,
|
|
4716
|
-
"hiddenAliases": [],
|
|
4717
|
-
"id": "support",
|
|
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
|
-
"support",
|
|
4729
|
-
"index.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": {},
|
|
@@ -4777,5 +4777,5 @@
|
|
|
4777
4777
|
]
|
|
4778
4778
|
}
|
|
4779
4779
|
},
|
|
4780
|
-
"version": "23.0
|
|
4780
|
+
"version": "23.1.0"
|
|
4781
4781
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.0
|
|
3
|
+
"version": "23.1.0-build-update-balena-sdk-22-4-1-2c2fe41de5a438bfda2c45d4f01e57eb604f5ea9-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",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"balena-errors": "^4.7.3",
|
|
191
191
|
"balena-image-fs": "^7.5.2",
|
|
192
192
|
"balena-preload": "^18.0.5",
|
|
193
|
-
"balena-sdk": "^22.1
|
|
193
|
+
"balena-sdk": "^22.4.1",
|
|
194
194
|
"balena-semver": "^3.0.10",
|
|
195
195
|
"balena-settings-client": "^5.0.2",
|
|
196
196
|
"balena-settings-storage": "^8.1.0",
|
|
@@ -262,6 +262,6 @@
|
|
|
262
262
|
"balena-request": "14.0.6"
|
|
263
263
|
},
|
|
264
264
|
"versionist": {
|
|
265
|
-
"publishedAt": "2025-11-
|
|
265
|
+
"publishedAt": "2025-11-17T19:46:50.644Z"
|
|
266
266
|
}
|
|
267
267
|
}
|