@salesforce/cli 2.110.19 → 2.110.21

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
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.110.19 linux-x64 node-v22.20.0
28
+ @salesforce/cli/2.110.21 linux-x64 node-v22.20.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -4736,7 +4736,7 @@ EXAMPLES
4736
4736
  $ sf org list auth
4737
4737
  ```
4738
4738
 
4739
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.13/src/commands/org/list/auth.ts)_
4739
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/list/auth.ts)_
4740
4740
 
4741
4741
  ## `sf org list limits`
4742
4742
 
@@ -5036,7 +5036,7 @@ FLAG DESCRIPTIONS
5036
5036
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5037
5037
  ```
5038
5038
 
5039
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.13/src/commands/org/login/access-token.ts)_
5039
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/login/access-token.ts)_
5040
5040
 
5041
5041
  ## `sf org login jwt`
5042
5042
 
@@ -5127,7 +5127,7 @@ FLAG DESCRIPTIONS
5127
5127
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5128
5128
  ```
5129
5129
 
5130
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.13/src/commands/org/login/jwt.ts)_
5130
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/login/jwt.ts)_
5131
5131
 
5132
5132
  ## `sf org login sfdx-url`
5133
5133
 
@@ -5197,7 +5197,7 @@ EXAMPLES
5197
5197
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
5198
5198
  ```
5199
5199
 
5200
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.13/src/commands/org/login/sfdx-url.ts)_
5200
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/login/sfdx-url.ts)_
5201
5201
 
5202
5202
  ## `sf org login web`
5203
5203
 
@@ -5302,7 +5302,7 @@ FLAG DESCRIPTIONS
5302
5302
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5303
5303
  ```
5304
5304
 
5305
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.13/src/commands/org/login/web.ts)_
5305
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/login/web.ts)_
5306
5306
 
5307
5307
  ## `sf org logout`
5308
5308
 
@@ -5368,7 +5368,7 @@ FLAG DESCRIPTIONS
5368
5368
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
5369
5369
  ```
5370
5370
 
5371
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.13/src/commands/org/logout.ts)_
5371
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.17/src/commands/org/logout.ts)_
5372
5372
 
5373
5373
  ## `sf org open`
5374
5374
 
@@ -5811,7 +5811,7 @@ FLAG DESCRIPTIONS
5811
5811
  --installation-key-bypass flag is required.
5812
5812
  ```
5813
5813
 
5814
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/convert.ts)_
5814
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/convert.ts)_
5815
5815
 
5816
5816
  ## `sf package create`
5817
5817
 
@@ -5890,7 +5890,7 @@ FLAG DESCRIPTIONS
5890
5890
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
5891
5891
  ```
5892
5892
 
5893
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/create.ts)_
5893
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/create.ts)_
5894
5894
 
5895
5895
  ## `sf package delete`
5896
5896
 
@@ -5932,7 +5932,7 @@ EXAMPLES
5932
5932
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
5933
5933
  ```
5934
5934
 
5935
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/delete.ts)_
5935
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/delete.ts)_
5936
5936
 
5937
5937
  ## `sf package install`
5938
5938
 
@@ -6031,7 +6031,7 @@ FLAG DESCRIPTIONS
6031
6031
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
6032
6032
  ```
6033
6033
 
6034
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/install.ts)_
6034
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/install.ts)_
6035
6035
 
6036
6036
  ## `sf package install report`
6037
6037
 
@@ -6064,7 +6064,7 @@ EXAMPLES
6064
6064
  $ sf package install report --request-id 0Hf... --target-org me@example.com
6065
6065
  ```
6066
6066
 
6067
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/install/report.ts)_
6067
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/install/report.ts)_
6068
6068
 
6069
6069
  ## `sf package installed list`
6070
6070
 
@@ -6096,7 +6096,7 @@ EXAMPLES
6096
6096
  $ sf package installed list --target-org me@example.com
6097
6097
  ```
6098
6098
 
6099
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/installed/list.ts)_
6099
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/installed/list.ts)_
6100
6100
 
6101
6101
  ## `sf package list`
6102
6102
 
@@ -6134,7 +6134,7 @@ EXAMPLES
6134
6134
  $ sf package list --target-dev-hub devhub@example.com --verbose
6135
6135
  ```
6136
6136
 
6137
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/list.ts)_
6137
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/list.ts)_
6138
6138
 
6139
6139
  ## `sf package push-upgrade abort`
6140
6140
 
@@ -6173,7 +6173,7 @@ EXAMPLES
6173
6173
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
6174
6174
  ```
6175
6175
 
