@salesforce/cli 2.19.4 → 2.19.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.19.4 linux-x64 node-v20.9.0
27
+ @salesforce/cli/2.19.6 linux-x64 node-v20.9.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -107,8 +107,10 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
107
107
  - [`sf org create user`](#sf-org-create-user)
108
108
  - [`sf org delete sandbox`](#sf-org-delete-sandbox)
109
109
  - [`sf org delete scratch`](#sf-org-delete-scratch)
110
+ - [`sf org disable tracking`](#sf-org-disable-tracking)
110
111
  - [`sf org display`](#sf-org-display)
111
112
  - [`sf org display user`](#sf-org-display-user)
113
+ - [`sf org enable tracking`](#sf-org-enable-tracking)
112
114
  - [`sf org generate password`](#sf-org-generate-password)
113
115
  - [`sf org list`](#sf-org-list)
114
116
  - [`sf org list auth`](#sf-org-list-auth)
@@ -319,7 +321,7 @@ FLAG DESCRIPTIONS
319
321
  directory.
320
322
  ```
321
323
 
322
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/analytics/generate/template.ts)_
324
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/analytics/generate/template.ts)_
323
325
 
324
326
  ## `sf apex generate class`
325
327
 
@@ -375,7 +377,7 @@ FLAG DESCRIPTIONS
375
377
  Supplied parameter values or default values are filled into a copy of the template.
376
378
  ```
377
379
 
378
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/apex/generate/class.ts)_
380
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/apex/generate/class.ts)_
379
381
 
380
382
  ## `sf apex generate trigger`
381
383
 
@@ -442,7 +444,7 @@ FLAG DESCRIPTIONS
442
444
  Supplied parameter values or default values are filled into a copy of the template.
443
445
  ```
444
446
 
445
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/apex/generate/trigger.ts)_
447
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/apex/generate/trigger.ts)_
446
448
 
447
449
  ## `sf apex get log`
448
450
 
@@ -2327,7 +2329,7 @@ FLAG DESCRIPTIONS
2327
2329
  for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
2328
2330
  ```
2329
2331
 
2330
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/clone.ts)_
2332
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/force/org/clone.ts)_
2331
2333
 
2332
2334
  ## `sf force org create`
2333
2335
 
@@ -2375,7 +2377,7 @@ EXAMPLES
2375
2377
  $ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
2376
2378
  ```
2377
2379
 
2378
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/create.ts)_
2380
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/force/org/create.ts)_
2379
2381
 
2380
2382
  ## `sf force org delete`
2381
2383
 
@@ -2407,7 +2409,7 @@ EXAMPLES
2407
2409
  $ sf force org delete -u MyOrgAlias -p
2408
2410
  ```
2409
2411
 
2410
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/delete.ts)_
2412
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/force/org/delete.ts)_
2411
2413
 
2412
2414
  ## `sf force org status`
2413
2415
 
@@ -2445,7 +2447,7 @@ EXAMPLES
2445
2447
  $ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
2446
2448
  ```
2447
2449
 
2448
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/force/org/status.ts)_
2450
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/force/org/status.ts)_
2449
2451
 
2450
2452
  ## `sf force source deploy`
2451
2453
 
@@ -3218,7 +3220,7 @@ FLAG DESCRIPTIONS
3218
3220
  Supplied parameter values or default values are filled into a copy of the template.
3219
3221
  ```
3220
3222
 
3221
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/lightning/generate/app.ts)_
3223
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/lightning/generate/app.ts)_
3222
3224
 
3223
3225
  ## `sf lightning generate component`
3224
3226
 
@@ -3286,7 +3288,7 @@ FLAG DESCRIPTIONS
3286
3288
  Supplied parameter values or default values are filled into a copy of the template.
3287
3289
  ```
3288
3290
 
3289
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/lightning/generate/component.ts)_
3291
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/lightning/generate/component.ts)_
3290
3292
 
3291
3293
  ## `sf lightning generate event`
3292
3294
 
@@ -3339,7 +3341,7 @@ FLAG DESCRIPTIONS
3339
3341
  Supplied parameter values or default values are filled into a copy of the template.
3340
3342
  ```
3341
3343
 
3342
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/lightning/generate/event.ts)_
3344
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/lightning/generate/event.ts)_
3343
3345
 
3344
3346
  ## `sf lightning generate interface`
3345
3347
 
@@ -3392,7 +3394,7 @@ FLAG DESCRIPTIONS
3392
3394
  Supplied parameter values or default values are filled into a copy of the template.
