@salesforce/cli 2.39.5 → 2.39.6
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 +124 -3203
- package/oclif.lock +39 -140
- 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.39.
|
|
27
|
+
@salesforce/cli/2.39.6 linux-x64 node-v20.12.2
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5391,7 +5391,7 @@ EXAMPLES
|
|
|
5391
5391
|
$ sf plugins
|
|
5392
5392
|
```
|
|
5393
5393
|
|
|
5394
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5394
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/index.ts)_
|
|
5395
5395
|
|
|
5396
5396
|
## `sf plugins discover`
|
|
5397
5397
|
|
|
@@ -5436,7 +5436,7 @@ EXAMPLES
|
|
|
5436
5436
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5437
5437
|
```
|
|
5438
5438
|
|
|
5439
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5439
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/inspect.ts)_
|
|
5440
5440
|
|
|
5441
5441
|
## `sf plugins install PLUGIN`
|
|
5442
5442
|
|
|
@@ -5485,7 +5485,7 @@ EXAMPLES
|
|
|
5485
5485
|
$ sf plugins install someuser/someplugin
|
|
5486
5486
|
```
|
|
5487
5487
|
|
|
5488
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5488
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/install.ts)_
|
|
5489
5489
|
|
|
5490
5490
|
## `sf plugins link PATH`
|
|
5491
5491
|
|
|
@@ -5515,7 +5515,7 @@ EXAMPLES
|
|
|
5515
5515
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5516
5516
|
```
|
|
5517
5517
|
|
|
5518
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5518
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/link.ts)_
|
|
5519
5519
|
|
|
5520
5520
|
## `sf plugins reset`
|
|
5521
5521
|
|
|
@@ -5530,7 +5530,7 @@ FLAGS
|
|
|
5530
5530
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5531
5531
|
```
|
|
5532
5532
|
|
|
5533
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5533
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/reset.ts)_
|
|
5534
5534
|
|
|
5535
5535
|
## `sf plugins trust verify`
|
|
5536
5536
|
|
|
@@ -5587,7 +5587,7 @@ EXAMPLES
|
|
|
5587
5587
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5588
5588
|
```
|
|
5589
5589
|
|
|
5590
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5590
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/uninstall.ts)_
|
|
5591
5591
|
|
|
5592
5592
|
## `sf plugins update`
|
|
5593
5593
|
|
|
@@ -5605,7 +5605,7 @@ DESCRIPTION
|
|
|
5605
5605
|
Update installed plugins.
|
|
5606
5606
|
```
|
|
5607
5607
|
|
|
5608
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5608
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.14/src/commands/plugins/update.ts)_
|
|
5609
5609
|
|
|
5610
5610
|
## `sf project convert mdapi`
|
|
5611
5611
|
|