@salesforce/cli 2.142.2 → 2.142.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/README.md +8 -8
- package/npm-shrinkwrap.json +11 -9
- package/oclif.lock +7 -10
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.142.
|
|
28
|
+
@salesforce/cli/2.142.3 linux-x64 node-v22.23.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -8981,7 +8981,7 @@ EXAMPLES
|
|
|
8981
8981
|
$ sf plugins
|
|
8982
8982
|
```
|
|
8983
8983
|
|
|
8984
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
8984
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/index.ts)_
|
|
8985
8985
|
|
|
8986
8986
|
## `sf plugins discover`
|
|
8987
8987
|
|
|
@@ -9026,7 +9026,7 @@ EXAMPLES
|
|
|
9026
9026
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
9027
9027
|
```
|
|
9028
9028
|
|
|
9029
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9029
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/inspect.ts)_
|
|
9030
9030
|
|
|
9031
9031
|
## `sf plugins install PLUGIN`
|
|
9032
9032
|
|
|
@@ -9075,7 +9075,7 @@ EXAMPLES
|
|
|
9075
9075
|
$ sf plugins install someuser/someplugin
|
|
9076
9076
|
```
|
|
9077
9077
|
|
|
9078
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9078
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/install.ts)_
|
|
9079
9079
|
|
|
9080
9080
|
## `sf plugins link PATH`
|
|
9081
9081
|
|
|
@@ -9106,7 +9106,7 @@ EXAMPLES
|
|
|
9106
9106
|
$ sf plugins link @salesforce/plugin-packaging
|
|
9107
9107
|
```
|
|
9108
9108
|
|
|
9109
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9109
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/link.ts)_
|
|
9110
9110
|
|
|
9111
9111
|
## `sf plugins reset`
|
|
9112
9112
|
|
|
@@ -9121,7 +9121,7 @@ FLAGS
|
|
|
9121
9121
|
--reinstall Reinstall all plugins after uninstalling.
|
|
9122
9122
|
```
|
|
9123
9123
|
|
|
9124
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9124
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/reset.ts)_
|
|
9125
9125
|
|
|
9126
9126
|
## `sf plugins trust allowlist add`
|
|
9127
9127
|
|
|
@@ -9280,7 +9280,7 @@ EXAMPLES
|
|
|
9280
9280
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
9281
9281
|
```
|
|
9282
9282
|
|
|
9283
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9283
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/uninstall.ts)_
|
|
9284
9284
|
|
|
9285
9285
|
## `sf plugins update`
|
|
9286
9286
|
|
|
@@ -9298,7 +9298,7 @@ DESCRIPTION
|
|
|
9298
9298
|
Update installed plugins.
|
|
9299
9299
|
```
|
|
9300
9300
|
|
|
9301
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
9301
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/update.ts)_
|
|
9302
9302
|
|
|
9303
9303
|
## `sf project convert mdapi`
|
|
9304
9304
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.142.
|
|
3
|
+
"version": "2.142.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.142.
|
|
9
|
+
"version": "2.142.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "4.1.59",
|
|
17
17
|
"@oclif/plugin-help": "6.2.52",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.88",
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.79",
|
|
20
20
|
"@oclif/plugin-search": "1.2.51",
|
|
21
21
|
"@oclif/plugin-update": "4.7.52",
|
|
22
22
|
"@oclif/plugin-version": "2.2.49",
|
|
@@ -3509,9 +3509,9 @@
|
|
|
3509
3509
|
}
|
|
3510
3510
|
},
|
|
3511
3511
|
"node_modules/@oclif/plugin-plugins": {
|
|
3512
|
-
"version": "5.4.
|
|
3513
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
3514
|
-
"integrity": "sha512-
|
|
3512
|
+
"version": "5.4.79",
|
|
3513
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.79.tgz",
|
|
3514
|
+
"integrity": "sha512-Nnk3OzELhldXN/544lhIMo1uLC/4W2/hEY+3Oj8WGbkWR7kBn8xwvgCbb3BAx/BROqPP/S+ZPDz8gdom7HudTA==",
|
|
3515
3515
|
"license": "MIT",
|
|
3516
3516
|
"dependencies": {
|
|
3517
3517
|
"@oclif/core": "^4.11.7",
|
|
@@ -5948,9 +5948,9 @@
|
|
|
5948
5948
|
}
|
|
5949
5949
|
},
|
|
5950
5950
|
"node_modules/@sigstore/core": {
|
|
5951
|
-
"version": "3.2.
|
|
5952
|
-
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-3.2.
|
|
5953
|
-
"integrity": "sha512-
|
|
5951
|
+
"version": "3.2.1",
|
|
5952
|
+
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-3.2.1.tgz",
|
|
5953
|
+
"integrity": "sha512-qRsxPnCrbC/puegGxKuynfnxgLiHqWStrSjxkoB4YKqq3Z3s4cyZyj42ZdWFAEblNP65C+rBH8EuREHIXoi83g==",
|
|
5954
5954
|
"extraneous": true,
|
|
5955
5955
|
"license": "Apache-2.0",
|
|
5956
5956
|
"engines": {
|
|
@@ -16426,6 +16426,8 @@
|
|
|
16426
16426
|
},
|
|
16427
16427
|
"node_modules/npm/node_modules/@sigstore/core": {
|
|
16428
16428
|
"version": "3.2.1",
|
|
16429
|
+
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-3.2.1.tgz",
|
|
16430
|
+
"integrity": "sha512-qRsxPnCrbC/puegGxKuynfnxgLiHqWStrSjxkoB4YKqq3Z3s4cyZyj42ZdWFAEblNP65C+rBH8EuREHIXoi83g==",
|
|
16429
16431
|
"inBundle": true,
|
|
16430
16432
|
"license": "Apache-2.0",
|
|
16431
16433
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1510,10 +1510,10 @@
|
|
|
1510
1510
|
ansis "^3.17.0"
|
|
1511
1511
|
fast-levenshtein "^3.0.0"
|
|
1512
1512
|
|
|
1513
|
-
"@oclif/plugin-plugins@5.4.
|
|
1514
|
-
version "5.4.
|
|
1515
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
1516
|
-
integrity sha512-
|
|
1513
|
+
"@oclif/plugin-plugins@5.4.79":
|
|
1514
|
+
version "5.4.79"
|
|
1515
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.79.tgz"
|
|
1516
|
+
integrity sha512-Nnk3OzELhldXN/544lhIMo1uLC/4W2/hEY+3Oj8WGbkWR7kBn8xwvgCbb3BAx/BROqPP/S+ZPDz8gdom7HudTA==
|
|
1517
1517
|
dependencies:
|
|
1518
1518
|
"@oclif/core" "^4.11.7"
|
|
1519
1519
|
ansis "^3.17.0"
|
|
@@ -2460,13 +2460,10 @@
|
|
|
2460
2460
|
dependencies:
|
|
2461
2461
|
"@sigstore/protobuf-specs" "^0.5.0"
|
|
2462
2462
|
|
|
2463
|
-
"@sigstore/core@^3.1.0", "@sigstore/core@^3.2.0":
|
|
2464
|
-
version "3.2.0"
|
|
2465
|
-
resolved "https://registry.npmjs.org/@sigstore/core/-/core-3.2.0.tgz"
|
|
2466
|
-
integrity sha512-kxHrDQ9YgfrWUSXU0cjsQGv8JykOFZQ9ErNKbFPWzk3Hgpwu8x2hHrQ9IdA8yl+j9RTLTC3sAF3Tdq1IQCP4oA==
|
|
2467
|
-
|
|
2468
|
-
"@sigstore/core@^3.2.1":
|
|
2463
|
+
"@sigstore/core@^3.1.0", "@sigstore/core@^3.2.0", "@sigstore/core@^3.2.1":
|
|
2469
2464
|
version "3.2.1"
|
|
2465
|
+
resolved "https://registry.npmjs.org/@sigstore/core/-/core-3.2.1.tgz"
|
|
2466
|
+
integrity sha512-qRsxPnCrbC/puegGxKuynfnxgLiHqWStrSjxkoB4YKqq3Z3s4cyZyj42ZdWFAEblNP65C+rBH8EuREHIXoi83g==
|
|
2470
2467
|
|
|
2471
2468
|
"@sigstore/protobuf-specs@^0.5.0":
|
|
2472
2469
|
version "0.5.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.142.
|
|
4
|
+
"version": "2.142.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"@oclif/plugin-commands": "4.1.59",
|
|
152
152
|
"@oclif/plugin-help": "6.2.52",
|
|
153
153
|
"@oclif/plugin-not-found": "3.2.88",
|
|
154
|
-
"@oclif/plugin-plugins": "5.4.
|
|
154
|
+
"@oclif/plugin-plugins": "5.4.79",
|
|
155
155
|
"@oclif/plugin-search": "1.2.51",
|
|
156
156
|
"@oclif/plugin-update": "4.7.52",
|
|
157
157
|
"@oclif/plugin-version": "2.2.49",
|