6176
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/push-upgrade/abort.ts)_
6176
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/push-upgrade/abort.ts)_
6177
6177
 
6178
6178
  ## `sf package push-upgrade list`
6179
6179
 
@@ -6232,7 +6232,7 @@ EXAMPLES
6232
6232
  $ sf package push-upgrade list --package 033xyz –-status Failed
6233
6233
  ```
6234
6234
 
6235
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/push-upgrade/list.ts)_
6235
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/push-upgrade/list.ts)_
6236
6236
 
6237
6237
  ## `sf package push-upgrade report`
6238
6238
 
@@ -6274,7 +6274,7 @@ EXAMPLES
6274
6274
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
6275
6275
  ```
6276
6276
 
6277
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/push-upgrade/report.ts)_
6277
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/push-upgrade/report.ts)_
6278
6278
 
6279
6279
  ## `sf package push-upgrade schedule`
6280
6280
 
@@ -6361,7 +6361,7 @@ FLAG DESCRIPTIONS
6361
6361
  Overrides the value of the target-dev-hub configuration variable, if set.
6362
6362
  ```
6363
6363
 
6364
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/push-upgrade/schedule.ts)_
6364
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/push-upgrade/schedule.ts)_
6365
6365
 
6366
6366
  ## `sf package uninstall`
6367
6367
 
@@ -6409,7 +6409,7 @@ EXAMPLES
6409
6409
  $ sf package uninstall --package "Undesirable Package Alias"
6410
6410
  ```
6411
6411
 
6412
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/uninstall.ts)_
6412
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/uninstall.ts)_
6413
6413
 
6414
6414
  ## `sf package uninstall report`
6415
6415
 
@@ -6442,7 +6442,7 @@ EXAMPLES
6442
6442
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
6443
6443
  ```
6444
6444
 
6445
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/uninstall/report.ts)_
6445
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/uninstall/report.ts)_
6446
6446
 
6447
6447
  ## `sf package update`
6448
6448
 
@@ -6451,7 +6451,7 @@ Update package details.
6451
6451
  ```
6452
6452
  USAGE
6453
6453
  $ sf package update -v <value> -p <value> [--json] [--flags-dir <value>] [--api-version <value>] [-n <value>] [-d
6454
- <value>] [-o <value>] [--enable-app-analytics] [-r <value>]
6454
+ <value>] [-o <value>] [--enable-app-analytics] [-r <value>] [--skip-ancestor-check]
6455
6455
 
6456
6456
  FLAGS
6457
6457
  -d, --description=<value> New description of the package.
@@ -6465,6 +6465,7 @@ FLAGS
6465
6465
  --api-version=<value> Override the api version used for api requests made by this command
6466
6466
  --[no-]enable-app-analytics Enable AppExchange App Analytics usage data collection on this managed
6467
6467
  package and its components.
6468
+ --skip-ancestor-check Bypass the ancestry check for setting a recommended version.
6468
6469
 
6469
6470
  GLOBAL FLAGS
6470
6471
  --flags-dir=<value> Import flag values from a directory.
@@ -6504,7 +6505,7 @@ FLAG DESCRIPTIONS
6504
6505
  notified to upgrade to the recommended version.
6505
6506
  ```
6506
6507
 
6507
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/update.ts)_
6508
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/update.ts)_
6508
6509
 
6509
6510
  ## `sf package version create`
6510
6511
 
@@ -6679,7 +6680,7 @@ FLAG DESCRIPTIONS
6679
6680
  periods of no output from commands.
6680
6681
  ```
6681
6682
 
6682
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/version/create.ts)_
6683
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/create.ts)_
6683
6684
 
6684
6685
  ## `sf package version create list`
6685
6686
 
@@ -6740,7 +6741,7 @@ EXAMPLES
6740
6741
  $ sf package version create list --created-last-days 0 --status Success
6741
6742
  ```
6742
6743
 
6743
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/version/create/list.ts)_
6744
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/create/list.ts)_
6744
6745
 
6745
6746
  ## `sf package version create report`
6746
6747
 
@@ -6783,7 +6784,7 @@ EXAMPLES
6783
6784
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
6784
6785
  ```
6785
6786
 
6786
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/version/create/report.ts)_
6787
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/create/report.ts)_
6787
6788
 
6788
6789
  ## `sf package version delete`
6789
6790
 
@@ -6824,7 +6825,7 @@ EXAMPLES
6824
6825
  $ sf package version delete --package 04t... --target-org devhub@example.com
