@salesforce/cli 2.152.1 → 2.152.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 +6 -6
- package/oclif.lock +4 -4
- 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.152.
|
|
28
|
+
@salesforce/cli/2.152.3 linux-x64 node-v24.20.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -9021,7 +9021,7 @@ EXAMPLES
|
|
|
9021
9021
|
$ sf plugins
|
|
9022
9022
|
```
|
|
9023
9023
|
|
|
9024
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9024
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/index.ts)_
|
|
9025
9025
|
|
|
9026
9026
|
## `sf plugins discover`
|
|
9027
9027
|
|
|
@@ -9066,7 +9066,7 @@ EXAMPLES
|
|
|
9066
9066
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
9067
9067
|
```
|
|
9068
9068
|
|
|
9069
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9069
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/inspect.ts)_
|
|
9070
9070
|
|
|
9071
9071
|
## `sf plugins install PLUGIN`
|
|
9072
9072
|
|
|
@@ -9115,7 +9115,7 @@ EXAMPLES
|
|
|
9115
9115
|
$ sf plugins install someuser/someplugin
|
|
9116
9116
|
```
|
|
9117
9117
|
|
|
9118
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9118
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/install.ts)_
|
|
9119
9119
|
|
|
9120
9120
|
## `sf plugins link PATH`
|
|
9121
9121
|
|
|
@@ -9146,7 +9146,7 @@ EXAMPLES
|
|
|
9146
9146
|
$ sf plugins link @salesforce/plugin-packaging
|
|
9147
9147
|
```
|
|
9148
9148
|
|
|
9149
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9149
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/link.ts)_
|
|
9150
9150
|
|
|
9151
9151
|
## `sf plugins reset`
|
|
9152
9152
|
|
|
@@ -9161,7 +9161,7 @@ FLAGS
|
|
|
9161
9161
|
--reinstall Reinstall all plugins after uninstalling.
|
|
9162
9162
|
```
|
|
9163
9163
|
|
|
9164
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9164
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/reset.ts)_
|
|
9165
9165
|
|
|
9166
9166
|
## `sf plugins trust allowlist add`
|
|
9167
9167
|
|
|
@@ -9320,7 +9320,7 @@ EXAMPLES
|
|
|
9320
9320
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
9321
9321
|
```
|
|
9322
9322
|
|
|
9323
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9323
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/uninstall.ts)_
|
|
9324
9324
|
|
|
9325
9325
|
## `sf plugins update`
|
|
9326
9326
|
|
|
@@ -9338,7 +9338,7 @@ DESCRIPTION
|
|
|
9338
9338
|
Update installed plugins.
|
|
9339
9339
|
```
|
|
9340
9340
|
|
|
9341
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
9341
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/7.0.0/src/commands/plugins/update.ts)_
|
|
9342
9342
|
|
|
9343
9343
|
## `sf project convert mdapi`
|
|
9344
9344
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.152.
|
|
3
|
+
"version": "2.152.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.152.
|
|
9
|
+
"version": "2.152.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "5.0.0",
|
|
17
17
|
"@oclif/plugin-help": "7.0.0",
|
|
18
18
|
"@oclif/plugin-not-found": "4.0.0",
|
|
19
|
-
"@oclif/plugin-plugins": "
|
|
19
|
+
"@oclif/plugin-plugins": "7.0.0",
|
|
20
20
|
"@oclif/plugin-search": "2.0.0",
|
|
21
21
|
"@oclif/plugin-update": "5.0.0",
|
|
22
22
|
"@oclif/plugin-version": "3.0.1",
|
|
@@ -3491,9 +3491,9 @@
|
|
|
3491
3491
|
}
|
|
3492
3492
|
},
|
|
3493
3493
|
"node_modules/@oclif/plugin-plugins": {
|
|
3494
|
-
"version": "
|
|
3495
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-
|
|
3496
|
-
"integrity": "sha512-
|
|
3494
|
+
"version": "7.0.0",
|
|
3495
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-7.0.0.tgz",
|
|
3496
|
+
"integrity": "sha512-bt1klVkaPMeLvLRYxVwqL9FhnCvqV2x5bRPDyvofVAR07joNGImWge6w3h1q4RfJzHNbyXdSfidz57zu9hjbRA==",
|
|
3497
3497
|
"license": "MIT",
|
|
3498
3498
|
"dependencies": {
|
|
3499
3499
|
"@oclif/core": "^5.0.0",
|
package/oclif.lock
CHANGED
|
@@ -1536,10 +1536,10 @@
|
|
|
1536
1536
|
ansis "^3.17.0"
|
|
1537
1537
|
fast-levenshtein "^3.0.0"
|
|
1538
1538
|
|
|
1539
|
-
"@oclif/plugin-plugins@
|
|
1540
|
-
version "
|
|
1541
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-
|
|
1542
|
-
integrity sha512-
|
|
1539
|
+
"@oclif/plugin-plugins@7.0.0":
|
|
1540
|
+
version "7.0.0"
|
|
1541
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-7.0.0.tgz"
|
|
1542
|
+
integrity sha512-bt1klVkaPMeLvLRYxVwqL9FhnCvqV2x5bRPDyvofVAR07joNGImWge6w3h1q4RfJzHNbyXdSfidz57zu9hjbRA==
|
|
1543
1543
|
dependencies:
|
|
1544
1544
|
"@oclif/core" "^5.0.0"
|
|
1545
1545
|
ansis "^3.17.0"
|
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.152.
|
|
4
|
+
"version": "2.152.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"@oclif/plugin-commands": "5.0.0",
|
|
152
152
|
"@oclif/plugin-help": "7.0.0",
|
|
153
153
|
"@oclif/plugin-not-found": "4.0.0",
|
|
154
|
-
"@oclif/plugin-plugins": "
|
|
154
|
+
"@oclif/plugin-plugins": "7.0.0",
|
|
155
155
|
"@oclif/plugin-search": "2.0.0",
|
|
156
156
|
"@oclif/plugin-update": "5.0.0",
|
|
157
157
|
"@oclif/plugin-version": "3.0.1",
|