@salesforce/cli 2.46.5-qa.0 → 2.46.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.46.5-qa.0 linux-x64 node-v20.14.0
27
+ @salesforce/cli/2.46.6 linux-x64 node-v20.14.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -5723,7 +5723,7 @@ FLAG DESCRIPTIONS
5723
5723
  If you specify this parameter, don’t specify --metadata or --source-dir.
5724
5724
  ```
5725
5725
 
5726
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/convert/mdapi.ts)_
5726
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/convert/mdapi.ts)_
5727
5727
 
5728
5728
  ## `sf project convert source`
5729
5729
 
@@ -5735,7 +5735,7 @@ USAGE
5735
5735
  [-p <value>... | -x <value> | -m <value>...]
5736
5736
 
5737
5737
  FLAGS
5738
- -d, --output-dir=<value> [default: metadataPackage_1718026641378] Output directory to store the Metadata
5738
+ -d, --output-dir=<value> [default: metadataPackage_1718037633977] Output directory to store the Metadata
5739
5739
  API–formatted files in.
5740
5740
  -m, --metadata=<value>... Metadata component names to convert.
5741
5741
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5796,7 +5796,7 @@ FLAG DESCRIPTIONS
5796
5796
  Override the api version used for api requests made by this command
5797
5797
  ```
5798
5798
 
5799
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/convert/source.ts)_
5799
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/convert/source.ts)_
5800
5800
 
5801
5801
  ## `sf project convert source-behavior`
5802
5802
 
@@ -5853,7 +5853,7 @@ EXAMPLES
5853
5853
  $ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
5854
5854
  ```
5855
5855
 
5856
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/convert/source-behavior.ts)_
5856
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/convert/source-behavior.ts)_
5857
5857
 
5858
5858
  ## `sf project delete source`
5859
5859
 
@@ -5993,7 +5993,7 @@ FLAG DESCRIPTIONS
5993
5993
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5994
5994
  ```
5995
5995
 
5996
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/delete/source.ts)_
5996
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/delete/source.ts)_
5997
5997
 
5998
5998
  ## `sf project delete tracking`
5999
5999
 
@@ -6030,7 +6030,7 @@ EXAMPLES
6030
6030
  $ sf project delete tracking --target-org my-scratch
6031
6031
  ```
6032
6032
 
6033
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/delete/tracking.ts)_
6033
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/delete/tracking.ts)_
6034
6034
 
6035
6035
  ## `sf project deploy cancel`
6036
6036
 
@@ -6102,7 +6102,7 @@ FLAG DESCRIPTIONS
6102
6102
  project deploy report".
6103
6103
  ```
6104
6104
 
6105
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/cancel.ts)_
6105
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/cancel.ts)_
6106
6106
 
6107
6107
  ## `sf project deploy preview`
6108
6108
 
@@ -6185,7 +6185,7 @@ FLAG DESCRIPTIONS
6185
6185
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6186
6186
  ```
6187
6187
 
6188
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/preview.ts)_
6188
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/preview.ts)_
6189
6189
 
6190
6190
  ## `sf project deploy quick`
6191
6191
 
@@ -6278,7 +6278,7 @@ ERROR CODES
6278
6278
  Canceling (69) The deploy is being canceled.
6279
6279
  ```
6280
6280
 
6281
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/quick.ts)_
6281
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/quick.ts)_
6282
6282
 
6283
6283
  ## `sf project deploy report`
6284
6284
 
@@ -6370,7 +6370,7 @@ FLAG DESCRIPTIONS
6370
6370
  --coverage-formatters lcov --coverage-formatters clover
6371
6371
  ```
6372
6372
 
6373
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/report.ts)_
6373
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/report.ts)_
6374
6374
 
6375
6375
  ## `sf project deploy resume`
6376
6376
 
@@ -6467,7 +6467,7 @@ ERROR CODES
6467
6467
  Canceling (69) The deploy is being canceled.
6468
6468
  ```
6469
6469
 
6470
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/resume.ts)_
6470
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/resume.ts)_
6471
6471
 
6472
6472
  ## `sf project deploy start`
6473
6473
 
@@ -6710,7 +6710,7 @@ ERROR CODES
6710
6710
  Canceling (69) The deploy is being canceled.
6711
6711
  ```
6712
6712
 
6713
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/start.ts)_
6713
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/start.ts)_
6714
6714
 
6715
6715
  ## `sf project deploy validate`
6716
6716
 
@@ -6900,7 +6900,7 @@ ERROR CODES
6900
6900
  Canceling (69) The deploy is being canceled.
6901
6901
  ```
6902
6902
 
6903
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/validate.ts)_
6903
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/deploy/validate.ts)_
6904
6904
 
6905
6905
  ## `sf project generate`
6906
6906
 
@@ -7082,7 +7082,7 @@ EXAMPLES
7082
7082
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7083
7083
  ```
7084
7084
 
7085
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/generate/manifest.ts)_
7085
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/generate/manifest.ts)_
7086
7086
 
7087
7087
  ## `sf project list ignored`
7088
7088
 
@@ -7124,7 +7124,7 @@ EXAMPLES
7124
7124
  $ sf project list ignored --source-dir package.xml
7125
7125
  ```
7126
7126
 
7127
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/list/ignored.ts)_
7127
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/list/ignored.ts)_
7128
7128
 
7129
7129
  ## `sf project reset tracking`
7130
7130
 
@@ -7173,7 +7173,7 @@ EXAMPLES
7173
7173
  $ sf project reset tracking --revision 30
7174
7174
  ```
7175
7175
 
7176
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/reset/tracking.ts)_
7176
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/reset/tracking.ts)_
7177
7177
 
7178
7178
  ## `sf project retrieve preview`
7179
7179
 
@@ -7227,7 +7227,7 @@ FLAG DESCRIPTIONS
7227
7227
  production orgs.
7228
7228
  ```
7229
7229
 
7230
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/retrieve/preview.ts)_
7230
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/retrieve/preview.ts)_
7231
7231
 
7232
7232
  ## `sf project retrieve start`
7233
7233
 
@@ -7394,7 +7394,7 @@ ENVIRONMENT VARIABLES
7394
7394
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7395
7395
  ```
7396
7396
 
7397
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/retrieve/start.ts)_
7397
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.4/src/commands/project/retrieve/start.ts)_
7398
7398
 
7399
7399
  ## `sf schema generate field`
7400
7400
 
@@ -7786,7 +7786,7 @@ EXAMPLES
7786
7786
  $ sf update --available
7787
7787
  ```
7788
7788
 
7789
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.4/src/commands/update.ts)_
7789
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.5/src/commands/update.ts)_
7790
7790
 
7791
7791
  ## `sf version`
7792
7792