balena-cli 20.1.4 → 20.1.5
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 +4 -0
- package/npm-shrinkwrap.json +9 -9
- package/oclif.manifest.json +21 -21
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ 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
|
+
## 20.1.5 - 2024-12-20
|
|
8
|
+
|
|
9
|
+
* Update shrinkwrapped express to v4.21.2 [Oskar Williams]
|
|
10
|
+
|
|
7
11
|
## 20.1.4 - 2024-12-20
|
|
8
12
|
|
|
9
13
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "20.1.
|
|
3
|
+
"version": "20.1.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "balena-cli",
|
|
9
|
-
"version": "20.1.
|
|
9
|
+
"version": "20.1.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -10383,9 +10383,9 @@
|
|
|
10383
10383
|
}
|
|
10384
10384
|
},
|
|
10385
10385
|
"node_modules/express": {
|
|
10386
|
-
"version": "4.21.
|
|
10387
|
-
"resolved": "https://registry.npmjs.org/express/-/express-4.21.
|
|
10388
|
-
"integrity": "sha512-
|
|
10386
|
+
"version": "4.21.2",
|
|
10387
|
+
"resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
|
|
10388
|
+
"integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
|
|
10389
10389
|
"license": "MIT",
|
|
10390
10390
|
"dependencies": {
|
|
10391
10391
|
"accepts": "~1.3.8",
|
|
@@ -10407,7 +10407,7 @@
|
|
|
10407
10407
|
"methods": "~1.1.2",
|
|
10408
10408
|
"on-finished": "2.4.1",
|
|
10409
10409
|
"parseurl": "~1.3.3",
|
|
10410
|
-
"path-to-regexp": "0.1.
|
|
10410
|
+
"path-to-regexp": "0.1.12",
|
|
10411
10411
|
"proxy-addr": "~2.0.7",
|
|
10412
10412
|
"qs": "6.13.0",
|
|
10413
10413
|
"range-parser": "~1.2.1",
|
|
@@ -16026,9 +16026,9 @@
|
|
|
16026
16026
|
}
|
|
16027
16027
|
},
|
|
16028
16028
|
"node_modules/path-to-regexp": {
|
|
16029
|
-
"version": "0.1.
|
|
16030
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.
|
|
16031
|
-
"integrity": "sha512-
|
|
16029
|
+
"version": "0.1.12",
|
|
16030
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
|
|
16031
|
+
"integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ=="
|
|
16032
16032
|
},
|
|
16033
16033
|
"node_modules/path-type": {
|
|
16034
16034
|
"version": "4.0.0",
|
package/oclif.manifest.json
CHANGED
|
@@ -107,25 +107,25 @@
|
|
|
107
107
|
"revoke.js"
|
|
108
108
|
]
|
|
109
109
|
},
|
|
110
|
-
"
|
|
110
|
+
"app:create": {
|
|
111
111
|
"aliases": [],
|
|
112
112
|
"args": {
|
|
113
113
|
"name": {
|
|
114
|
-
"description": "
|
|
114
|
+
"description": "app name",
|
|
115
115
|
"name": "name",
|
|
116
116
|
"required": true
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
|
-
"description": "Create an
|
|
119
|
+
"description": "Create an app.\n\nCreate a new balena app.\n\nYou can specify the organization the app 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 app'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.",
|
|
120
120
|
"examples": [
|
|
121
|
-
"$ balena
|
|
122
|
-
"$ balena
|
|
123
|
-
"$ balena
|
|
121
|
+
"$ balena app create MyApp",
|
|
122
|
+
"$ balena app create MyApp --organization mmyorg",
|
|
123
|
+
"$ balena app create MyApp -o myorg --type raspberry-pi"
|
|
124
124
|
],
|
|
125
125
|
"flags": {
|
|
126
126
|
"organization": {
|
|
127
127
|
"char": "o",
|
|
128
|
-
"description": "handle of the organization the
|
|
128
|
+
"description": "handle of the organization the app should belong to",
|
|
129
129
|
"name": "organization",
|
|
130
130
|
"hasDynamicHelp": false,
|
|
131
131
|
"multiple": false,
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
},
|
|
134
134
|
"type": {
|
|
135
135
|
"char": "t",
|
|
136
|
-
"description": "
|
|
136
|
+
"description": "app device type (Check available types with `balena device-type list`)",
|
|
137
137
|
"name": "type",
|
|
138
138
|
"hasDynamicHelp": false,
|
|
139
139
|
"multiple": false,
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
},
|
|
143
143
|
"hasDynamicHelp": false,
|
|
144
144
|
"hiddenAliases": [],
|
|
145
|
-
"id": "
|
|
145
|
+
"id": "app:create",
|
|
146
146
|
"pluginAlias": "balena-cli",
|
|
147
147
|
"pluginName": "balena-cli",
|
|
148
148
|
"pluginType": "core",
|
|
@@ -153,29 +153,29 @@
|
|
|
153
153
|
"relativePath": [
|
|
154
154
|
"build",
|
|
155
155
|
"commands",
|
|
156
|
-
"
|
|
156
|
+
"app",
|
|
157
157
|
"create.js"
|
|
158
158
|
]
|
|
159
159
|
},
|
|
160
|
-
"
|
|
160
|
+
"block:create": {
|
|
161
161
|
"aliases": [],
|
|
162
162
|
"args": {
|
|
163
163
|
"name": {
|
|
164
|
-
"description": "
|
|
164
|
+
"description": "block name",
|
|
165
165
|
"name": "name",
|
|
166
166
|
"required": true
|
|
167
167
|
}
|
|
168
168
|
},
|
|
169
|
-
"description": "Create an
|
|
169
|
+
"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.",
|
|
170
170
|
"examples": [
|
|
171
|
-
"$ balena
|
|
172
|
-
"$ balena
|
|
173
|
-
"$ balena
|
|
171
|
+
"$ balena block create MyBlock",
|
|
172
|
+
"$ balena block create MyBlock --organization mmyorg",
|
|
173
|
+
"$ balena block create MyBlock -o myorg --type raspberry-pi"
|
|
174
174
|
],
|
|
175
175
|
"flags": {
|
|
176
176
|
"organization": {
|
|
177
177
|
"char": "o",
|
|
178
|
-
"description": "handle of the organization the
|
|
178
|
+
"description": "handle of the organization the block should belong to",
|
|
179
179
|
"name": "organization",
|
|
180
180
|
"hasDynamicHelp": false,
|
|
181
181
|
"multiple": false,
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
},
|
|
184
184
|
"type": {
|
|
185
185
|
"char": "t",
|
|
186
|
-
"description": "
|
|
186
|
+
"description": "block device type (Check available types with `balena device-type list`)",
|
|
187
187
|
"name": "type",
|
|
188
188
|
"hasDynamicHelp": false,
|
|
189
189
|
"multiple": false,
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
},
|
|
193
193
|
"hasDynamicHelp": false,
|
|
194
194
|
"hiddenAliases": [],
|
|
195
|
-
"id": "
|
|
195
|
+
"id": "block:create",
|
|
196
196
|
"pluginAlias": "balena-cli",
|
|
197
197
|
"pluginName": "balena-cli",
|
|
198
198
|
"pluginType": "core",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"relativePath": [
|
|
204
204
|
"build",
|
|
205
205
|
"commands",
|
|
206
|
-
"
|
|
206
|
+
"block",
|
|
207
207
|
"create.js"
|
|
208
208
|
]
|
|
209
209
|
},
|
|
@@ -4710,5 +4710,5 @@
|
|
|
4710
4710
|
]
|
|
4711
4711
|
}
|
|
4712
4712
|
},
|
|
4713
|
-
"version": "20.1.
|
|
4713
|
+
"version": "20.1.5"
|
|
4714
4714
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "20.1.
|
|
3
|
+
"version": "20.1.5",
|
|
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",
|
|
@@ -274,6 +274,6 @@
|
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
276
|
"versionist": {
|
|
277
|
-
"publishedAt": "2024-12-
|
|
277
|
+
"publishedAt": "2024-12-20T17:35:31.611Z"
|
|
278
278
|
}
|
|
279
279
|
}
|