@salesforce/cli 2.46.5 → 2.47.0

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 linux-x64 node-v20.14.0
27
+ @salesforce/cli/2.47.0 linux-x64 node-v20.14.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -5446,7 +5446,7 @@ EXAMPLES
5446
5446
  $ sf plugins
5447
5447
  ```
5448
5448
 
5449
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/index.ts)_
5449
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/index.ts)_
5450
5450
 
5451
5451
  ## `sf plugins discover`
5452
5452
 
@@ -5491,7 +5491,7 @@ EXAMPLES
5491
5491
  $ sf plugins inspect @salesforce/plugin-packaging
5492
5492
  ```
5493
5493
 
5494
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/inspect.ts)_
5494
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/inspect.ts)_
5495
5495
 
5496
5496
  ## `sf plugins install PLUGIN`
5497
5497
 
@@ -5540,7 +5540,7 @@ EXAMPLES
5540
5540
  $ sf plugins install someuser/someplugin
5541
5541
  ```
5542
5542
 
5543
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/install.ts)_
5543
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/install.ts)_
5544
5544
 
5545
5545
  ## `sf plugins link PATH`
5546
5546
 
@@ -5570,7 +5570,7 @@ EXAMPLES
5570
5570
  $ sf plugins link @salesforce/plugin-packaging
5571
5571
  ```
5572
5572
 
5573
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/link.ts)_
5573
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/link.ts)_
5574
5574
 
5575
5575
  ## `sf plugins reset`
5576
5576
 
@@ -5585,7 +5585,7 @@ FLAGS
5585
5585
  --reinstall Reinstall all plugins after uninstalling.
5586
5586
  ```
5587
5587
 
5588
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/reset.ts)_
5588
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/reset.ts)_
5589
5589
 
5590
5590
  ## `sf plugins trust verify`
5591
5591
 
@@ -5642,7 +5642,7 @@ EXAMPLES
5642
5642
  $ sf plugins uninstall @salesforce/plugin-packaging
5643
5643
  ```
5644
5644
 
5645
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/uninstall.ts)_
5645
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/uninstall.ts)_
5646
5646
 
5647
5647
  ## `sf plugins update`
5648
5648
 
@@ -5660,7 +5660,7 @@ DESCRIPTION
5660
5660
  Update installed plugins.
5661
5661
  ```
5662
5662
 
5663
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.2.4/src/commands/plugins/update.ts)_
5663
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.3.0/src/commands/plugins/update.ts)_
5664
5664
 
5665
5665
  ## `sf project convert mdapi`
5666
5666
 
@@ -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.4/src/commands/project/convert/mdapi.ts)_
5726
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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_1718037633977] Output directory to store the Metadata
5738
+ -d, --output-dir=<value> [default: metadataPackage_1718160629734] 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.4/src/commands/project/convert/source.ts)_
5799
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/convert/source-behavior.ts)_
5856
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/delete/source.ts)_
5996
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/delete/tracking.ts)_
6033
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/deploy/cancel.ts)_
6105
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/deploy/preview.ts)_
6188
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/deploy/quick.ts)_
6281
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/deploy/report.ts)_
6373
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/deploy/resume.ts)_
6470
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/deploy/start.ts)_
6713
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/deploy/validate.ts)_
6903
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/generate/manifest.ts)_
7085
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/list/ignored.ts)_
7127
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/reset/tracking.ts)_
7176
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/retrieve/preview.ts)_
7230
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/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.4/src/commands/project/retrieve/start.ts)_
7397
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.5/src/commands/project/retrieve/start.ts)_
7398
7398
 
7399
7399
  ## `sf schema generate field`
7400
7400
 
@@ -7757,7 +7757,7 @@ update the sf CLI
7757
7757
 
7758
7758
  ```
7759
7759
  USAGE
7760
- $ sf update [CHANNEL] [-a] [--force] [-i | -v <value>]
7760
+ $ sf update [CHANNEL] [--force | | [-a | -v <value> | -i]]
7761
7761
 
7762
7762
  FLAGS
7763
7763
  -a, --available See available versions.
@@ -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.4.0/src/commands/update.ts)_
7790
7790
 
7791
7791
  ## `sf version`
7792
7792