@salesforce/cli 2.132.1 → 2.132.3
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 +1195 -1121
- package/oclif.lock +910 -887
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.132.
|
|
28
|
+
@salesforce/cli/2.132.3 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -7615,7 +7615,7 @@ EXAMPLES
|
|
|
7615
7615
|
$ sf plugins
|
|
7616
7616
|
```
|
|
7617
7617
|
|
|
7618
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7618
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/index.ts)_
|
|
7619
7619
|
|
|
7620
7620
|
## `sf plugins discover`
|
|
7621
7621
|
|
|
@@ -7660,7 +7660,7 @@ EXAMPLES
|
|
|
7660
7660
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
7661
7661
|
```
|
|
7662
7662
|
|
|
7663
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7663
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/inspect.ts)_
|
|
7664
7664
|
|
|
7665
7665
|
## `sf plugins install PLUGIN`
|
|
7666
7666
|
|
|
@@ -7709,7 +7709,7 @@ EXAMPLES
|
|
|
7709
7709
|
$ sf plugins install someuser/someplugin
|
|
7710
7710
|
```
|
|
7711
7711
|
|
|
7712
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7712
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/install.ts)_
|
|
7713
7713
|
|
|
7714
7714
|
## `sf plugins link PATH`
|
|
7715
7715
|
|
|
@@ -7740,7 +7740,7 @@ EXAMPLES
|
|
|
7740
7740
|
$ sf plugins link @salesforce/plugin-packaging
|
|
7741
7741
|
```
|
|
7742
7742
|
|
|
7743
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7743
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/link.ts)_
|
|
7744
7744
|
|
|
7745
7745
|
## `sf plugins reset`
|
|
7746
7746
|
|
|
@@ -7755,7 +7755,7 @@ FLAGS
|
|
|
7755
7755
|
--reinstall Reinstall all plugins after uninstalling.
|
|
7756
7756
|
```
|
|
7757
7757
|
|
|
7758
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7758
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/reset.ts)_
|
|
7759
7759
|
|
|
7760
7760
|
## `sf plugins trust verify`
|
|
7761
7761
|
|
|
@@ -7812,7 +7812,7 @@ EXAMPLES
|
|
|
7812
7812
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
7813
7813
|
```
|
|
7814
7814
|
|
|
7815
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7815
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/uninstall.ts)_
|
|
7816
7816
|
|
|
7817
7817
|
## `sf plugins update`
|
|
7818
7818
|
|
|
@@ -7830,7 +7830,7 @@ DESCRIPTION
|
|
|
7830
7830
|
Update installed plugins.
|
|
7831
7831
|
```
|
|
7832
7832
|
|
|
7833
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7833
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.60/src/commands/plugins/update.ts)_
|
|
7834
7834
|
|
|
7835
7835
|
## `sf project convert mdapi`
|
|
7836
7836
|
|