@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.127.1 linux-x64 node-v22.22.0
28+ @salesforce/cli/2.127.2 linux-x64 node-v22.22.0
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -2318,7 +2318,7 @@ EXAMPLES
23182318 $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
23192319```
23202320
2321- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/bulk/results.ts ) _
2321+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/bulk/results.ts ) _
23222322
23232323## ` sf data create file `
23242324
@@ -2367,7 +2367,7 @@ EXAMPLES
23672367 $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
23682368```
23692369
2370- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/create/file.ts ) _
2370+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/create/file.ts ) _
23712371
23722372## ` sf data create record `
23732373
@@ -2423,7 +2423,7 @@ EXAMPLES
24232423 TracedEntityId=01p17000000R6bLAAS"
24242424```
24252425
2426- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/create/record.ts ) _
2426+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/create/record.ts ) _
24272427
24282428## ` sf data delete bulk `
24292429
@@ -2482,7 +2482,7 @@ FLAG DESCRIPTIONS
24822482 and can be enabled only by a system administrator.
24832483```
24842484
2485- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/delete/bulk.ts ) _
2485+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/delete/bulk.ts ) _
24862486
24872487## ` sf data delete record `
24882488
@@ -2543,7 +2543,7 @@ EXAMPLES
25432543 $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
25442544```
25452545
2546- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/delete/record.ts ) _
2546+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/delete/record.ts ) _
25472547
25482548## ` sf data delete resume `
25492549
@@ -2582,7 +2582,7 @@ EXAMPLES
25822582 $ sf data delete resume --use-most-recent --target-org my-scratch
25832583```
25842584
2585- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/delete/resume.ts ) _
2585+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/delete/resume.ts ) _
25862586
25872587## ` sf data export bulk `
25882588
@@ -2649,7 +2649,7 @@ EXAMPLES
26492649 --result-format json --wait 10 --all-rows
26502650```
26512651
2652- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/export/bulk.ts ) _
2652+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/export/bulk.ts ) _
26532653
26542654## ` sf data export resume `
26552655
@@ -2688,7 +2688,7 @@ EXAMPLES
26882688 $ sf data export resume --use-most-recent
26892689```
26902690
2691- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/export/resume.ts ) _
2691+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/export/resume.ts ) _
26922692
26932693## ` sf data export tree `
26942694
@@ -2748,7 +2748,7 @@ EXAMPLES
27482748 my-scratch
27492749```
27502750
2751- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/export/tree.ts ) _
2751+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/export/tree.ts ) _
27522752
27532753## ` sf data get record `
27542754
@@ -2812,7 +2812,7 @@ EXAMPLES
28122812 $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
28132813```
28142814
2815- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/get/record.ts ) _
2815+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/get/record.ts ) _
28162816
28172817## ` sf data import bulk `
28182818
@@ -2864,7 +2864,7 @@ EXAMPLES
28642864 $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
28652865```
28662866
2867- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/import/bulk.ts ) _
2867+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/import/bulk.ts ) _
28682868
28692869## ` sf data import resume `
28702870
@@ -2900,7 +2900,7 @@ EXAMPLES
29002900 $ sf data import resume --use-most-recent --target-org my-scratch
29012901```
29022902
2903- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/import/resume.ts ) _
2903+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/import/resume.ts ) _
29042904
29052905## ` sf data import tree `
29062906
@@ -2964,7 +2964,7 @@ FLAG DESCRIPTIONS
29642964 - files(array) - Files: An array of files paths to load
29652965```
29662966
2967- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/import/tree.ts ) _
2967+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/import/tree.ts ) _
29682968
29692969## ` sf data query `
29702970
@@ -3017,7 +3017,7 @@ EXAMPLES
30173017 $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
30183018```
30193019
3020- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/query.ts ) _
3020+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/query.ts ) _
30213021
30223022## ` sf data resume `
30233023
@@ -3054,7 +3054,7 @@ EXAMPLES
30543054 $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
30553055```
30563056
3057- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/resume.ts ) _
3057+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/resume.ts ) _
30583058
30593059## ` sf data search `
30603060
@@ -3104,7 +3104,7 @@ EXAMPLES
31043104 $ sf data search --file query.txt --target-org my-scratch --result-format csv
31053105```
31063106
3107- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/search.ts ) _
3107+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/search.ts ) _
31083108
31093109## ` sf data update bulk `
31103110
@@ -3159,7 +3159,7 @@ EXAMPLES
31593159 $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
31603160```
31613161
3162- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/update/bulk.ts ) _
3162+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/update/bulk.ts ) _
31633163
31643164## ` sf data update record `
31653165
@@ -3221,7 +3221,7 @@ EXAMPLES
32213221 "ExpirationDate=2017-12-01T00:58:04.000+0000"
32223222```
32233223
3224- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/update/record.ts ) _
3224+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/update/record.ts ) _
32253225
32263226## ` sf data update resume `
32273227
@@ -3260,7 +3260,7 @@ EXAMPLES
32603260 $ sf data update resume --use-most-recent
32613261```
32623262
3263- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/update/resume.ts ) _
3263+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/update/resume.ts ) _
32643264
32653265## ` sf data upsert bulk `
32663266
@@ -3316,7 +3316,7 @@ EXAMPLES
33163316 my-scratch
33173317```
33183318
3319- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/upsert/bulk.ts ) _
3319+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/upsert/bulk.ts ) _
33203320
33213321## ` sf data upsert resume `
33223322
@@ -3355,7 +3355,7 @@ EXAMPLES
33553355 $ sf data upsert resume --use-most-recent --target-org my-scratch
33563356```
33573357
3358- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/data/upsert/resume.ts ) _
3358+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/data/upsert/resume.ts ) _
33593359
33603360## ` sf doctor `
33613361
@@ -3450,7 +3450,7 @@ EXAMPLES
34503450 $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
34513451```
34523452
3453- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/force/data/bulk/delete.ts ) _
3453+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/force/data/bulk/delete.ts ) _
34543454
34553455## ` sf force data bulk status `
34563456
@@ -3487,7 +3487,7 @@ EXAMPLES
34873487 $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
34883488```
34893489
3490- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/force/data/bulk/status.ts ) _
3490+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/force/data/bulk/status.ts ) _
34913491
34923492## ` sf force data bulk upsert `
34933493
@@ -3545,7 +3545,7 @@ EXAMPLES
35453545 --target-org my-scratch
35463546```
35473547
3548- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.75 /src/commands/force/data/bulk/upsert.ts ) _
3548+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/4.0.77 /src/commands/force/data/bulk/upsert.ts ) _
35493549
35503550## ` sf help [COMMAND] `
35513551
@@ -7680,7 +7680,7 @@ FLAG DESCRIPTIONS
76807680 If you specify this flag, don’t specify --metadata or --source-dir.
76817681```
76827682
7683- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/convert/mdapi.ts ) _
7683+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/convert/mdapi.ts ) _
76847684
76857685## ` sf project convert source `
76867686
@@ -7753,7 +7753,7 @@ FLAG DESCRIPTIONS
77537753 Override the api version used for api requests made by this command
77547754```
77557755
7756- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/convert/source.ts ) _
7756+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/convert/source.ts ) _
77577757
77587758## ` sf project convert source-behavior `
77597759
@@ -7812,7 +7812,7 @@ EXAMPLES
78127812 $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
78137813```
78147814
7815- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/convert/source-behavior.ts ) _
7815+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/convert/source-behavior.ts ) _
78167816
78177817## ` sf project delete source `
78187818
@@ -7965,7 +7965,7 @@ FLAG DESCRIPTIONS
79657965 - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
79667966```
79677967
7968- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/delete/source.ts ) _
7968+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/delete/source.ts ) _
79697969
79707970## ` sf project delete tracking `
79717971
@@ -8002,7 +8002,7 @@ EXAMPLES
80028002 $ sf project delete tracking --target-org my-scratch
80038003```
80048004
8005- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/delete/tracking.ts ) _
8005+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/delete/tracking.ts ) _
80068006
80078007## ` sf project deploy cancel `
80088008
@@ -8074,7 +8074,7 @@ FLAG DESCRIPTIONS
80748074 project deploy report".
80758075```
80768076
8077- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/deploy/cancel.ts ) _
8077+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/deploy/cancel.ts ) _
80788078
80798079## ` sf project deploy preview `
80808080
@@ -8157,7 +8157,7 @@ FLAG DESCRIPTIONS
81578157 All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
81588158```
81598159
8160- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/deploy/preview.ts ) _
8160+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/deploy/preview.ts ) _
81618161
81628162## ` sf project deploy quick `
81638163
@@ -8250,7 +8250,7 @@ ERROR CODES
82508250 Canceling (69) The deploy is being canceled.
82518251```
82528252
8253- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/deploy/quick.ts ) _
8253+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/deploy/quick.ts ) _
82548254
82558255## ` sf project deploy report `
82568256
@@ -8342,7 +8342,7 @@ FLAG DESCRIPTIONS
83428342 --coverage-formatters lcov --coverage-formatters clover
83438343```
83448344
8345- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/deploy/report.ts ) _
8345+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/deploy/report.ts ) _
83468346
83478347## ` sf project deploy resume `
83488348
@@ -8439,7 +8439,7 @@ ERROR CODES
84398439 Canceling (69) The deploy is being canceled.
84408440```
84418441
8442- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/deploy/resume.ts ) _
8442+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/deploy/resume.ts ) _
84438443
84448444## ` sf project deploy start `
84458445
@@ -8705,7 +8705,7 @@ ERROR CODES
87058705 Canceling (69) The deploy is being canceled.
87068706```
87078707
8708- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/deploy/start.ts ) _
8708+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/deploy/start.ts ) _
87098709
87108710## ` sf project deploy validate `
87118711
@@ -8909,7 +8909,7 @@ ERROR CODES
89098909 Canceling (69) The deploy is being canceled.
89108910```
89118911
8912- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/deploy/validate.ts ) _
8912+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/deploy/validate.ts ) _
89138913
89148914## ` sf project generate manifest `
89158915
@@ -9005,7 +9005,7 @@ EXAMPLES
90059005 $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
90069006```
90079007
9008- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/generate/manifest.ts ) _
9008+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/generate/manifest.ts ) _
90099009
90109010## ` sf project list ignored `
90119011
@@ -9047,7 +9047,7 @@ EXAMPLES
90479047 $ sf project list ignored --source-dir package.xml
90489048```
90499049
9050- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/list/ignored.ts ) _
9050+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/list/ignored.ts ) _
90519051
90529052## ` sf project reset tracking `
90539053
@@ -9096,7 +9096,7 @@ EXAMPLES
90969096 $ sf project reset tracking --revision 30
90979097```
90989098
9099- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/reset/tracking.ts ) _
9099+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/reset/tracking.ts ) _
91009100
91019101## ` sf project retrieve preview `
91029102
@@ -9150,7 +9150,7 @@ FLAG DESCRIPTIONS
91509150 production orgs.
91519151```
91529152
9153- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/retrieve/preview.ts ) _
9153+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/retrieve/preview.ts ) _
91549154
91559155## ` sf project retrieve start `
91569156
@@ -9331,7 +9331,7 @@ ENVIRONMENT VARIABLES
93319331 SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
93329332```
93339333
9334- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14 /src/commands/project/retrieve/start.ts ) _
9334+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15 /src/commands/project/retrieve/start.ts ) _
93359335
93369336## ` sf schema generate field `
93379337
0 commit comments