@salesforce/cli 2.45.5 → 2.45.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 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.45.5 linux-x64 node-v20.13.1
27
+ @salesforce/cli/2.45.6 linux-x64 node-v20.13.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -204,7 +204,7 @@ EXAMPLES
204
204
  $ sf alias list
205
205
  ```
206
206
 
207
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/list.ts)_
207
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/list.ts)_
208
208
 
209
209
  ## `sf alias set`
210
210
 
@@ -222,7 +222,7 @@ DESCRIPTION
222
222
  Set one or more aliases on your local computer.
223
223
 
224
224
  Aliases are user-defined short names that make it easier to use the CLI. For example, users often set an alias for a
225
- scratch org usernames because they're long and unintuitive. Check the --help of a CLI command to determine where you
225
+ scratch org usernames because they're long and unintuitive. Check the --help of a CLI command to determine where you
226
226
  can use an alias.
227
227
 
228
228
  You can associate an alias with only one value at a time. If you set an alias multiple times, the alias points to the
@@ -253,7 +253,7 @@ EXAMPLES
253
253
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
254
254
  ```
255
255
 
256
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/set.ts)_
256
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/set.ts)_
257
257
 
258
258
  ## `sf alias unset`
259
259
 
@@ -293,7 +293,7 @@ EXAMPLES
293
293
  $ sf alias unset --all [--no-prompt]
294
294
  ```
295
295
 
296
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/alias/unset.ts)_
296
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/alias/unset.ts)_
297
297
 
298
298
  ## `sf analytics generate template`
299
299
 
@@ -842,7 +842,7 @@ EXAMPLES
842
842
  $ sf autocomplete --refresh-cache
843
843
  ```
844
844
 
845
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.1/src/commands/autocomplete/index.ts)_
845
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.1.2/src/commands/autocomplete/index.ts)_
846
846
 
847
847
  ## `sf commands`
848
848
 
@@ -871,7 +871,7 @@ DESCRIPTION
871
871
  List all sf commands.
872
872
  ```
873
873
 
874
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.1/src/commands/commands.ts)_
874
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.2/src/commands/commands.ts)_
875
875
 
876
876
  ## `sf config get`
877
877
 
@@ -920,7 +920,7 @@ CONFIGURATION VARIABLES
920
920
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
921
921
  ```
922
922
 
923
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/get.ts)_
923
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/get.ts)_
924
924
 
925
925
  ## `sf config list`
926
926
 
@@ -960,7 +960,7 @@ EXAMPLES
960
960
  $ sf config list
961
961
  ```
962
962
 
963
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/list.ts)_
963
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/list.ts)_
964
964
 
965
965
  ## `sf config set`
966
966
 
@@ -1029,7 +1029,7 @@ CONFIGURATION VARIABLES
1029
1029
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1030
1030
  ```
1031
1031
 
1032
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/set.ts)_
1032
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/set.ts)_
1033
1033
 
1034
1034
  ## `sf config unset`
1035
1035
 
@@ -1079,7 +1079,7 @@ CONFIGURATION VARIABLES
1079
1079
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1080
1080
  ```
1081
1081
 
1082
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.2.7/src/commands/config/unset.ts)_
1082
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.0/src/commands/config/unset.ts)_
1083
1083
 
1084
1084
  ## `sf data create file`
1085
1085
 
@@ -5440,7 +5440,7 @@ EXAMPLES
5440
5440
  $ sf plugins
5441
5441
  ```
5442
5442
 
5443
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/index.ts)_
5443
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/index.ts)_
5444
5444
 
5445
5445
  ## `sf plugins discover`
5446
5446
 
@@ -5458,7 +5458,7 @@ EXAMPLES
5458
5458
  $ sf plugins discover
5459
5459
  ```
5460
5460
 
5461
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.9/src/commands/plugins/discover.ts)_
5461
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.10/src/commands/plugins/discover.ts)_
5462
5462
 
5463
5463
  ## `sf plugins:inspect PLUGIN...`
5464
5464
 
@@ -5485,7 +5485,7 @@ EXAMPLES
5485
5485
  $ sf plugins inspect @salesforce/plugin-packaging
5486
5486
  ```
5487
5487
 
5488
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/inspect.ts)_
5488
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/inspect.ts)_
5489
5489
 
5490
5490
  ## `sf plugins install PLUGIN`
5491
5491
 
@@ -5534,7 +5534,7 @@ EXAMPLES
5534
5534
  $ sf plugins install someuser/someplugin
5535
5535
  ```
5536
5536
 
5537
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/install.ts)_
5537
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/install.ts)_
5538
5538
 
5539
5539
  ## `sf plugins link PATH`
5540
5540
 
@@ -5564,7 +5564,7 @@ EXAMPLES
5564
5564
  $ sf plugins link @salesforce/plugin-packaging
5565
5565
  ```
5566
5566
 
5567
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/link.ts)_
5567
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/link.ts)_
5568
5568
 
5569
5569
  ## `sf plugins reset`
5570
5570
 
@@ -5579,7 +5579,7 @@ FLAGS
5579
5579
  --reinstall Reinstall all plugins after uninstalling.
5580
5580
  ```
5581
5581
 
5582
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/reset.ts)_
5582
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/reset.ts)_
5583
5583
 
5584
5584
  ## `sf plugins trust verify`
5585
5585
 
@@ -5636,7 +5636,7 @@ EXAMPLES
5636
5636
  $ sf plugins uninstall @salesforce/plugin-packaging
5637
5637
  ```
5638
5638
 
5639
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/uninstall.ts)_
5639
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/uninstall.ts)_
5640
5640
 
5641
5641
  ## `sf plugins update`
5642
5642
 
@@ -5654,7 +5654,7 @@ DESCRIPTION
5654
5654
  Update installed plugins.
5655
5655
  ```
5656
5656
 
5657
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.1/src/commands/plugins/update.ts)_
5657
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.2/src/commands/plugins/update.ts)_
5658
5658
 
5659
5659
  ## `sf project convert mdapi`
5660
5660
 
@@ -7591,7 +7591,7 @@ DESCRIPTION
7591
7591
  Once you select a command, hit enter and it will show the help for that command.
7592
7592
  ```
7593
7593
 
7594
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.1.0/src/commands/search.ts)_
7594
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.1.1/src/commands/search.ts)_
7595
7595
 
7596
7596
  ## `sf sobject describe`
7597
7597
 
@@ -7776,7 +7776,7 @@ EXAMPLES
7776
7776
  $ sf update --available
7777
7777
  ```
7778
7778
 
7779
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.2/src/commands/update.ts)_
7779
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.3/src/commands/update.ts)_
7780
7780
 
7781
7781
  ## `sf version`
7782
7782
 
@@ -7796,7 +7796,7 @@ FLAG DESCRIPTIONS
7796
7796
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
7797
7797
  ```
7798
7798
 
7799
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.1/src/commands/version.ts)_
7799
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.2/src/commands/version.ts)_
7800
7800
 
7801
7801
  ## `sf visualforce generate component`
7802
7802
 
@@ -7936,6 +7936,6 @@ EXAMPLES
7936
7936
  $ sf which "foo bar baz"
7937
7937
  ```
7938
7938
 
7939
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.0/src/commands/which.ts)_
7939
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.1/src/commands/which.ts)_
7940
7940
 
7941
7941
  <!-- commandsstop -->