3393
3395
  ```
3394
3396
 
3395
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/lightning/generate/interface.ts)_
3397
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/lightning/generate/interface.ts)_
3396
3398
 
3397
3399
  ## `sf lightning generate test`
3398
3400
 
@@ -3445,7 +3447,7 @@ FLAG DESCRIPTIONS
3445
3447
  Supplied parameter values or default values are filled into a copy of the template.
3446
3448
  ```
3447
3449
 
3448
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/lightning/generate/test.ts)_
3450
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/lightning/generate/test.ts)_
3449
3451
 
3450
3452
  ## `sf org assign permset`
3451
3453
 
@@ -3637,7 +3639,7 @@ FLAG DESCRIPTIONS
3637
3639
  sandbox.
3638
3640
  ```
3639
3641
 
3640
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/create/sandbox.ts)_
3642
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/create/sandbox.ts)_
3641
3643
 
3642
3644
  ## `sf org create scratch`
3643
3645
 
@@ -3790,7 +3792,7 @@ FLAG DESCRIPTIONS
3790
3792
  Omit this flag to have Salesforce generate a unique username for your org.
3791
3793
  ```
3792
3794
 
3793
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/create/scratch.ts)_
3795
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/create/scratch.ts)_
3794
3796
 
3795
3797
  ## `sf org create user`
3796
3798
 
@@ -3932,7 +3934,7 @@ EXAMPLES
3932
3934
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
3933
3935
  ```
3934
3936
 
3935
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/delete/sandbox.ts)_
3937
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/delete/sandbox.ts)_
3936
3938
 
3937
3939
  ## `sf org delete scratch`
3938
3940
 
@@ -3974,7 +3976,38 @@ EXAMPLES
3974
3976
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
3975
3977
  ```
3976
3978
 
3977
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/delete/scratch.ts)_
3979
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/delete/scratch.ts)_
3980
+
3981
+ ## `sf org disable tracking`
3982
+
3983
+ Disable source tracking in local auth file.
3984
+
3985
+ ```
3986
+ USAGE
3987
+ $ sf org disable tracking -o <value> [--json]
3988
+
3989
+ FLAGS
3990
+ -o, --target-org=<value> (required) Username or alias of the target org.
3991
+
3992
+ GLOBAL FLAGS
3993
+ --json Format output as json.
3994
+
3995
+ DESCRIPTION
3996
+ Disable source tracking in local auth file.
3997
+
3998
+ This has no effect on the org. It stores the setting in the CLI's configuration file for this org so that no source
3999
+ tracking operations are executed when working with this org.
4000
+
4001
+ EXAMPLES
4002
+ Disable tracking on an org using an alias
4003
+ - sf org disable tracking -o someAlias
4004
+ Disable tracking on an org using a username
4005
+ - sf org disable tracking -o you@example.com
4006
+ Disable tracking on your default org
4007
+ - sf org disable tracking
4008
+ ```
4009
+
4010
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/disable/tracking.ts)_
3978
4011
 
3979
4012
  ## `sf org display`
3980
4013
 
@@ -4017,7 +4050,7 @@ EXAMPLES
4017
4050
  $ sf org display --target-org TestOrg1 --verbose
4018
4051
  ```
4019
4052
 
4020
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/display.ts)_
4053
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/display.ts)_
4021
4054
 
4022
4055
  ## `sf org display user`
4023
4056
 
@@ -4056,6 +4089,39 @@ EXAMPLES
4056
4089
 
4057
4090
  _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.4/src/commands/org/display/user.ts)_
4058
4091
 
4092
+ ## `sf org enable tracking`
4093
+
4094
+ Enable source tracking in local auth file.
4095
+
4096
+ ```
4097
+ USAGE
4098
+ $ sf org enable tracking -o <value> [--json]
4099
+
4100
+ FLAGS
4101
+ -o, --target-org=<value> (required) Username or alias of the target org.
4102
+
4103
+ GLOBAL FLAGS
4104
+ --json Format output as json.
4105
+
4106
+ DESCRIPTION
4107
+ Enable source tracking in local auth file.
4108
+
4109
+ This has no effect on the org. It stores the setting in the CLI's configuration file for this org so that source
4110
+ tracking operations are executed when working with this org.
4111
+
4112
+ This command will throw an error if the org does not support tracking.
4113
+
4114
+ EXAMPLES
4115
+ Enable tracking on an org using an alias
4116
+ - sf org enable tracking -o someAlias
4117
+ Enable tracking on an org using a username
4118
+ - sf org enable tracking -o you@example.com
4119
+ Enable tracking on your default org
4120
+ - sf org enable tracking
4121
+ ```
4122
+
4123
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/enable/tracking.ts)_
4124
+
4059
4125
  ## `sf org generate password`
4060
4126
 
4061
4127
  Generate a random password for scratch org users.
@@ -4156,7 +4222,7 @@ EXAMPLES
4156
4222
  $ sf org list --clean
4157
4223
  ```
