@salesforce/cli 2.32.0 → 2.32.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/README.md +8 -8
- package/npm-shrinkwrap.json +6 -6
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.32.
|
|
27
|
+
@salesforce/cli/2.32.1 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5271,7 +5271,7 @@ EXAMPLES
|
|
|
5271
5271
|
$ sf plugins
|
|
5272
5272
|
```
|
|
5273
5273
|
|
|
5274
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5274
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/index.ts)_
|
|
5275
5275
|
|
|
5276
5276
|
## `sf plugins discover`
|
|
5277
5277
|
|
|
@@ -5315,7 +5315,7 @@ EXAMPLES
|
|
|
5315
5315
|
$ sf plugins inspect myplugin
|
|
5316
5316
|
```
|
|
5317
5317
|
|
|
5318
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5318
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/inspect.ts)_
|
|
5319
5319
|
|
|
5320
5320
|
## `sf plugins:install PLUGIN...`
|
|
5321
5321
|
|
|
@@ -5359,7 +5359,7 @@ EXAMPLES
|
|
|
5359
5359
|
$ sf plugins install someuser/someplugin
|
|
5360
5360
|
```
|
|
5361
5361
|
|
|
5362
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5362
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/install.ts)_
|
|
5363
5363
|
|
|
5364
5364
|
## `sf plugins:link PLUGIN`
|
|
5365
5365
|
|
|
@@ -5389,7 +5389,7 @@ EXAMPLES
|
|
|
5389
5389
|
$ sf plugins link myplugin
|
|
5390
5390
|
```
|
|
5391
5391
|
|
|
5392
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5392
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/link.ts)_
|
|
5393
5393
|
|
|
5394
5394
|
## `sf plugins reset`
|
|
5395
5395
|
|
|
@@ -5404,7 +5404,7 @@ FLAGS
|
|
|
5404
5404
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5405
5405
|
```
|
|
5406
5406
|
|
|
5407
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5407
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/reset.ts)_
|
|
5408
5408
|
|
|
5409
5409
|
## `sf plugins trust verify`
|
|
5410
5410
|
|
|
@@ -5460,7 +5460,7 @@ EXAMPLES
|
|
|
5460
5460
|
$ sf plugins uninstall myplugin
|
|
5461
5461
|
```
|
|
5462
5462
|
|
|
5463
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5463
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/uninstall.ts)_
|
|
5464
5464
|
|
|
5465
5465
|
## `sf plugins update`
|
|
5466
5466
|
|
|
@@ -5478,7 +5478,7 @@ DESCRIPTION
|
|
|
5478
5478
|
Update installed plugins.
|
|
5479
5479
|
```
|
|
5480
5480
|
|
|
5481
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5481
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.6/src/commands/plugins/update.ts)_
|
|
5482
5482
|
|
|
5483
5483
|
## `sf project convert mdapi`
|
|
5484
5484
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.32.
|
|
3
|
+
"version": "2.32.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.32.
|
|
9
|
+
"version": "2.32.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "3.1.6",
|
|
17
17
|
"@oclif/plugin-help": "6.0.14",
|
|
18
18
|
"@oclif/plugin-not-found": "3.0.12",
|
|
19
|
-
"@oclif/plugin-plugins": "4.2.
|
|
19
|
+
"@oclif/plugin-plugins": "4.2.6",
|
|
20
20
|
"@oclif/plugin-search": "1.0.17",
|
|
21
21
|
"@oclif/plugin-update": "4.1.14",
|
|
22
22
|
"@oclif/plugin-version": "2.0.12",
|
|
@@ -4224,9 +4224,9 @@
|
|
|
4224
4224
|
}
|
|
4225
4225
|
},
|
|
4226
4226
|
"node_modules/@oclif/plugin-plugins": {
|
|
4227
|
-
"version": "4.2.
|
|
4228
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.2.
|
|
4229
|
-
"integrity": "sha512-
|
|
4227
|
+
"version": "4.2.6",
|
|
4228
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.2.6.tgz",
|
|
4229
|
+
"integrity": "sha512-HdPWRQYI4wsTcqRJFvEGFalgX1q7y0oeCKdZtMI6Wl1PsALloYlbbQ1rl1jqk3YFbHjyEWud34gccOdXLl3UAA==",
|
|
4230
4230
|
"license": "MIT",
|
|
4231
4231
|
"dependencies": {
|
|
4232
4232
|
"@oclif/core": "^3.10.2",
|
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.32.
|
|
4
|
+
"version": "2.32.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@oclif/plugin-commands": "3.1.6",
|
|
142
142
|
"@oclif/plugin-help": "6.0.14",
|
|
143
143
|
"@oclif/plugin-not-found": "3.0.12",
|
|
144
|
-
"@oclif/plugin-plugins": "4.2.
|
|
144
|
+
"@oclif/plugin-plugins": "4.2.6",
|
|
145
145
|
"@oclif/plugin-search": "1.0.17",
|
|
146
146
|
"@oclif/plugin-update": "4.1.14",
|
|
147
147
|
"@oclif/plugin-version": "2.0.12",
|