@salesforce/cli 2.22.6 → 2.22.7-qa.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 +10 -10
- package/npm-shrinkwrap.json +7696 -14543
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.22.
|
|
27
|
+
@salesforce/cli/2.22.7-qa.0 linux-x64 node-v20.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -6366,7 +6366,7 @@ EXAMPLES
|
|
|
6366
6366
|
$ sf plugins
|
|
6367
6367
|
```
|
|
6368
6368
|
|
|
6369
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6369
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.11-qa.0/src/commands/plugins/index.ts)_
|
|
6370
6370
|
|
|
6371
6371
|
## `sf plugins discover`
|
|
6372
6372
|
|
|
@@ -6410,7 +6410,7 @@ EXAMPLES
|
|
|
6410
6410
|
$ sf plugins inspect myplugin
|
|
6411
6411
|
```
|
|
6412
6412
|
|
|
6413
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6413
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.11-qa.0/src/commands/plugins/inspect.ts)_
|
|
6414
6414
|
|
|
6415
6415
|
## `sf plugins:install PLUGIN...`
|
|
6416
6416
|
|
|
@@ -6454,7 +6454,7 @@ EXAMPLES
|
|
|
6454
6454
|
$ sf plugins install someuser/someplugin
|
|
6455
6455
|
```
|
|
6456
6456
|
|
|
6457
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6457
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.11-qa.0/src/commands/plugins/install.ts)_
|
|
6458
6458
|
|
|
6459
6459
|
## `sf plugins:link PLUGIN`
|
|
6460
6460
|
|
|
@@ -6484,7 +6484,7 @@ EXAMPLES
|
|
|
6484
6484
|
$ sf plugins link myplugin
|
|
6485
6485
|
```
|
|
6486
6486
|
|
|
6487
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6487
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.11-qa.0/src/commands/plugins/link.ts)_
|
|
6488
6488
|
|
|
6489
6489
|
## `sf plugins reset`
|
|
6490
6490
|
|
|
@@ -6495,7 +6495,7 @@ USAGE
|
|
|
6495
6495
|
$ sf plugins reset
|
|
6496
6496
|
```
|
|
6497
6497
|
|
|
6498
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6498
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.11-qa.0/src/commands/plugins/reset.ts)_
|
|
6499
6499
|
|
|
6500
6500
|
## `sf plugins trust verify`
|
|
6501
6501
|
|
|
@@ -6518,12 +6518,12 @@ DESCRIPTION
|
|
|
6518
6518
|
Verifies the digital signature on an npm package matches the signature and key stored at the expected URLs.
|
|
6519
6519
|
|
|
6520
6520
|
EXAMPLES
|
|
6521
|
-
$ sf plugins trust verify --npm @scope/npmName --registry
|
|
6521
|
+
$ sf plugins trust verify --npm @scope/npmName --registry https://npm.pkg.github.com
|
|
6522
6522
|
|
|
6523
6523
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6524
6524
|
```
|
|
6525
6525
|
|
|
6526
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.2.0/src/commands/plugins/trust/verify.ts)_
|
|
6526
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.2.1-qa.0/src/commands/plugins/trust/verify.ts)_
|
|
6527
6527
|
|
|
6528
6528
|
## `sf plugins:uninstall PLUGIN...`
|
|
6529
6529
|
|
|
@@ -6551,7 +6551,7 @@ EXAMPLES
|
|
|
6551
6551
|
$ sf plugins uninstall myplugin
|
|
6552
6552
|
```
|
|
6553
6553
|
|
|
6554
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6554
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.11-qa.0/src/commands/plugins/uninstall.ts)_
|
|
6555
6555
|
|
|
6556
6556
|
## `sf plugins update`
|
|
6557
6557
|
|
|
@@ -6569,7 +6569,7 @@ DESCRIPTION
|
|
|
6569
6569
|
Update installed plugins.
|
|
6570
6570
|
```
|
|
6571
6571
|
|
|
6572
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.
|
|
6572
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.11-qa.0/src/commands/plugins/update.ts)_
|
|
6573
6573
|
|
|
6574
6574
|
## `sf project convert mdapi`
|
|
6575
6575
|
|