@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running command...
2727$ sf (--version| -v)
28- @salesforce/cli/2.104.4 linux-x64 node-v22.18.0
28+ @salesforce/cli/2.104.5 linux-x64 node-v22.18.0
2929$ sf --help [COMMAND]
3030USAGE
3131 $ sf COMMAND
@@ -4561,7 +4561,7 @@ EXAMPLES
45614561 $ sf org list auth
45624562```
45634563
4564- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.8.4 /src/commands/org/list/auth.ts ) _
4564+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.0 /src/commands/org/list/auth.ts ) _
45654565
45664566## ` sf org list limits `
45674567
@@ -4861,7 +4861,7 @@ FLAG DESCRIPTIONS
48614861 To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
48624862```
48634863
4864- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.8.4 /src/commands/org/login/access-token.ts ) _
4864+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.0 /src/commands/org/login/access-token.ts ) _
48654865
48664866## ` sf org login jwt `
48674867
@@ -4952,7 +4952,7 @@ FLAG DESCRIPTIONS
49524952 To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
49534953```
49544954
4955- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.8.4 /src/commands/org/login/jwt.ts ) _
4955+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.0 /src/commands/org/login/jwt.ts ) _
49564956
49574957## ` sf org login sfdx-url `
49584958
@@ -5022,7 +5022,7 @@ EXAMPLES
50225022 $ echo url | sf org login sfdx-url --sfdx-url-stdin
50235023```
50245024
5025- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.8.4 /src/commands/org/login/sfdx-url.ts ) _
5025+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.0 /src/commands/org/login/sfdx-url.ts ) _
50265026
50275027## ` sf org login web `
50285028
@@ -5127,7 +5127,7 @@ FLAG DESCRIPTIONS
51275127 To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
51285128```
51295129
5130- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.8.4 /src/commands/org/login/web.ts ) _
5130+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.0 /src/commands/org/login/web.ts ) _
51315131
51325132## ` sf org logout `
51335133
@@ -5193,7 +5193,7 @@ FLAG DESCRIPTIONS
51935193 All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
51945194```
51955195
5196- _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.8.4 /src/commands/org/logout.ts ) _
5196+ _ See code: [ @salesforce/plugin-auth ] ( https://github.com/salesforcecli/plugin-auth/blob/3.9.0 /src/commands/org/logout.ts ) _
51975197
51985198## ` sf org open `
51995199
@@ -7450,7 +7450,7 @@ FLAG DESCRIPTIONS
74507450 If you specify this flag, don’t specify --metadata or --source-dir.
74517451```
74527452
7453- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/convert/mdapi.ts ) _
7453+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/convert/mdapi.ts ) _
74547454
74557455## ` sf project convert source `
74567456
@@ -7523,7 +7523,7 @@ FLAG DESCRIPTIONS
75237523 Override the api version used for api requests made by this command
75247524```
75257525
7526- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/convert/source.ts ) _
7526+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/convert/source.ts ) _
75277527
75287528## ` sf project convert source-behavior `
75297529
@@ -7582,7 +7582,7 @@ EXAMPLES
75827582 $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
75837583```
75847584
7585- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/convert/source-behavior.ts ) _
7585+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/convert/source-behavior.ts ) _
75867586
75877587## ` sf project delete source `
75887588
@@ -7722,7 +7722,7 @@ FLAG DESCRIPTIONS
77227722 - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
77237723```
77247724
7725- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/delete/source.ts ) _
7725+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/delete/source.ts ) _
77267726
77277727## ` sf project delete tracking `
77287728
@@ -7759,7 +7759,7 @@ EXAMPLES
77597759 $ sf project delete tracking --target-org my-scratch
77607760```
77617761
7762- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/delete/tracking.ts ) _
7762+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/delete/tracking.ts ) _
77637763
77647764## ` sf project deploy cancel `
77657765
@@ -7831,7 +7831,7 @@ FLAG DESCRIPTIONS
78317831 project deploy report".
78327832```
78337833
7834- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/deploy/cancel.ts ) _
7834+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/deploy/cancel.ts ) _
78357835
78367836## ` sf project deploy preview `
78377837
@@ -7914,7 +7914,7 @@ FLAG DESCRIPTIONS
79147914 All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
79157915```
79167916
7917- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/deploy/preview.ts ) _
7917+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/deploy/preview.ts ) _
79187918
79197919## ` sf project deploy quick `
79207920
@@ -8007,7 +8007,7 @@ ERROR CODES
80078007 Canceling (69) The deploy is being canceled.
80088008```
80098009
8010- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/deploy/quick.ts ) _
8010+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/deploy/quick.ts ) _
80118011
80128012## ` sf project deploy report `
80138013
@@ -8099,7 +8099,7 @@ FLAG DESCRIPTIONS
80998099 --coverage-formatters lcov --coverage-formatters clover
81008100```
81018101
8102- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/deploy/report.ts ) _
8102+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/deploy/report.ts ) _
81038103
81048104## ` sf project deploy resume `
81058105
@@ -8196,7 +8196,7 @@ ERROR CODES
81968196 Canceling (69) The deploy is being canceled.
81978197```
81988198
8199- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/deploy/resume.ts ) _
8199+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/deploy/resume.ts ) _
82008200
82018201## ` sf project deploy start `
82028202
@@ -8449,7 +8449,7 @@ ERROR CODES
84498449 Canceling (69) The deploy is being canceled.
84508450```
84518451
8452- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/deploy/start.ts ) _
8452+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/deploy/start.ts ) _
84538453
84548454## ` sf project deploy validate `
84558455
@@ -8639,7 +8639,7 @@ ERROR CODES
86398639 Canceling (69) The deploy is being canceled.
86408640```
86418641
8642- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/deploy/validate.ts ) _
8642+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/deploy/validate.ts ) _
86438643
86448644## ` sf project generate `
86458645
@@ -8840,7 +8840,7 @@ EXAMPLES
88408840 $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
88418841```
88428842
8843- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/generate/manifest.ts ) _
8843+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/generate/manifest.ts ) _
88448844
88458845## ` sf project list ignored `
88468846
@@ -8882,7 +8882,7 @@ EXAMPLES
88828882 $ sf project list ignored --source-dir package.xml
88838883```
88848884
8885- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/list/ignored.ts ) _
8885+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/list/ignored.ts ) _
88868886
88878887## ` sf project reset tracking `
88888888
@@ -8931,7 +8931,7 @@ EXAMPLES
89318931 $ sf project reset tracking --revision 30
89328932```
89338933
8934- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/reset/tracking.ts ) _
8934+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/reset/tracking.ts ) _
89358935
89368936## ` sf project retrieve preview `
89378937
@@ -8985,7 +8985,7 @@ FLAG DESCRIPTIONS
89858985 production orgs.
89868986```
89878987
8988- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/retrieve/preview.ts ) _
8988+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/retrieve/preview.ts ) _
89898989
89908990## ` sf project retrieve start `
89918991
@@ -9166,7 +9166,7 @@ ENVIRONMENT VARIABLES
91669166 SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
91679167```
91689168
9169- _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.43 /src/commands/project/retrieve/start.ts ) _
9169+ _ See code: [ @salesforce/plugin-deploy-retrieve ] ( https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.0 /src/commands/project/retrieve/start.ts ) _
91709170
91719171## ` sf schema generate field `
91729172
0 commit comments