@salesforce/cli 2.34.5 → 2.34.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.34.5 linux-x64 node-v20.11.1
27
+ @salesforce/cli/2.34.6 linux-x64 node-v20.11.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -5275,7 +5275,7 @@ EXAMPLES
5275
5275
  $ sf plugins
5276
5276
  ```
5277
5277
 
5278
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/index.ts)_
5278
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/index.ts)_
5279
5279
 
5280
5280
  ## `sf plugins discover`
5281
5281
 
@@ -5319,7 +5319,7 @@ EXAMPLES
5319
5319
  $ sf plugins inspect myplugin
5320
5320
  ```
5321
5321
 
5322
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/inspect.ts)_
5322
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/inspect.ts)_
5323
5323
 
5324
5324
  ## `sf plugins:install PLUGIN...`
5325
5325
 
@@ -5363,7 +5363,7 @@ EXAMPLES
5363
5363
  $ sf plugins install someuser/someplugin
5364
5364
  ```
5365
5365
 
5366
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/install.ts)_
5366
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/install.ts)_
5367
5367
 
5368
5368
  ## `sf plugins:link PLUGIN`
5369
5369
 
@@ -5393,7 +5393,7 @@ EXAMPLES
5393
5393
  $ sf plugins link myplugin
5394
5394
  ```
5395
5395
 
5396
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/link.ts)_
5396
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/link.ts)_
5397
5397
 
5398
5398
  ## `sf plugins reset`
5399
5399
 
@@ -5408,7 +5408,7 @@ FLAGS
5408
5408
  --reinstall Reinstall all plugins after uninstalling.
5409
5409
  ```
5410
5410
 
5411
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/reset.ts)_
5411
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/reset.ts)_
5412
5412
 
5413
5413
  ## `sf plugins trust verify`
5414
5414
 
@@ -5464,7 +5464,7 @@ EXAMPLES
5464
5464
  $ sf plugins uninstall myplugin
5465
5465
  ```
5466
5466
 
5467
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/uninstall.ts)_
5467
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/uninstall.ts)_
5468
5468
 
5469
5469
  ## `sf plugins update`
5470
5470
 
@@ -5482,7 +5482,7 @@ DESCRIPTION
5482
5482
  Update installed plugins.
5483
5483
  ```
5484
5484
 
5485
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.7/src/commands/plugins/update.ts)_
5485
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/update.ts)_
5486
5486
 
5487
5487
  ## `sf project convert mdapi`
5488
5488
 
@@ -5544,7 +5544,7 @@ FLAG DESCRIPTIONS
5544
5544
  If you specify this parameter, don’t specify --metadata or --source-dir.
5545
5545
  ```
5546
5546
 
5547
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/convert/mdapi.ts)_
5547
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/convert/mdapi.ts)_
5548
5548
 
5549
5549
  ## `sf project convert source`
5550
5550
 
@@ -5556,7 +5556,7 @@ USAGE
5556
5556
  <value> | -m <value>]
5557
5557
 
5558
5558
  FLAGS
5559
- -d, --output-dir=<value> [default: metadataPackage_1710589697861] Output directory to store the Metadata
5559
+ -d, --output-dir=<value> [default: metadataPackage_1710885805080] Output directory to store the Metadata
5560
5560
  API–formatted files in.
5561
5561
  -m, --metadata=<value>... Metadata component names to convert.
5562
5562
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5616,7 +5616,7 @@ FLAG DESCRIPTIONS
5616
5616
  Override the api version used for api requests made by this command
5617
5617
  ```
5618
5618
 
5619
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/convert/source.ts)_
5619
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/convert/source.ts)_
5620
5620
 
5621
5621
  ## `sf project delete source`
5622
5622
 
@@ -5755,7 +5755,7 @@ FLAG DESCRIPTIONS
5755
5755
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5756
5756
  ```
5757
5757
 
5758
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/delete/source.ts)_
5758
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/delete/source.ts)_
5759
5759
 
5760
5760
  ## `sf project delete tracking`
5761
5761
 
@@ -5791,7 +5791,7 @@ EXAMPLES
5791
5791
  $ sf project delete tracking --target-org my-scratch
