balena-cli 23.2.5-build-renovate-apple-actions-import-codesign-certs-3-x-398c9289c3a37cebf63a9a9d140d00b6f963bf2b-1 → 23.2.5-build-renovate-aws-actions-configure-aws-credentials-5-x-1e7ece7190cb84dba4cf3ae07d59f509fa34ef7f-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 +1 -1
- package/npm-shrinkwrap.json +2 -2
- package/oclif.manifest.json +15 -15
- 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.5 - 2025-12-03
|
|
8
8
|
|
|
9
|
-
* Update
|
|
9
|
+
* Update aws-actions/configure-aws-credentials action to v5 [balena-renovate[bot]]
|
|
10
10
|
|
|
11
11
|
## 23.2.4 - 2025-12-03
|
|
12
12
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.5-build-renovate-
|
|
3
|
+
"version": "23.2.5-build-renovate-aws-actions-configure-aws-credentials-5-x-1e7ece7190cb84dba4cf3ae07d59f509fa34ef7f-1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "balena-cli",
|
|
9
|
-
"version": "23.2.5-build-renovate-
|
|
9
|
+
"version": "23.2.5-build-renovate-aws-actions-configure-aws-credentials-5-x-1e7ece7190cb84dba4cf3ae07d59f509fa34ef7f-1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
package/oclif.manifest.json
CHANGED
|
@@ -4729,51 +4729,51 @@
|
|
|
4729
4729
|
"set.js"
|
|
4730
4730
|
]
|
|
4731
4731
|
},
|
|
4732
|
-
"
|
|
4732
|
+
"whoami": {
|
|
4733
4733
|
"aliases": [],
|
|
4734
4734
|
"args": {},
|
|
4735
|
-
"description": "
|
|
4735
|
+
"description": "Display account information for current user.\n\nGet the username and email address of the currently logged in user.",
|
|
4736
|
+
"examples": [
|
|
4737
|
+
"$ balena whoami"
|
|
4738
|
+
],
|
|
4736
4739
|
"flags": {},
|
|
4737
4740
|
"hasDynamicHelp": false,
|
|
4738
4741
|
"hiddenAliases": [],
|
|
4739
|
-
"id": "
|
|
4742
|
+
"id": "whoami",
|
|
4740
4743
|
"pluginAlias": "balena-cli",
|
|
4741
4744
|
"pluginName": "balena-cli",
|
|
4742
4745
|
"pluginType": "core",
|
|
4743
4746
|
"strict": true,
|
|
4744
4747
|
"enableJsonFlag": false,
|
|
4745
|
-
"
|
|
4748
|
+
"authenticated": true,
|
|
4746
4749
|
"isESM": false,
|
|
4747
4750
|
"relativePath": [
|
|
4748
4751
|
"build",
|
|
4749
4752
|
"commands",
|
|
4750
|
-
"
|
|
4751
|
-
"
|
|
4753
|
+
"whoami",
|
|
4754
|
+
"index.js"
|
|
4752
4755
|
]
|
|
4753
4756
|
},
|
|
4754
|
-
"
|
|
4757
|
+
"util:available-drives": {
|
|
4755
4758
|
"aliases": [],
|
|
4756
4759
|
"args": {},
|
|
4757
|
-
"description": "
|
|
4758
|
-
"examples": [
|
|
4759
|
-
"$ balena whoami"
|
|
4760
|
-
],
|
|
4760
|
+
"description": "List available drives.\n\nList available drives which are usable for writing an OS image to.\nDoes not list system drives.",
|
|
4761
4761
|
"flags": {},
|
|
4762
4762
|
"hasDynamicHelp": false,
|
|
4763
4763
|
"hiddenAliases": [],
|
|
4764
|
-
"id": "
|
|
4764
|
+
"id": "util:available-drives",
|
|
4765
4765
|
"pluginAlias": "balena-cli",
|
|
4766
4766
|
"pluginName": "balena-cli",
|
|
4767
4767
|
"pluginType": "core",
|
|
4768
4768
|
"strict": true,
|
|
4769
4769
|
"enableJsonFlag": false,
|
|
4770
|
-
"
|
|
4770
|
+
"offlineCompatible": true,
|
|
4771
4771
|
"isESM": false,
|
|
4772
4772
|
"relativePath": [
|
|
4773
4773
|
"build",
|
|
4774
4774
|
"commands",
|
|
4775
|
-
"
|
|
4776
|
-
"
|
|
4775
|
+
"util",
|
|
4776
|
+
"available-drives.js"
|
|
4777
4777
|
]
|
|
4778
4778
|
}
|
|
4779
4779
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-cli",
|
|
3
|
-
"version": "23.2.5-build-renovate-
|
|
3
|
+
"version": "23.2.5-build-renovate-aws-actions-configure-aws-credentials-5-x-1e7ece7190cb84dba4cf3ae07d59f509fa34ef7f-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",
|
|
@@ -262,6 +262,6 @@
|
|
|
262
262
|
"balena-request": "14.0.6"
|
|
263
263
|
},
|
|
264
264
|
"versionist": {
|
|
265
|
-
"publishedAt": "2025-12-03T23:
|
|
265
|
+
"publishedAt": "2025-12-03T23:06:17.821Z"
|
|
266
266
|
}
|
|
267
267
|
}
|