4158
4224
 
4159
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/list.ts)_
4225
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/list.ts)_
4160
4226
 
4161
4227
  ## `sf org list auth`
4162
4228
 
@@ -4187,7 +4253,7 @@ EXAMPLES
4187
4253
  $ sf org list auth
4188
4254
  ```
4189
4255
 
4190
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/list/auth.ts)_
4256
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/list/auth.ts)_
4191
4257
 
4192
4258
  ## `sf org list limits`
4193
4259
 
@@ -4289,7 +4355,7 @@ FLAG DESCRIPTIONS
4289
4355
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
4290
4356
  ```
4291
4357
 
4292
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/list/metadata.ts)_
4358
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/list/metadata.ts)_
4293
4359
 
4294
4360
  ## `sf org list metadata-types`
4295
4361
 
@@ -4342,7 +4408,7 @@ FLAG DESCRIPTIONS
4342
4408
  Override the api version used for api requests made by this command
4343
4409
  ```
4344
4410
 
4345
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/list/metadata-types.ts)_
4411
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/list/metadata-types.ts)_
4346
4412
 
4347
4413
  ## `sf org list sobject record-counts`
4348
4414
 
@@ -4460,7 +4526,7 @@ EXAMPLES
4460
4526
 
4461
4527
  $ sf org login access-token --instance-url https://mycompany.my.salesforce.com
4462
4528
 
4463
- Authorize the org without being prompted; you must have previously set the SFDX_ACCESS_TOKEN environment variable to
4529
+ Authorize the org without being prompted; you must have previously set the SF_ACCESS_TOKEN environment variable to
4464
4530
  the access token:
4465
4531
 
4466
4532
  $ sf org login access-token --instance-url https://dev-hub.my.salesforce.com --no-prompt
@@ -4475,7 +4541,7 @@ FLAG DESCRIPTIONS
4475
4541
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4476
4542
  ```
4477
4543
 
4478
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/access-token.ts)_
4544
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/access-token.ts)_
4479
4545
 
4480
4546
  ## `sf org login device`
4481
4547
 
@@ -4534,7 +4600,7 @@ FLAG DESCRIPTIONS
4534
4600
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4535
4601
  ```
4536
4602
 
4537
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/device.ts)_
4603
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/device.ts)_
4538
4604
 
4539
4605
  ## `sf org login jwt`
4540
4606
 
@@ -4623,7 +4689,7 @@ FLAG DESCRIPTIONS
4623
4689
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4624
4690
  ```
4625
4691
 
4626
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/jwt.ts)_
4692
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/jwt.ts)_
4627
4693
 
4628
4694
  ## `sf org login sfdx-url`
4629
4695
 
@@ -4681,7 +4747,7 @@ EXAMPLES
4681
4747
  $ sf org login sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
4682
4748
  ```
4683
4749
 
4684
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/sfdx-url.ts)_
4750
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/sfdx-url.ts)_
4685
4751
 
4686
4752
  ## `sf org login web`
4687
4753
 
@@ -4766,7 +4832,7 @@ FLAG DESCRIPTIONS
4766
4832
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
4767
4833
  ```
4768
4834
 
4769
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/login/web.ts)_
4835
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/login/web.ts)_
4770
4836
 
4771
4837
  ## `sf org logout`
4772
4838
 
@@ -4826,7 +4892,7 @@ FLAG DESCRIPTIONS
4826
4892
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4827
4893
  ```
4828
4894
 
4829
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.6/src/commands/org/logout.ts)_
4895
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.0.7/src/commands/org/logout.ts)_
4830
4896
 
4831
4897
  ## `sf org open`
4832
4898
 
@@ -4891,7 +4957,7 @@ EXAMPLES
4891
4957
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
4892
4958
  ```
4893
4959
 
4894
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/open.ts)_
4960
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/open.ts)_
4895
4961
 
4896
4962
  ## `sf org resume sandbox`
4897
4963
 
@@ -4953,7 +5019,7 @@ FLAG DESCRIPTIONS
4953
5019
  returns the job ID. To resume checking the sandbox creation, rerun this command.
4954
5020
  ```
4955
5021
 
4956
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/resume/sandbox.ts)_
5022
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/resume/sandbox.ts)_
4957
5023
 
4958
5024
  ## `sf org resume scratch`
4959
5025
 
@@ -4999,7 +5065,7 @@ FLAG DESCRIPTIONS
4999
5065
  The job ID is valid for 24 hours after you start the scratch org creation.
5000
5066
  ```
