@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
2424$ sf COMMAND
2525running command...
2626$ sf (--version| -v)
27- @salesforce/cli/2.70.1 linux-x64 node-v22.11.0
27+ @salesforce/cli/2.70.2 linux-x64 node-v22.11.0
2828$ sf --help [COMMAND]
2929USAGE
3030 $ sf COMMAND
@@ -1336,7 +1336,7 @@ EXAMPLES
13361336 $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
13371337```
13381338
1339- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/bulk/results.ts ) _
1339+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/bulk/results.ts ) _
13401340
13411341## ` sf data create file `
13421342
@@ -1385,7 +1385,7 @@ EXAMPLES
13851385 $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
13861386```
13871387
1388- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/create/file.ts ) _
1388+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/create/file.ts ) _
13891389
13901390## ` sf data create record `
13911391
@@ -1441,7 +1441,7 @@ EXAMPLES
14411441 TracedEntityId=01p17000000R6bLAAS"
14421442```
14431443
1444- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/create/record.ts ) _
1444+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/create/record.ts ) _
14451445
14461446## ` sf data delete bulk `
14471447
@@ -1502,7 +1502,7 @@ FLAG DESCRIPTIONS
15021502 and can be enabled only by a system administrator.
15031503```
15041504
1505- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/delete/bulk.ts ) _
1505+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/delete/bulk.ts ) _
15061506
15071507## ` sf data delete record `
15081508
@@ -1563,7 +1563,7 @@ EXAMPLES
15631563 $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
15641564```
15651565
1566- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/delete/record.ts ) _
1566+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/delete/record.ts ) _
15671567
15681568## ` sf data delete resume `
15691569
@@ -1602,7 +1602,7 @@ EXAMPLES
16021602 $ sf data delete resume --use-most-recent --target-org my-scratch
16031603```
16041604
1605- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/delete/resume.ts ) _
1605+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/delete/resume.ts ) _
16061606
16071607## ` sf data export bulk `
16081608
@@ -1676,7 +1676,7 @@ EXAMPLES
16761676 --result-format json --async
16771677```
16781678
1679- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/export/bulk.ts ) _
1679+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/export/bulk.ts ) _
16801680
16811681## ` sf data export resume `
16821682
@@ -1712,7 +1712,7 @@ EXAMPLES
17121712 $ sf data export resume --use-most-recent --target-org my-scratch
17131713```
17141714
1715- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/export/resume.ts ) _
1715+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/export/resume.ts ) _
17161716
17171717## ` sf data export tree `
17181718
@@ -1773,7 +1773,7 @@ EXAMPLES
17731773 my-scratch
17741774```
17751775
1776- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/export/tree.ts ) _
1776+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/export/tree.ts ) _
17771777
17781778## ` sf data get record `
17791779
@@ -1837,7 +1837,7 @@ EXAMPLES
18371837 $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
18381838```
18391839
1840- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/get/record.ts ) _
1840+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/get/record.ts ) _
18411841
18421842## ` sf data import bulk `
18431843
@@ -1895,7 +1895,7 @@ EXAMPLES
18951895 $ sf data import bulk --file accounts.csv --sobject Account --async
18961896```
18971897
1898- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/import/bulk.ts ) _
1898+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/import/bulk.ts ) _
18991899
19001900## ` sf data import resume `
19011901
@@ -1931,7 +1931,7 @@ EXAMPLES
19311931 $ sf data import resume --use-most-recent --target-org my-scratch
19321932```
19331933
1934- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/import/resume.ts ) _
1934+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/import/resume.ts ) _
19351935
19361936## ` sf data import tree `
19371937
@@ -1996,7 +1996,7 @@ FLAG DESCRIPTIONS
19961996 - files(array) - Files: An array of files paths to load
19971997```
19981998
1999- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/import/tree.ts ) _
1999+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/import/tree.ts ) _
20002000
20012001## ` sf data query `
20022002
@@ -2062,7 +2062,7 @@ EXAMPLES
20622062 $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
20632063```
20642064
2065- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/query.ts ) _
2065+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/query.ts ) _
20662066
20672067## ` sf data query resume `
20682068
@@ -2099,7 +2099,7 @@ EXAMPLES
20992099 $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
21002100```
21012101
2102- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/query/resume.ts ) _
2102+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/query/resume.ts ) _
21032103
21042104## ` sf data resume `
21052105
@@ -2136,7 +2136,7 @@ EXAMPLES
21362136 $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
21372137```
21382138
2139- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/resume.ts ) _
2139+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/resume.ts ) _
21402140
21412141## ` sf data search `
21422142
@@ -2186,7 +2186,7 @@ EXAMPLES
21862186 $ sf data search --file query.txt --target-org my-scratch --result-format csv
21872187```
21882188
2189- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/search.ts ) _
2189+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/search.ts ) _
21902190
21912191## ` sf data update bulk `
21922192
@@ -2247,7 +2247,7 @@ EXAMPLES
22472247 $ sf data update bulk --file accounts.csv --sobject Account --async
22482248```
22492249
2250- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/update/bulk.ts ) _
2250+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/update/bulk.ts ) _
22512251
22522252## ` sf data update record `
22532253
@@ -2309,7 +2309,7 @@ EXAMPLES
23092309 "ExpirationDate=2017-12-01T00:58:04.000+0000"
23102310```
23112311
2312- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/update/record.ts ) _
2312+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/update/record.ts ) _
23132313
23142314## ` sf data update resume `
23152315
@@ -2345,7 +2345,7 @@ EXAMPLES
23452345 $ sf data update resume --use-most-recent --target-org my-scratch
23462346```
23472347
2348- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/update/resume.ts ) _
2348+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/update/resume.ts ) _
23492349
23502350## ` sf data upsert bulk `
23512351
@@ -2404,7 +2404,7 @@ EXAMPLES
24042404 my-scratch
24052405```
24062406
2407- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/upsert/bulk.ts ) _
2407+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/upsert/bulk.ts ) _
24082408
24092409## ` sf data upsert resume `
24102410
@@ -2443,7 +2443,7 @@ EXAMPLES
24432443 $ sf data upsert resume --use-most-recent --target-org my-scratch
24442444```
24452445
2446- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/data/upsert/resume.ts ) _
2446+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/data/upsert/resume.ts ) _
24472447
24482448## ` sf doctor `
24492449
@@ -2538,7 +2538,7 @@ EXAMPLES
25382538 $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
25392539```
25402540
2541- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/force/data/bulk/delete.ts ) _
2541+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/force/data/bulk/delete.ts ) _
25422542
25432543## ` sf force data bulk status `
25442544
@@ -2575,7 +2575,7 @@ EXAMPLES
25752575 $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
25762576```
25772577
2578- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/force/data/bulk/status.ts ) _
2578+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/force/data/bulk/status.ts ) _
25792579
25802580## ` sf force data bulk upsert `
25812581
@@ -2633,7 +2633,7 @@ EXAMPLES
26332633 --target-org my-scratch
26342634```
26352635
2636- _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.0 /src/commands/force/data/bulk/upsert.ts ) _
2636+ _ See code: [ @salesforce/plugin-data ] ( https://github.com/salesforcecli/plugin-data/blob/3.13.1 /src/commands/force/data/bulk/upsert.ts ) _
26372637
26382638## ` sf help [COMMAND] `
26392639
@@ -6365,7 +6365,7 @@ FLAG DESCRIPTIONS
63656365 If you specify this flag, don’t specify --metadata or --source-dir.
63666366```
63676367
6368- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/convert/mdapi.ts ) _
6368+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/convert/mdapi.ts ) _
63696369
63706370## ` sf project convert source `
63716371
@@ -6438,7 +6438,7 @@ FLAG DESCRIPTIONS
64386438 Override the api version used for api requests made by this command
64396439```
64406440
6441- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/convert/source.ts ) _
6441+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/convert/source.ts ) _
64426442
64436443## ` sf project convert source-behavior `
64446444
@@ -6496,7 +6496,7 @@ EXAMPLES
64966496 $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
64976497```
64986498
6499- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/convert/source-behavior.ts ) _
6499+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/convert/source-behavior.ts ) _
65006500
65016501## ` sf project delete source `
65026502
@@ -6636,7 +6636,7 @@ FLAG DESCRIPTIONS
66366636 - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
66376637```
66386638
6639- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/delete/source.ts ) _
6639+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/delete/source.ts ) _
66406640
66416641## ` sf project delete tracking `
66426642
@@ -6673,7 +6673,7 @@ EXAMPLES
66736673 $ sf project delete tracking --target-org my-scratch
66746674```
66756675
6676- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/delete/tracking.ts ) _
6676+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/delete/tracking.ts ) _
66776677
66786678## ` sf project deploy cancel `
66796679
@@ -6745,7 +6745,7 @@ FLAG DESCRIPTIONS
67456745 project deploy report".
67466746```
67476747
6748- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/deploy/cancel.ts ) _
6748+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/deploy/cancel.ts ) _
67496749
67506750## ` sf project deploy preview `
67516751
@@ -6828,7 +6828,7 @@ FLAG DESCRIPTIONS
68286828 All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
68296829```
68306830
6831- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/deploy/preview.ts ) _
6831+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/deploy/preview.ts ) _
68326832
68336833## ` sf project deploy quick `
68346834
@@ -6921,7 +6921,7 @@ ERROR CODES
69216921 Canceling (69) The deploy is being canceled.
69226922```
69236923
6924- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/deploy/quick.ts ) _
6924+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/deploy/quick.ts ) _
69256925
69266926## ` sf project deploy report `
69276927
@@ -7013,7 +7013,7 @@ FLAG DESCRIPTIONS
70137013 --coverage-formatters lcov --coverage-formatters clover
70147014```
70157015
7016- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/deploy/report.ts ) _
7016+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/deploy/report.ts ) _
70177017
70187018## ` sf project deploy resume `
70197019
@@ -7110,7 +7110,7 @@ ERROR CODES
71107110 Canceling (69) The deploy is being canceled.
71117111```
71127112
7113- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/deploy/resume.ts ) _
7113+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/deploy/resume.ts ) _
71147114
71157115## ` sf project deploy start `
71167116
@@ -7363,7 +7363,7 @@ ERROR CODES
73637363 Canceling (69) The deploy is being canceled.
73647364```
73657365
7366- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/deploy/start.ts ) _
7366+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/deploy/start.ts ) _
73677367
73687368## ` sf project deploy validate `
73697369
@@ -7553,7 +7553,7 @@ ERROR CODES
75537553 Canceling (69) The deploy is being canceled.
75547554```
75557555
7556- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/deploy/validate.ts ) _
7556+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/deploy/validate.ts ) _
75577557
75587558## ` sf project generate `
75597559
@@ -7735,7 +7735,7 @@ EXAMPLES
77357735 $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
77367736```
77377737
7738- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/generate/manifest.ts ) _
7738+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/generate/manifest.ts ) _
77397739
77407740## ` sf project list ignored `
77417741
@@ -7777,7 +7777,7 @@ EXAMPLES
77777777 $ sf project list ignored --source-dir package.xml
77787778```
77797779
7780- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/list/ignored.ts ) _
7780+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/list/ignored.ts ) _
77817781
77827782## ` sf project reset tracking `
77837783
@@ -7826,7 +7826,7 @@ EXAMPLES
78267826 $ sf project reset tracking --revision 30
78277827```
78287828
7829- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/reset/tracking.ts ) _
7829+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/reset/tracking.ts ) _
78307830
78317831## ` sf project retrieve preview `
78327832
@@ -7880,7 +7880,7 @@ FLAG DESCRIPTIONS
78807880 production orgs.
78817881```
78827882
7883- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/retrieve/preview.ts ) _
7883+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/retrieve/preview.ts ) _
78847884
78857885## ` sf project retrieve start `
78867886
@@ -8057,7 +8057,7 @@ ENVIRONMENT VARIABLES
80578057 SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
80588058```
80598059
8060- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17 /src/commands/project/retrieve/start.ts ) _
8060+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.18 /src/commands/project/retrieve/start.ts ) _
80618061
80628062## ` sf schema generate field `
80638063
0 commit comments