6825
6826
  ```
6826
6827
 
6827
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/version/delete.ts)_
6828
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/delete.ts)_
6828
6829
 
6829
6830
  ## `sf package version displayancestry`
6830
6831
 
@@ -6884,7 +6885,7 @@ FLAG DESCRIPTIONS
6884
6885
  You can use the DOT code output in graph visualization software to create tree visualizations.
6885
6886
  ```
6886
6887
 
6887
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/version/displayancestry.ts)_
6888
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/displayancestry.ts)_
6888
6889
 
6889
6890
  ## `sf package version displaydependencies`
6890
6891
 
@@ -6946,7 +6947,7 @@ FLAG DESCRIPTIONS
6946
6947
  package, which must be installed last.
6947
6948
  ```
6948
6949
 
6949
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/version/displaydependencies.ts)_
6950
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/displaydependencies.ts)_
6950
6951
 
6951
6952
  ## `sf package version list`
6952
6953
 
@@ -7022,7 +7023,7 @@ EXAMPLES
7022
7023
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
7023
7024
  ```
7024
7025
 
7025
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/version/list.ts)_
7026
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/list.ts)_
7026
7027
 
7027
7028
  ## `sf package version promote`
7028
7029
 
@@ -7066,7 +7067,7 @@ EXAMPLES
7066
7067
  $ sf package version promote --package "Awesome Package Alias"
7067
7068
  ```
7068
7069
 
7069
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/version/promote.ts)_
7070
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/promote.ts)_
7070
7071
 
7071
7072
  ## `sf package version report`
7072
7073
 
@@ -7106,7 +7107,7 @@ EXAMPLES
7106
7107
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
7107
7108
  ```
7108
7109
 
7109
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/version/report.ts)_
7110
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/report.ts)_
7110
7111
 
7111
7112
  ## `sf package version update`
7112
7113
 
@@ -7159,7 +7160,7 @@ EXAMPLES
7159
7160
  $ sf package version update --package 04t... --version-description "New Package Version Description"
7160
7161
  ```
7161
7162
 
7162
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package/version/update.ts)_
7163
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package/version/update.ts)_
7163
7164
 
7164
7165
  ## `sf package1 version create`
7165
7166
 
@@ -7226,7 +7227,7 @@ FLAG DESCRIPTIONS
7226
7227
  subscribers.
7227
7228
  ```
7228
7229
 
7229
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package1/version/create.ts)_
7230
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package1/version/create.ts)_
7230
7231
 
7231
7232
  ## `sf package1 version create get`
7232
7233
 
@@ -7259,7 +7260,7 @@ EXAMPLES
7259
7260
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
7260
7261
  ```
7261
7262
 
7262
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package1/version/create/get.ts)_
7263
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package1/version/create/get.ts)_
7263
7264
 
7264
7265
  ## `sf package1 version display`
7265
7266
 
@@ -7293,7 +7294,7 @@ EXAMPLES
7293
7294
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
7294
7295
  ```
7295
7296
 
7296
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package1/version/display.ts)_
7297
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package1/version/display.ts)_
7297
7298
 
7298
7299
  ## `sf package1 version list`
7299
7300
 
@@ -7331,7 +7332,7 @@ FLAG DESCRIPTIONS
7331
7332
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
7332
7333
  ```
7333
7334
 
7334
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.21.2/src/commands/package1/version/list.ts)_
7335
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.22.0/src/commands/package1/version/list.ts)_
7335
7336
 
7336
7337
  ## `sf plugins`
7337
7338
 
@@ -7632,7 +7633,7 @@ FLAG DESCRIPTIONS
7632
7633
  If you specify this flag, don’t specify --metadata or --source-dir.
7633
7634
  ```
7634
7635
 
7635
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/convert/mdapi.ts)_
7636
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/convert/mdapi.ts)_
7636
7637
 
7637
7638
  ## `sf project convert source`
7638
7639
 
@@ -7705,7 +7706,7 @@ FLAG DESCRIPTIONS
7705
7706
  Override the api version used for api requests made by this command
7706
7707
  ```
7707
7708
 
7708
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/convert/source.ts)_
7709
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/convert/source.ts)_
7709
7710
 
7710
7711
  ## `sf project convert source-behavior`
7711
7712
 
@@ -7764,7 +7765,7 @@ EXAMPLES
7764
7765
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
7765
7766
  ```
7766
7767
 
7767
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/convert/source-behavior.ts)_
7768
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/convert/source-behavior.ts)_
7768
7769
 
7769
7770
  ## `sf project delete source`
7770
7771
 
