@salesforce/cli 2.35.5 → 2.36.0
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 +435 -285
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.
|
|
27
|
+
@salesforce/cli/2.36.0 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5387,7 +5387,7 @@ EXAMPLES
|
|
|
5387
5387
|
$ sf plugins
|
|
5388
5388
|
```
|
|
5389
5389
|
|
|
5390
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5390
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/index.ts)_
|
|
5391
5391
|
|
|
5392
5392
|
## `sf plugins discover`
|
|
5393
5393
|
|
|
@@ -5432,7 +5432,7 @@ EXAMPLES
|
|
|
5432
5432
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5433
5433
|
```
|
|
5434
5434
|
|
|
5435
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5435
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/inspect.ts)_
|
|
5436
5436
|
|
|
5437
5437
|
## `sf plugins install PLUGIN`
|
|
5438
5438
|
|
|
@@ -5481,7 +5481,7 @@ EXAMPLES
|
|
|
5481
5481
|
$ sf plugins install someuser/someplugin
|
|
5482
5482
|
```
|
|
5483
5483
|
|
|
5484
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5484
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/install.ts)_
|
|
5485
5485
|
|
|
5486
5486
|
## `sf plugins link PATH`
|
|
5487
5487
|
|
|
@@ -5511,7 +5511,7 @@ EXAMPLES
|
|
|
5511
5511
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5512
5512
|
```
|
|
5513
5513
|
|
|
5514
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5514
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/link.ts)_
|
|
5515
5515
|
|
|
5516
5516
|
## `sf plugins reset`
|
|
5517
5517
|
|
|
@@ -5526,7 +5526,7 @@ FLAGS
|
|
|
5526
5526
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5527
5527
|
```
|
|
5528
5528
|
|
|
5529
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5529
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/reset.ts)_
|
|
5530
5530
|
|
|
5531
5531
|
## `sf plugins trust verify`
|
|
5532
5532
|
|
|
@@ -5583,7 +5583,7 @@ EXAMPLES
|
|
|
5583
5583
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5584
5584
|
```
|
|
5585
5585
|
|
|
5586
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5586
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/uninstall.ts)_
|
|
5587
5587
|
|
|
5588
5588
|
## `sf plugins update`
|
|
5589
5589
|
|
|
@@ -5601,7 +5601,7 @@ DESCRIPTION
|
|
|
5601
5601
|
Update installed plugins.
|
|
5602
5602
|
```
|
|
5603
5603
|
|
|
5604
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5604
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.1/src/commands/plugins/update.ts)_
|
|
5605
5605
|
|
|
5606
5606
|
## `sf project convert mdapi`
|
|
5607
5607
|
|