@salesforce/cli 2.62.1 → 2.62.2
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 +13 -11
- package/npm-shrinkwrap.json +908 -391
- package/oclif.lock +274 -151
- 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.62.
|
|
27
|
+
@salesforce/cli/2.62.2 linux-x64 node-v20.17.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1072,7 +1072,7 @@ DESCRIPTION
|
|
|
1072
1072
|
List all sf commands.
|
|
1073
1073
|
```
|
|
1074
1074
|
|
|
1075
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.
|
|
1075
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.1/src/commands/commands.ts)_
|
|
1076
1076
|
|
|
1077
1077
|
## `sf config get`
|
|
1078
1078
|
|
|
@@ -5653,7 +5653,7 @@ EXAMPLES
|
|
|
5653
5653
|
$ sf plugins
|
|
5654
5654
|
```
|
|
5655
5655
|
|
|
5656
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5656
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/index.ts)_
|
|
5657
5657
|
|
|
5658
5658
|
## `sf plugins discover`
|
|
5659
5659
|
|
|
@@ -5698,7 +5698,7 @@ EXAMPLES
|
|
|
5698
5698
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5699
5699
|
```
|
|
5700
5700
|
|
|
5701
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5701
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/inspect.ts)_
|
|
5702
5702
|
|
|
5703
5703
|
## `sf plugins install PLUGIN`
|
|
5704
5704
|
|
|
@@ -5747,7 +5747,7 @@ EXAMPLES
|
|
|
5747
5747
|
$ sf plugins install someuser/someplugin
|
|
5748
5748
|
```
|
|
5749
5749
|
|
|
5750
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5750
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/install.ts)_
|
|
5751
5751
|
|
|
5752
5752
|
## `sf plugins link PATH`
|
|
5753
5753
|
|
|
@@ -5767,6 +5767,7 @@ FLAGS
|
|
|
5767
5767
|
|
|
5768
5768
|
DESCRIPTION
|
|
5769
5769
|
Links a plugin into the CLI for development.
|
|
5770
|
+
|
|
5770
5771
|
Installation of a linked plugin will override a user-installed or core plugin.
|
|
5771
5772
|
|
|
5772
5773
|
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
|
|
@@ -5777,7 +5778,7 @@ EXAMPLES
|
|
|
5777
5778
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5778
5779
|
```
|
|
5779
5780
|
|
|
5780
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5781
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/link.ts)_
|
|
5781
5782
|
|
|
5782
5783
|
## `sf plugins reset`
|
|
5783
5784
|
|
|
@@ -5792,7 +5793,7 @@ FLAGS
|
|
|
5792
5793
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5793
5794
|
```
|
|
5794
5795
|
|
|
5795
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5796
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/reset.ts)_
|
|
5796
5797
|
|
|
5797
5798
|
## `sf plugins trust verify`
|
|
5798
5799
|
|
|
@@ -5849,7 +5850,7 @@ EXAMPLES
|
|
|
5849
5850
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5850
5851
|
```
|
|
5851
5852
|
|
|
5852
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5853
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/uninstall.ts)_
|
|
5853
5854
|
|
|
5854
5855
|
## `sf plugins update`
|
|
5855
5856
|
|
|
@@ -5867,7 +5868,7 @@ DESCRIPTION
|
|
|
5867
5868
|
Update installed plugins.
|
|
5868
5869
|
```
|
|
5869
5870
|
|
|
5870
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
5871
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/update.ts)_
|
|
5871
5872
|
|
|
5872
5873
|
## `sf project convert mdapi`
|
|
5873
5874
|
|
|
@@ -7985,10 +7986,11 @@ update the sf CLI
|
|
|
7985
7986
|
|
|
7986
7987
|
```
|
|
7987
7988
|
USAGE
|
|
7988
|
-
$ sf update [CHANNEL] [--force | | [-a | -v <value> | -i]]
|
|
7989
|
+
$ sf update [CHANNEL] [--force | | [-a | -v <value> | -i]] [-b ]
|
|
7989
7990
|
|
|
7990
7991
|
FLAGS
|
|
7991
7992
|
-a, --available See available versions.
|
|
7993
|
+
-b, --verbose Show more details about the available versions.
|
|
7992
7994
|
-i, --interactive Interactively select version to install. This is ignored if a channel is provided.
|
|
7993
7995
|
-v, --version=<value> Install a specific version.
|
|
7994
7996
|
--force Force a re-download of the requested version.
|
|
@@ -8014,7 +8016,7 @@ EXAMPLES
|
|
|
8014
8016
|
$ sf update --available
|
|
8015
8017
|
```
|
|
8016
8018
|
|
|
8017
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.
|
|
8019
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.0/src/commands/update.ts)_
|
|
8018
8020
|
|
|
8019
8021
|
## `sf version`
|
|
8020
8022
|
|