@@ -7904,7 +7905,7 @@ FLAG DESCRIPTIONS
7904
7905
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
7905
7906
  ```
7906
7907
 
7907
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/delete/source.ts)_
7908
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/delete/source.ts)_
7908
7909
 
7909
7910
  ## `sf project delete tracking`
7910
7911
 
@@ -7941,7 +7942,7 @@ EXAMPLES
7941
7942
  $ sf project delete tracking --target-org my-scratch
7942
7943
  ```
7943
7944
 
7944
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/delete/tracking.ts)_
7945
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/delete/tracking.ts)_
7945
7946
 
7946
7947
  ## `sf project deploy cancel`
7947
7948
 
@@ -8013,7 +8014,7 @@ FLAG DESCRIPTIONS
8013
8014
  project deploy report".
8014
8015
  ```
8015
8016
 
8016
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/deploy/cancel.ts)_
8017
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/deploy/cancel.ts)_
8017
8018
 
8018
8019
  ## `sf project deploy preview`
8019
8020
 
@@ -8096,7 +8097,7 @@ FLAG DESCRIPTIONS
8096
8097
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
8097
8098
  ```
8098
8099
 
8099
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/deploy/preview.ts)_
8100
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/deploy/preview.ts)_
8100
8101
 
8101
8102
  ## `sf project deploy quick`
8102
8103
 
@@ -8189,7 +8190,7 @@ ERROR CODES
8189
8190
  Canceling (69) The deploy is being canceled.
8190
8191
  ```
8191
8192
 
8192
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/deploy/quick.ts)_
8193
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/deploy/quick.ts)_
8193
8194
 
8194
8195
  ## `sf project deploy report`
8195
8196
 
@@ -8281,7 +8282,7 @@ FLAG DESCRIPTIONS
8281
8282
  --coverage-formatters lcov --coverage-formatters clover
8282
8283
  ```
8283
8284
 
8284
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/deploy/report.ts)_
8285
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/deploy/report.ts)_
8285
8286
 
8286
8287
  ## `sf project deploy resume`
8287
8288
 
@@ -8378,7 +8379,7 @@ ERROR CODES
8378
8379
  Canceling (69) The deploy is being canceled.
8379
8380
  ```
8380
8381
 
8381
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/deploy/resume.ts)_
8382
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/deploy/resume.ts)_
8382
8383
 
8383
8384
  ## `sf project deploy start`
8384
8385
 
@@ -8631,7 +8632,7 @@ ERROR CODES
8631
8632
  Canceling (69) The deploy is being canceled.
8632
8633
  ```
8633
8634
 
8634
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/deploy/start.ts)_
8635
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/deploy/start.ts)_
8635
8636
 
8636
8637
  ## `sf project deploy validate`
8637
8638
 
@@ -8821,7 +8822,7 @@ ERROR CODES
8821
8822
  Canceling (69) The deploy is being canceled.
8822
8823
  ```
8823
8824
 
8824
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/deploy/validate.ts)_
8825
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/deploy/validate.ts)_
8825
8826
 
8826
8827
  ## `sf project generate`
8827
8828
 
@@ -9022,7 +9023,7 @@ EXAMPLES
9022
9023
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
9023
9024
  ```
9024
9025
 
9025
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/generate/manifest.ts)_
9026
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/generate/manifest.ts)_
9026
9027
 
9027
9028
  ## `sf project list ignored`
9028
9029
 
@@ -9064,7 +9065,7 @@ EXAMPLES
9064
9065
  $ sf project list ignored --source-dir package.xml
9065
9066
  ```
9066
9067
 
9067
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/list/ignored.ts)_
9068
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/list/ignored.ts)_
9068
9069
 
9069
9070
  ## `sf project reset tracking`
9070
9071
 
@@ -9113,7 +9114,7 @@ EXAMPLES
9113
9114
  $ sf project reset tracking --revision 30
9114
9115
  ```
9115
9116
 
9116
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/reset/tracking.ts)_
9117
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/reset/tracking.ts)_
9117
9118
 
9118
9119
  ## `sf project retrieve preview`
9119
9120
 
@@ -9167,7 +9168,7 @@ FLAG DESCRIPTIONS
9167
9168
  production orgs.
9168
9169
  ```
9169
9170
 
9170
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/retrieve/preview.ts)_
9171
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/retrieve/preview.ts)_
9171
9172
 
9172
9173
  ## `sf project retrieve start`
9173
9174
 
@@ -9348,7 +9349,7 @@ ENVIRONMENT VARIABLES
9348
9349
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
9349
9350
  ```
9350
9351
 
9351
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.6/src/commands/project/retrieve/start.ts)_
9352
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.8/src/commands/project/retrieve/start.ts)_
9352
9353
 
9353
9354
  ## `sf schema generate field`
9354
9355