5001
5067
 
5002
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.5/src/commands/org/resume/scratch.ts)_
5068
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.0.6/src/commands/org/resume/scratch.ts)_
5003
5069
 
5004
5070
  ## `sf plugins`
5005
5071
 
@@ -5047,7 +5113,7 @@ Displays installation properties of a plugin.
5047
5113
 
5048
5114
  ```
5049
5115
  USAGE
5050
- $ sf plugins:inspect PLUGIN...
5116
+ $ sf plugins inspect PLUGIN...
5051
5117
 
5052
5118
  ARGUMENTS
5053
5119
  PLUGIN [default: .] Plugin to inspect.
@@ -5074,7 +5140,7 @@ Installs a plugin into the CLI.
5074
5140
 
5075
5141
  ```
5076
5142
  USAGE
5077
- $ sf plugins:install PLUGIN...
5143
+ $ sf plugins install PLUGIN...
5078
5144
 
5079
5145
  ARGUMENTS
5080
5146
  PLUGIN Plugin to install.
@@ -5118,7 +5184,7 @@ Links a plugin into the CLI for development.
5118
5184
 
5119
5185
  ```
5120
5186
  USAGE
5121
- $ sf plugins:link PLUGIN
5187
+ $ sf plugins link PLUGIN
5122
5188
 
5123
5189
  ARGUMENTS
5124
5190
  PATH [default: .] path to plugin
@@ -5187,7 +5253,7 @@ Removes a plugin from the CLI.
5187
5253
 
5188
5254
  ```
5189
5255
  USAGE
5190
- $ sf plugins:uninstall PLUGIN...
5256
+ $ sf plugins uninstall PLUGIN...
5191
5257
 
5192
5258
  ARGUMENTS
5193
5259
  PLUGIN plugin to uninstall
@@ -5287,7 +5353,7 @@ FLAG DESCRIPTIONS
5287
5353
  If you specify this parameter, don’t specify --metadata or --source-dir.
5288
5354
  ```
5289
5355
 
5290
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/convert/mdapi.ts)_
5356
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/convert/mdapi.ts)_
5291
5357
 
5292
5358
  ## `sf project convert source`
5293
5359
 
@@ -5299,7 +5365,7 @@ USAGE
5299
5365
  <value> | -m <value>]
5300
5366
 
5301
5367
  FLAGS
5302
- -d, --output-dir=<value> [default: metadataPackage_1700254402940] Output directory to store the Metadata
5368
+ -d, --output-dir=<value> [default: metadataPackage_1700509416605] Output directory to store the Metadata
5303
5369
  API–formatted files in.
5304
5370
  -m, --metadata=<value>... Metadata component names to convert.
5305
5371
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5359,7 +5425,7 @@ FLAG DESCRIPTIONS
5359
5425
  Override the api version used for api requests made by this command
5360
5426
  ```
5361
5427
 
5362
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/convert/source.ts)_
5428
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/convert/source.ts)_
5363
5429
 
5364
5430
  ## `sf project delete source`
5365
5431
 
@@ -5497,7 +5563,7 @@ FLAG DESCRIPTIONS
5497
5563
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5498
5564
  ```
5499
5565
 
5500
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/delete/source.ts)_
5566
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/delete/source.ts)_
5501
5567
 
5502
5568
  ## `sf project delete tracking`
5503
5569
 
@@ -5532,7 +5598,7 @@ EXAMPLES
5532
5598
  $ sf project delete tracking --target-org my-scratch
5533
5599
  ```
5534
5600
 
5535
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/delete/tracking.ts)_
5601
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/delete/tracking.ts)_
5536
5602
 
5537
5603
  ## `sf project deploy cancel`
5538
5604
 
@@ -5602,7 +5668,7 @@ FLAG DESCRIPTIONS
5602
5668
  project deploy report".
5603
5669
  ```
5604
5670
 
5605
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/cancel.ts)_
5671
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/cancel.ts)_
5606
5672
 
5607
5673
  ## `sf project deploy preview`
5608
5674
 
@@ -5685,7 +5751,7 @@ FLAG DESCRIPTIONS
5685
5751
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
5686
5752
  ```
5687
5753
 
5688
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/preview.ts)_
5754
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/preview.ts)_
5689
5755
 
5690
5756
  ## `sf project deploy quick`
5691
5757
 
@@ -5778,7 +5844,7 @@ ERROR CODES
5778
5844
  Canceling (69) The deploy is being canceled.
