@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.92.2 linux-x64 node-v22.16.0
28+ @salesforce/cli/2.92.3 linux-x64 node-v22.16.0
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -3832,7 +3832,7 @@ EXAMPLES
38323832 $ sf org list auth
38333833```
38343834
3835- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.124 /src/commands/org/list/auth.ts ) _
3835+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.125 /src/commands/org/list/auth.ts ) _
38363836
38373837## ` sf org list limits `
38383838
@@ -4132,7 +4132,7 @@ FLAG DESCRIPTIONS
41324132 To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
41334133```
41344134
4135- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.124 /src/commands/org/login/access-token.ts ) _
4135+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.125 /src/commands/org/login/access-token.ts ) _
41364136
41374137## ` sf org login device `
41384138
@@ -4192,7 +4192,7 @@ FLAG DESCRIPTIONS
41924192 To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
41934193```
41944194
4195- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.124 /src/commands/org/login/device.ts ) _
4195+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.125 /src/commands/org/login/device.ts ) _
41964196
41974197## ` sf org login jwt `
41984198
@@ -4283,7 +4283,7 @@ FLAG DESCRIPTIONS
42834283 To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
42844284```
42854285
4286- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.124 /src/commands/org/login/jwt.ts ) _
4286+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.125 /src/commands/org/login/jwt.ts ) _
42874287
42884288## ` sf org login sfdx-url `
42894289
@@ -4353,7 +4353,7 @@ EXAMPLES
43534353 $ echo url | sf org login sfdx-url --sfdx-url-stdin
43544354```
43554355
4356- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.124 /src/commands/org/login/sfdx-url.ts ) _
4356+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.125 /src/commands/org/login/sfdx-url.ts ) _
43574357
43584358## ` sf org login web `
43594359
@@ -4440,7 +4440,7 @@ FLAG DESCRIPTIONS
44404440 To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
44414441```
44424442
4443- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.124 /src/commands/org/login/web.ts ) _
4443+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.125 /src/commands/org/login/web.ts ) _
44444444
44454445## ` sf org logout `
44464446
@@ -4501,7 +4501,7 @@ FLAG DESCRIPTIONS
45014501 All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
45024502```
45034503
4504- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.124 /src/commands/org/logout.ts ) _
4504+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.6.125 /src/commands/org/logout.ts ) _
45054505
45064506## ` sf org open `
45074507
@@ -6372,7 +6372,7 @@ FLAG DESCRIPTIONS
63726372 If you specify this flag, don’t specify --metadata or --source-dir.
63736373```
63746374
6375- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/convert/mdapi.ts ) _
6375+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/convert/mdapi.ts ) _
63766376
63776377## ` sf project convert source `
63786378
@@ -6445,7 +6445,7 @@ FLAG DESCRIPTIONS
64456445 Override the api version used for api requests made by this command
64466446```
64476447
6448- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/convert/source.ts ) _
6448+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/convert/source.ts ) _
64496449
64506450## ` sf project convert source-behavior `
64516451
@@ -6504,7 +6504,7 @@ EXAMPLES
65046504 $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
65056505```
65066506
6507- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/convert/source-behavior.ts ) _
6507+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/convert/source-behavior.ts ) _
65086508
65096509## ` sf project delete source `
65106510
@@ -6644,7 +6644,7 @@ FLAG DESCRIPTIONS
66446644 - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
66456645```
66466646
6647- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/delete/source.ts ) _
6647+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/delete/source.ts ) _
66486648
66496649## ` sf project delete tracking `
66506650
@@ -6681,7 +6681,7 @@ EXAMPLES
66816681 $ sf project delete tracking --target-org my-scratch
66826682```
66836683
6684- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/delete/tracking.ts ) _
6684+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/delete/tracking.ts ) _
66856685
66866686## ` sf project deploy cancel `
66876687
@@ -6753,7 +6753,7 @@ FLAG DESCRIPTIONS
67536753 project deploy report".
67546754```
67556755
6756- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/deploy/cancel.ts ) _
6756+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/deploy/cancel.ts ) _
67576757
67586758## ` sf project deploy preview `
67596759
@@ -6836,7 +6836,7 @@ FLAG DESCRIPTIONS
68366836 All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
68376837```
68386838
6839- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/deploy/preview.ts ) _
6839+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/deploy/preview.ts ) _
68406840
68416841## ` sf project deploy quick `
68426842
@@ -6929,7 +6929,7 @@ ERROR CODES
69296929 Canceling (69) The deploy is being canceled.
69306930```
69316931
6932- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/deploy/quick.ts ) _
6932+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/deploy/quick.ts ) _
69336933
69346934## ` sf project deploy report `
69356935
@@ -7021,7 +7021,7 @@ FLAG DESCRIPTIONS
70217021 --coverage-formatters lcov --coverage-formatters clover
70227022```
70237023
7024- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/deploy/report.ts ) _
7024+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/deploy/report.ts ) _
70257025
70267026## ` sf project deploy resume `
70277027
@@ -7118,7 +7118,7 @@ ERROR CODES
71187118 Canceling (69) The deploy is being canceled.
71197119```
71207120
7121- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/deploy/resume.ts ) _
7121+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/deploy/resume.ts ) _
71227122
71237123## ` sf project deploy start `
71247124
@@ -7371,7 +7371,7 @@ ERROR CODES
73717371 Canceling (69) The deploy is being canceled.
73727372```
73737373
7374- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/deploy/start.ts ) _
7374+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/deploy/start.ts ) _
73757375
73767376## ` sf project deploy validate `
73777377
@@ -7561,7 +7561,7 @@ ERROR CODES
75617561 Canceling (69) The deploy is being canceled.
75627562```
75637563
7564- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/deploy/validate.ts ) _
7564+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/deploy/validate.ts ) _
75657565
75667566## ` sf project generate `
75677567
@@ -7762,7 +7762,7 @@ EXAMPLES
77627762 $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
77637763```
77647764
7765- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/generate/manifest.ts ) _
7765+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/generate/manifest.ts ) _
77667766
77677767## ` sf project list ignored `
77687768
@@ -7804,7 +7804,7 @@ EXAMPLES
78047804 $ sf project list ignored --source-dir package.xml
78057805```
78067806
7807- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/list/ignored.ts ) _
7807+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/list/ignored.ts ) _
78087808
78097809## ` sf project reset tracking `
78107810
@@ -7853,7 +7853,7 @@ EXAMPLES
78537853 $ sf project reset tracking --revision 30
78547854```
78557855
7856- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/reset/tracking.ts ) _
7856+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/reset/tracking.ts ) _
78577857
78587858## ` sf project retrieve preview `
78597859
@@ -7907,7 +7907,7 @@ FLAG DESCRIPTIONS
79077907 production orgs.
79087908```
79097909
7910- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/retrieve/preview.ts ) _
7910+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/retrieve/preview.ts ) _
79117911
79127912## ` sf project retrieve start `
79137913
@@ -8088,7 +8088,7 @@ ENVIRONMENT VARIABLES
80888088 SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
80898089```
80908090
8091- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17 /src/commands/project/retrieve/start.ts ) _
8091+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.19 /src/commands/project/retrieve/start.ts ) _
80928092
80938093## ` sf schema generate field `
80948094
0 commit comments