5792
5792
  ```
5793
5793
 
5794
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/delete/tracking.ts)_
5794
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/delete/tracking.ts)_
5795
5795
 
5796
5796
  ## `sf project deploy cancel`
5797
5797
 
@@ -5861,7 +5861,7 @@ FLAG DESCRIPTIONS
5861
5861
  project deploy report".
5862
5862
  ```
5863
5863
 
5864
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/cancel.ts)_
5864
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/cancel.ts)_
5865
5865
 
5866
5866
  ## `sf project deploy preview`
5867
5867
 
@@ -5945,7 +5945,7 @@ FLAG DESCRIPTIONS
5945
5945
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
5946
5946
  ```
5947
5947
 
5948
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/preview.ts)_
5948
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/preview.ts)_
5949
5949
 
5950
5950
  ## `sf project deploy quick`
5951
5951
 
@@ -6041,7 +6041,7 @@ ERROR CODES
6041
6041
  Canceling (69) The deploy is being canceled.
6042
6042
  ```
6043
6043
 
6044
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/quick.ts)_
6044
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/quick.ts)_
6045
6045
 
6046
6046
  ## `sf project deploy report`
6047
6047
 
@@ -6136,7 +6136,7 @@ FLAG DESCRIPTIONS
6136
6136
  --coverage-formatters lcov --coverage-formatters clover
6137
6137
  ```
6138
6138
 
6139
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/report.ts)_
6139
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/report.ts)_
6140
6140
 
6141
6141
  ## `sf project deploy resume`
6142
6142
 
@@ -6232,7 +6232,7 @@ ERROR CODES
6232
6232
  Canceling (69) The deploy is being canceled.
6233
6233
  ```
6234
6234
 
6235
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/resume.ts)_
6235
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/resume.ts)_
6236
6236
 
6237
6237
  ## `sf project deploy start`
6238
6238
 
@@ -6470,7 +6470,7 @@ ERROR CODES
6470
6470
  Canceling (69) The deploy is being canceled.
6471
6471
  ```
6472
6472
 
6473
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/start.ts)_
6473
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/start.ts)_
6474
6474
 
6475
6475
  ## `sf project deploy validate`
6476
6476
 
@@ -6662,7 +6662,7 @@ ERROR CODES
6662
6662
  Canceling (69) The deploy is being canceled.
6663
6663
  ```
6664
6664
 
6665
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/deploy/validate.ts)_
6665
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/deploy/validate.ts)_
6666
6666
 
6667
6667
  ## `sf project generate`
6668
6668
 
@@ -6841,7 +6841,7 @@ EXAMPLES
6841
6841
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6842
6842
  ```
6843
6843
 
6844
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/generate/manifest.ts)_
6844
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/generate/manifest.ts)_
6845
6845
 
6846
6846
  ## `sf project list ignored`
6847
6847
 
@@ -6882,7 +6882,7 @@ EXAMPLES
6882
6882
  $ sf project list ignored --source-dir package.xml
6883
6883
  ```
6884
6884
 
6885
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/list/ignored.ts)_
6885
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/list/ignored.ts)_
6886
6886
 
6887
6887
  ## `sf project reset tracking`
6888
6888
 
@@ -6930,7 +6930,7 @@ EXAMPLES
6930
6930
  $ sf project reset tracking --revision 30
6931
6931
  ```
6932
6932
 
6933
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/reset/tracking.ts)_
6933
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/reset/tracking.ts)_
6934
6934
 
6935
6935
  ## `sf project retrieve preview`
6936
6936
 
@@ -6986,7 +6986,7 @@ FLAG DESCRIPTIONS
6986
6986
  Overrides your default org.
6987
6987
  ```
6988
6988
 
6989
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/retrieve/preview.ts)_
6989
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/retrieve/preview.ts)_
6990
6990
 
6991
6991
  ## `sf project retrieve start`
6992
6992
 
@@ -7144,7 +7144,7 @@ ENVIRONMENT VARIABLES
7144
7144
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7145
7145
  ```
7146
7146
 
7147
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.34/src/commands/project/retrieve/start.ts)_
7147
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.35/src/commands/project/retrieve/start.ts)_
7148
7148
 
7149
7149
  ## `sf schema generate field`
7150
7150