@salesforce/cli 2.23.11 → 2.23.13
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 +9 -9
- package/npm-shrinkwrap.json +13372 -15530
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.23.
|
|
27
|
+
@salesforce/cli/2.23.13 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -836,7 +836,7 @@ EXAMPLES
|
|
|
836
836
|
$ sf autocomplete --refresh-cache
|
|
837
837
|
```
|
|
838
838
|
|
|
839
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.
|
|
839
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.4/src/commands/autocomplete/index.ts)_
|
|
840
840
|
|
|
841
841
|
## `sf commands`
|
|
842
842
|
|
|
@@ -6376,7 +6376,7 @@ EXAMPLES
|
|
|
6376
6376
|
$ sf plugins
|
|
6377
6377
|
```
|
|
6378
6378
|
|
|
6379
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6379
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.12/src/commands/plugins/index.ts)_
|
|
6380
6380
|
|
|
6381
6381
|
## `sf plugins discover`
|
|
6382
6382
|
|
|
@@ -6420,7 +6420,7 @@ EXAMPLES
|
|
|
6420
6420
|
$ sf plugins inspect myplugin
|
|
6421
6421
|
```
|
|
6422
6422
|
|
|
6423
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6423
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.12/src/commands/plugins/inspect.ts)_
|
|
6424
6424
|
|
|
6425
6425
|
## `sf plugins:install PLUGIN...`
|
|
6426
6426
|
|
|
@@ -6464,7 +6464,7 @@ EXAMPLES
|
|
|
6464
6464
|
$ sf plugins install someuser/someplugin
|
|
6465
6465
|
```
|
|
6466
6466
|
|
|
6467
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6467
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.12/src/commands/plugins/install.ts)_
|
|
6468
6468
|
|
|
6469
6469
|
## `sf plugins:link PLUGIN`
|
|
6470
6470
|
|
|
@@ -6494,7 +6494,7 @@ EXAMPLES
|
|
|
6494
6494
|
$ sf plugins link myplugin
|
|
6495
6495
|
```
|
|
6496
6496
|
|
|
6497
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6497
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.12/src/commands/plugins/link.ts)_
|
|
6498
6498
|
|
|
6499
6499
|
## `sf plugins reset`
|
|
6500
6500
|
|
|
@@ -6505,7 +6505,7 @@ USAGE
|
|
|
6505
6505
|
$ sf plugins reset
|
|
6506
6506
|
```
|
|
6507
6507
|
|
|
6508
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6508
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.12/src/commands/plugins/reset.ts)_
|
|
6509
6509
|
|
|
6510
6510
|
## `sf plugins trust verify`
|
|
6511
6511
|
|
|
@@ -6561,7 +6561,7 @@ EXAMPLES
|
|
|
6561
6561
|
$ sf plugins uninstall myplugin
|
|
6562
6562
|
```
|
|
6563
6563
|
|
|
6564
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6564
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.12/src/commands/plugins/uninstall.ts)_
|
|
6565
6565
|
|
|
6566
6566
|
## `sf plugins update`
|
|
6567
6567
|
|
|
@@ -6579,7 +6579,7 @@ DESCRIPTION
|
|
|
6579
6579
|
Update installed plugins.
|
|
6580
6580
|
```
|
|
6581
6581
|
|
|
6582
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6582
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.12/src/commands/plugins/update.ts)_
|
|
6583
6583
|
|
|
6584
6584
|
## `sf project convert mdapi`
|
|
6585
6585
|
|