@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.84.5 linux-x64 node-v22.14.0
28+ @salesforce/cli/2.84.6 linux-x64 node-v22.14.0
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -3200,7 +3200,7 @@ FLAG DESCRIPTIONS
32003200 You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
32013201```
32023202
3203- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/create/sandbox.ts ) _
3203+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/create/sandbox.ts ) _
32043204
32053205## ` sf org create scratch `
32063206
@@ -3382,7 +3382,7 @@ FLAG DESCRIPTIONS
33823382 Omit this flag to have Salesforce generate a unique username for your org.
33833383```
33843384
3385- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/create/scratch.ts ) _
3385+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/create/scratch.ts ) _
33863386
33873387## ` sf org create user `
33883388
@@ -3536,7 +3536,7 @@ EXAMPLES
35363536 $ sf org delete sandbox --target-org my-sandbox --no-prompt
35373537```
35383538
3539- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/delete/sandbox.ts ) _
3539+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/delete/sandbox.ts ) _
35403540
35413541## ` sf org delete scratch `
35423542
@@ -3580,7 +3580,7 @@ EXAMPLES
35803580 $ sf org delete scratch --target-org my-scratch-org --no-prompt
35813581```
35823582
3583- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/delete/scratch.ts ) _
3583+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/delete/scratch.ts ) _
35843584
35853585## ` sf org disable tracking `
35863586
@@ -3619,7 +3619,7 @@ EXAMPLES
36193619 $ sf org disable tracking
36203620```
36213621
3622- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/disable/tracking.ts ) _
3622+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/disable/tracking.ts ) _
36233623
36243624## ` sf org display `
36253625
@@ -3664,7 +3664,7 @@ EXAMPLES
36643664 $ sf org display --target-org TestOrg1 --verbose
36653665```
36663666
3667- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/display.ts ) _
3667+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/display.ts ) _
36683668
36693669## ` sf org display user `
36703670
@@ -3745,7 +3745,7 @@ EXAMPLES
37453745 $ sf org enable tracking
37463746```
37473747
3748- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/enable/tracking.ts ) _
3748+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/enable/tracking.ts ) _
37493749
37503750## ` sf org generate password `
37513751
@@ -3851,7 +3851,7 @@ EXAMPLES
38513851 $ sf org list --clean
38523852```
38533853
3854- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/list.ts ) _
3854+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/list.ts ) _
38553855
38563856## ` sf org list auth `
38573857
@@ -3990,7 +3990,7 @@ FLAG DESCRIPTIONS
39903990 Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
39913991```
39923992
3993- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/list/metadata.ts ) _
3993+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/list/metadata.ts ) _
39943994
39953995## ` sf org list metadata-types `
39963996
@@ -4045,7 +4045,7 @@ FLAG DESCRIPTIONS
40454045 Override the api version used for api requests made by this command
40464046```
40474047
4048- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/list/metadata-types.ts ) _
4048+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/list/metadata-types.ts ) _
40494049
40504050## ` sf org list sobject record-counts `
40514051
@@ -4628,7 +4628,7 @@ EXAMPLES
46284628 $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
46294629```
46304630
4631- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/open.ts ) _
4631+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/open.ts ) _
46324632
46334633## ` sf org open agent `
46344634
@@ -4679,7 +4679,7 @@ EXAMPLES
46794679 $ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
46804680```
46814681
4682- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/open/agent.ts ) _
4682+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/open/agent.ts ) _
46834683
46844684## ` sf org refresh sandbox `
46854685
@@ -4756,7 +4756,7 @@ FLAG DESCRIPTIONS
47564756 By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
47574757```
47584758
4759- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/refresh/sandbox.ts ) _
4759+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/refresh/sandbox.ts ) _
47604760
47614761## ` sf org resume sandbox `
47624762
@@ -4819,19 +4819,20 @@ FLAG DESCRIPTIONS
48194819 returns the job ID. To resume checking the sandbox creation, rerun this command.
48204820```
48214821
4822- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/resume/sandbox.ts ) _
4822+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/resume/sandbox.ts ) _
48234823
48244824## ` sf org resume scratch `
48254825
48264826Resume the creation of an incomplete scratch org.
48274827
48284828```
48294829USAGE
4830- $ sf org resume scratch [--json] [--flags-dir <value>] [-i <value>] [-r]
4830+ $ sf org resume scratch [--json] [--flags-dir <value>] [-i <value>] [-r] [-w <minutes>]
48314831
48324832FLAGS
48334833 -i, --job-id=<value> Job ID of the incomplete scratch org create that you want to resume.
48344834 -r, --use-most-recent Use the job ID of the most recent incomplete scratch org.
4835+ -w, --wait=<minutes> [default: 0 minutes] Number of minutes to wait for the scratch org to be ready.
48354836
48364837GLOBAL FLAGS
48374838 --flags-dir=<value> Import flag values from a directory.
@@ -4864,9 +4865,14 @@ FLAG DESCRIPTIONS
48644865 The job ID is the same as the record ID of the incomplete scratch org in the ScratchOrgInfo object of the Dev Hub.
48654866
48664867 The job ID is valid for 24 hours after you start the scratch org creation.
4868+
4869+ -w, --wait=<minutes> Number of minutes to wait for the scratch org to be ready.
4870+
4871+ If the command continues to run after the wait period, the CLI returns control of the terminal window to you and
4872+ returns the job ID. To resume checking the scratch creation, rerun this command.
48674873```
48684874
4869- _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.5.8 /src/commands/org/resume/scratch.ts ) _
4875+ _ See code: [ @salesforce/plugin-org ] ( https://github.com/salesforcecli/plugin-org/blob/5.6.0 /src/commands/org/resume/scratch.ts ) _
48704876
48714877## ` sf package create `
48724878
@@ -6391,7 +6397,7 @@ FLAG DESCRIPTIONS
63916397 If you specify this flag, don’t specify --metadata or --source-dir.
63926398```
63936399
6394- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/convert/mdapi.ts ) _
6400+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/convert/mdapi.ts ) _
63956401
63966402## ` sf project convert source `
63976403
@@ -6464,7 +6470,7 @@ FLAG DESCRIPTIONS
64646470 Override the api version used for api requests made by this command
64656471```
64666472
6467- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/convert/source.ts ) _
6473+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/convert/source.ts ) _
64686474
64696475## ` sf project convert source-behavior `
64706476
@@ -6523,7 +6529,7 @@ EXAMPLES
65236529 $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
65246530```
65256531
6526- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/convert/source-behavior.ts ) _
6532+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/convert/source-behavior.ts ) _
65276533
65286534## ` sf project delete source `
65296535
@@ -6663,7 +6669,7 @@ FLAG DESCRIPTIONS
66636669 - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
66646670```
66656671
6666- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/delete/source.ts ) _
6672+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/delete/source.ts ) _
66676673
66686674## ` sf project delete tracking `
66696675
@@ -6700,7 +6706,7 @@ EXAMPLES
67006706 $ sf project delete tracking --target-org my-scratch
67016707```
67026708
6703- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/delete/tracking.ts ) _
6709+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/delete/tracking.ts ) _
67046710
67056711## ` sf project deploy cancel `
67066712
@@ -6772,7 +6778,7 @@ FLAG DESCRIPTIONS
67726778 project deploy report".
67736779```
67746780
6775- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/deploy/cancel.ts ) _
6781+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/deploy/cancel.ts ) _
67766782
67776783## ` sf project deploy preview `
67786784
@@ -6855,7 +6861,7 @@ FLAG DESCRIPTIONS
68556861 All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
68566862```
68576863
6858- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/deploy/preview.ts ) _
6864+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/deploy/preview.ts ) _
68596865
68606866## ` sf project deploy quick `
68616867
@@ -6948,7 +6954,7 @@ ERROR CODES
69486954 Canceling (69) The deploy is being canceled.
69496955```
69506956
6951- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/deploy/quick.ts ) _
6957+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/deploy/quick.ts ) _
69526958
69536959## ` sf project deploy report `
69546960
@@ -7040,7 +7046,7 @@ FLAG DESCRIPTIONS
70407046 --coverage-formatters lcov --coverage-formatters clover
70417047```
70427048
7043- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/deploy/report.ts ) _
7049+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/deploy/report.ts ) _
70447050
70457051## ` sf project deploy resume `
70467052
@@ -7137,7 +7143,7 @@ ERROR CODES
71377143 Canceling (69) The deploy is being canceled.
71387144```
71397145
7140- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/deploy/resume.ts ) _
7146+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/deploy/resume.ts ) _
71417147
71427148## ` sf project deploy start `
71437149
@@ -7390,7 +7396,7 @@ ERROR CODES
73907396 Canceling (69) The deploy is being canceled.
73917397```
73927398
7393- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/deploy/start.ts ) _
7399+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/deploy/start.ts ) _
73947400
73957401## ` sf project deploy validate `
73967402
@@ -7580,7 +7586,7 @@ ERROR CODES
75807586 Canceling (69) The deploy is being canceled.
75817587```
75827588
7583- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/deploy/validate.ts ) _
7589+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/deploy/validate.ts ) _
75847590
75857591## ` sf project generate `
75867592
@@ -7781,7 +7787,7 @@ EXAMPLES
77817787 $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
77827788```
77837789
7784- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/generate/manifest.ts ) _
7790+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/generate/manifest.ts ) _
77857791
77867792## ` sf project list ignored `
77877793
@@ -7823,7 +7829,7 @@ EXAMPLES
78237829 $ sf project list ignored --source-dir package.xml
78247830```
78257831
7826- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/list/ignored.ts ) _
7832+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/list/ignored.ts ) _
78277833
78287834## ` sf project reset tracking `
78297835
@@ -7872,7 +7878,7 @@ EXAMPLES
78727878 $ sf project reset tracking --revision 30
78737879```
78747880
7875- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/reset/tracking.ts ) _
7881+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/reset/tracking.ts ) _
78767882
78777883## ` sf project retrieve preview `
78787884
@@ -7926,7 +7932,7 @@ FLAG DESCRIPTIONS
79267932 production orgs.
79277933```
79287934
7929- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/retrieve/preview.ts ) _
7935+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/retrieve/preview.ts ) _
79307936
79317937## ` sf project retrieve start `
79327938
@@ -8103,7 +8109,7 @@ ENVIRONMENT VARIABLES
81038109 SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
81048110```
81058111
8106- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.2 /src/commands/project/retrieve/start.ts ) _
8112+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.3 /src/commands/project/retrieve/start.ts ) _
81078113
81088114## ` sf schema generate field `
81098115
0 commit comments