5779
5845
  ```
5780
5846
 
5781
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/quick.ts)_
5847
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/quick.ts)_
5782
5848
 
5783
5849
  ## `sf project deploy report`
5784
5850
 
@@ -5873,7 +5939,7 @@ FLAG DESCRIPTIONS
5873
5939
  --coverage-formatters lcov --coverage-formatters clover
5874
5940
  ```
5875
5941
 
5876
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/report.ts)_
5942
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/report.ts)_
5877
5943
 
5878
5944
  ## `sf project deploy resume`
5879
5945
 
@@ -5969,7 +6035,7 @@ ERROR CODES
5969
6035
  Canceling (69) The deploy is being canceled.
5970
6036
  ```
5971
6037
 
5972
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/resume.ts)_
6038
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/resume.ts)_
5973
6039
 
5974
6040
  ## `sf project deploy start`
5975
6041
 
@@ -6198,7 +6264,7 @@ ERROR CODES
6198
6264
  Canceling (69) The deploy is being canceled.
6199
6265
  ```
6200
6266
 
6201
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/start.ts)_
6267
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/start.ts)_
6202
6268
 
6203
6269
  ## `sf project deploy validate`
6204
6270
 
@@ -6377,7 +6443,7 @@ ERROR CODES
6377
6443
  Canceling (69) The deploy is being canceled.
6378
6444
  ```
6379
6445
 
6380
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/deploy/validate.ts)_
6446
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/deploy/validate.ts)_
6381
6447
 
6382
6448
  ## `sf project generate`
6383
6449
 
@@ -6481,7 +6547,7 @@ FLAG DESCRIPTIONS
6481
6547
  Override the api version used for api requests made by this command
6482
6548
  ```
6483
6549
 
6484
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/project/generate.ts)_
6550
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/project/generate.ts)_
6485
6551
 
6486
6552
  ## `sf project generate manifest`
6487
6553
 
@@ -6556,7 +6622,7 @@ EXAMPLES
6556
6622
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6557
6623
  ```
6558
6624
 
6559
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/generate/manifest.ts)_
6625
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/generate/manifest.ts)_
6560
6626
 
6561
6627
  ## `sf project list ignored`
6562
6628
 
@@ -6597,7 +6663,7 @@ EXAMPLES
6597
6663
  $ sf project list ignored --source-dir package.xml
6598
6664
  ```
6599
6665
 
6600
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/list/ignored.ts)_
6666
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/list/ignored.ts)_
6601
6667
 
6602
6668
  ## `sf project reset tracking`
6603
6669
 
@@ -6644,7 +6710,7 @@ EXAMPLES
6644
6710
  $ sf project reset tracking --revision 30
6645
6711
  ```
6646
6712
 
6647
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/reset/tracking.ts)_
6713
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/reset/tracking.ts)_
6648
6714
 
6649
6715
  ## `sf project retrieve preview`
6650
6716
 
@@ -6699,7 +6765,7 @@ FLAG DESCRIPTIONS
6699
6765
  Overrides your default org.
6700
6766
  ```
6701
6767
 
6702
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/retrieve/preview.ts)_
6768
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/retrieve/preview.ts)_
6703
6769
 
6704
6770
  ## `sf project retrieve start`
6705
6771
 
@@ -6853,7 +6919,7 @@ ENVIRONMENT VARIABLES
6853
6919
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
6854
6920
  ```
6855
6921
 
6856
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.2/src/commands/project/retrieve/start.ts)_
6922
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.1.3/src/commands/project/retrieve/start.ts)_
6857
6923
 
6858
6924
  ## `sf schema generate field`
6859
6925
 
@@ -7192,7 +7258,7 @@ FLAG DESCRIPTIONS
7192
7258
  etc.
7193
7259
  ```
7194
7260
 
7195
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/static-resource/generate.ts)_
7261
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/static-resource/generate.ts)_
7196
7262
 
7197
7263
  ## `sf update [CHANNEL]`
7198
7264
 
@@ -7304,7 +7370,7 @@ FLAG DESCRIPTIONS
7304
7370
  Supplied parameter values or default values are filled into a copy of the template.
7305
7371
  ```
7306
7372
 
7307
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/visualforce/generate/component.ts)_
7373
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/visualforce/generate/component.ts)_
7308
7374
 
7309
7375
  ## `sf visualforce generate page`
7310
7376
 
@@ -7352,7 +7418,7 @@ FLAG DESCRIPTIONS
7352
7418
  The name can be up to 40 characters and must start with a letter.
7353
7419
  ```
7354
7420
 
7355
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.1/src/commands/visualforce/generate/page.ts)_
7421
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.2/src/commands/visualforce/generate/page.ts)_
7356
7422
 
7357
7423
  ## `sf which`
7358
7424