Skip to content

Commit dab88c9

Browse files
authored
Merge pull request #2621 from salesforcecli/release/2.126.2-cb.0
Release PR for 2.126.2-cb.0 as cb
2 parents 0fa2723 + 726ef4c commit dab88c9

3 files changed

Lines changed: 59 additions & 37 deletions

File tree

README.md

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.126.1 linux-x64 node-v22.22.0
28+
@salesforce/cli/2.126.2-cb.0 linux-x64 node-v22.22.0
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -4681,7 +4681,7 @@ EXAMPLES
46814681
$ sf org list auth
46824682
```
46834683

4684-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/list/auth.ts)_
4684+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.2-cb.0/src/commands/org/list/auth.ts)_
46854685

46864686
## `sf org list limits`
46874687

@@ -4981,7 +4981,7 @@ FLAG DESCRIPTIONS
49814981
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
49824982
```
49834983

4984-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/login/access-token.ts)_
4984+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.2-cb.0/src/commands/org/login/access-token.ts)_
49854985

49864986
## `sf org login jwt`
49874987

@@ -5072,7 +5072,7 @@ FLAG DESCRIPTIONS
50725072
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
50735073
```
50745074

5075-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/login/jwt.ts)_
5075+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.2-cb.0/src/commands/org/login/jwt.ts)_
50765076

50775077
## `sf org login sfdx-url`
50785078

@@ -5142,7 +5142,7 @@ EXAMPLES
51425142
$ echo url | sf org login sfdx-url --sfdx-url-stdin
51435143
```
51445144

5145-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/login/sfdx-url.ts)_
5145+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.2-cb.0/src/commands/org/login/sfdx-url.ts)_
51465146

51475147
## `sf org login web`
51485148

@@ -5247,7 +5247,7 @@ FLAG DESCRIPTIONS
52475247
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
52485248
```
52495249

5250-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/login/web.ts)_
5250+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.2-cb.0/src/commands/org/login/web.ts)_
52515251

52525252
## `sf org logout`
52535253

@@ -5313,7 +5313,7 @@ FLAG DESCRIPTIONS
53135313
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
53145314
```
53155315

5316-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.0/src/commands/org/logout.ts)_
5316+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.2.2-cb.0/src/commands/org/logout.ts)_
53175317

53185318
## `sf org open`
53195319

@@ -9664,7 +9664,7 @@ FLAG DESCRIPTIONS
96649664
directory.
96659665
```
96669666

9667-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/analytics/template.ts)_
9667+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/analytics/template.ts)_
96689668

96699669
## `sf template generate apex class`
96709670

@@ -9724,7 +9724,7 @@ FLAG DESCRIPTIONS
97249724
Supplied parameter values or default values are filled into a copy of the template.
97259725
```
97269726

9727-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/apex/class.ts)_
9727+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/apex/class.ts)_
97289728

97299729
## `sf template generate apex trigger`
97309730

@@ -9794,7 +9794,7 @@ FLAG DESCRIPTIONS
97949794
Supplied parameter values or default values are filled into a copy of the template.
97959795
```
97969796

9797-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/apex/trigger.ts)_
9797+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/apex/trigger.ts)_
97989798

97999799
## `sf template generate digital-experience site`
98009800

@@ -9848,7 +9848,7 @@ FLAG DESCRIPTIONS
98489848
project, defaults to the current directory.
98499849
```
98509850

9851-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/digital-experience/site.ts)_
9851+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/digital-experience/site.ts)_
98529852

98539853
## `sf template generate flexipage`
98549854

@@ -9930,7 +9930,7 @@ FLAG DESCRIPTIONS
99309930
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
99319931
```
99329932

9933-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/flexipage/index.ts)_
9933+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/flexipage/index.ts)_
99349934

99359935
## `sf template generate lightning app`
99369936

@@ -9986,7 +9986,7 @@ FLAG DESCRIPTIONS
99869986
Supplied parameter values or default values are filled into a copy of the template.
99879987
```
99889988

9989-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/lightning/app.ts)_
9989+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/lightning/app.ts)_
99909990

99919991
## `sf template generate lightning component`
99929992

@@ -10056,7 +10056,7 @@ FLAG DESCRIPTIONS
1005610056
Supplied parameter values or default values are filled into a copy of the template.
1005710057
```
1005810058

10059-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/lightning/component.ts)_
10059+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/lightning/component.ts)_
1006010060

1006110061
## `sf template generate lightning event`
1006210062

@@ -10112,7 +10112,7 @@ FLAG DESCRIPTIONS
1011210112
Supplied parameter values or default values are filled into a copy of the template.
1011310113
```
1011410114

10115-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/lightning/event.ts)_
10115+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/lightning/event.ts)_
1011610116

1011710117
## `sf template generate lightning interface`
1011810118

@@ -10168,7 +10168,7 @@ FLAG DESCRIPTIONS
1016810168
Supplied parameter values or default values are filled into a copy of the template.
1016910169
```
1017010170

10171-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/lightning/interface.ts)_
10171+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/lightning/interface.ts)_
1017210172

1017310173
## `sf template generate lightning test`
1017410174

@@ -10224,24 +10224,24 @@ FLAG DESCRIPTIONS
1022410224
Supplied parameter values or default values are filled into a copy of the template.
1022510225
```
1022610226

10227-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/lightning/test.ts)_
10227+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/lightning/test.ts)_
1022810228

1022910229
## `sf template generate project`
1023010230

1023110231
Generate a Salesforce DX project.
1023210232

1023310233
```
1023410234
USAGE
10235-
$ sf template generate project -n <value> [--json] [--flags-dir <value>] [-t standard|empty|analytics|reactb2e|reactb2x] [-d
10236-
<value>] [-s <value>] [-p <value>] [-x] [--api-version <value>]
10235+
$ sf template generate project -n <value> [--json] [--flags-dir <value>] [-t standard|empty|analytics] [-d <value>] [-s
10236+
<value>] [-p <value>] [-x] [--api-version <value>]
1023710237
1023810238
FLAGS
1023910239
-d, --output-dir=<value> [default: .] Directory for saving the created files.
1024010240
-n, --name=<value> (required) Name of the generated project.
1024110241
-p, --default-package-dir=<value> [default: force-app] Default package directory name.
1024210242
-s, --namespace=<value> Namespace associated with this project and any connected scratch orgs.
1024310243
-t, --template=<option> [default: standard] Template to use for project creation.
10244-
<options: standard|empty|analytics|reactb2e|reactb2x>
10244+
<options: standard|empty|analytics>
1024510245
-x, --manifest Generate a manifest (package.xml) for change-set based development.
1024610246
--api-version=<value> Will set this version as sourceApiVersion in the sfdx-project.json file
1024710247
@@ -10296,7 +10296,7 @@ FLAG DESCRIPTIONS
1029610296
1029710297
Metadata items such as classes and Lightning bundles are placed inside this folder.
1029810298
10299-
-t, --template=standard|empty|analytics|reactb2e|reactb2x Template to use for project creation.
10299+
-t, --template=standard|empty|analytics Template to use for project creation.
1030010300
1030110301
The template determines the sample configuration files and directories that this command generates. For example, the
1030210302
empty template provides these files and directory to get you started.
@@ -10320,9 +10320,6 @@ FLAG DESCRIPTIONS
1032010320
1032110321
The analytics template provides similar files and the force-app/main/default/waveTemplates directory.
1032210322
10323-
The reactb2e and reactb2x templates provide React-based project scaffolding for B2E and B2X web application use
10324-
cases.
10325-
1032610323
-x, --manifest Generate a manifest (package.xml) for change-set based development.
1032710324
1032810325
Generates a default manifest (package.xml) for fetching Apex, Visualforce, Lightning components, and static
@@ -10333,7 +10330,7 @@ FLAG DESCRIPTIONS
1033310330
Override the api version used for api requests made by this command
1033410331
```
1033510332

10336-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/project/index.ts)_
10333+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/project/index.ts)_
1033710334

1033810335
## `sf template generate static-resource`
1033910336

@@ -10396,7 +10393,7 @@ FLAG DESCRIPTIONS
1039610393
etc.
1039710394
```
1039810395

10399-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/static-resource/index.ts)_
10396+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/static-resource/index.ts)_
1040010397

1040110398
## `sf template generate visualforce component`
1040210399

@@ -10453,7 +10450,7 @@ FLAG DESCRIPTIONS
1045310450
Supplied parameter values or default values are filled into a copy of the template.
1045410451
```
1045510452

10456-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/visualforce/component.ts)_
10453+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/visualforce/component.ts)_
1045710454

1045810455
## `sf template generate visualforce page`
1045910456

@@ -10504,7 +10501,7 @@ FLAG DESCRIPTIONS
1050410501
The name can be up to 40 characters and must start with a letter.
1050510502
```
1050610503

10507-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.10.2/src/commands/template/generate/visualforce/page.ts)_
10504+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.2/src/commands/template/generate/visualforce/page.ts)_
1050810505

1050910506
## `sf update [CHANNEL]`
1051010507

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.126.1",
4+
"version": "2.126.2-cb.0",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -160,7 +160,7 @@
160160
"@salesforce/plugin-agent": "1.30.11",
161161
"@salesforce/plugin-apex": "3.9.11",
162162
"@salesforce/plugin-api": "1.3.11",
163-
"@salesforce/plugin-auth": "4.2.0",
163+
"@salesforce/plugin-auth": "4.2.2-cb.0",
164164
"@salesforce/plugin-data": "4.0.75",
165165
"@salesforce/plugin-deploy-retrieve": "3.24.11",
166166
"@salesforce/plugin-info": "3.4.107",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,10 +2257,10 @@
22572257
got "^13.0.0"
22582258
proxy-agent "^6.5.0"
22592259

2260-
"@salesforce/plugin-auth@4.2.0":
2261-
version "4.2.0"
2262-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-4.2.0.tgz#c5f7e97e16ce44c5c5a13af5c77a33f53dfed539"
2263-
integrity sha512-V9QvZQzWl0DNll1KAJy2e3Jqo4POWv88+6eTRGKIzlRBvOzoFPFyhVzdN74iwjRtKREwkEWObyVnhGLLSM3OVA==
2260+
"@salesforce/plugin-auth@4.2.2-cb.0":
2261+
version "4.2.2-cb.0"
2262+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-4.2.2-cb.0.tgz#27d747ec52e042b8aba4faf58a47ba05c5a4419d"
2263+
integrity sha512-GiE9grSvxk4ouzhCqMQlOgfKiEoJqLH7hdvZVYQY6EPGDeZrB+CQZb4dj/3xlOkcLdiHxvCXO+Ssv9i8bIMPjQ==
22642264
dependencies:
22652265
"@inquirer/checkbox" "^2.5.0"
22662266
"@inquirer/select" "^2.5.0"
@@ -10473,7 +10473,16 @@ standard-version@^9.5.0:
1047310473
stringify-package "^1.0.1"
1047410474
yargs "^16.0.0"
1047510475

10476-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10476+
"string-width-cjs@npm:string-width@^4.2.0":
10477+
version "4.2.3"
10478+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
10479+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10480+
dependencies:
10481+
emoji-regex "^8.0.0"
10482+
is-fullwidth-code-point "^3.0.0"
10483+
strip-ansi "^6.0.1"
10484+
10485+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1047710486
version "4.2.3"
1047810487
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
1047910488
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10555,7 +10564,14 @@ stringify-package@^1.0.1:
1055510564
resolved "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz"
1055610565
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
1055710566

10558-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10567+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10568+
version "6.0.1"
10569+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
10570+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10571+
dependencies:
10572+
ansi-regex "^5.0.1"
10573+
10574+
strip-ansi@6.0.1, strip-ansi@^6, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1055910575
version "6.0.1"
1056010576
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
1056110577
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11363,7 +11379,7 @@ workerpool@^6.5.1:
1136311379
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
1136411380
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
1136511381

11366-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11382+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1136711383
version "7.0.0"
1136811384
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
1136911385
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11381,6 +11397,15 @@ wrap-ansi@^6.2.0:
1138111397
string-width "^4.1.0"
1138211398
strip-ansi "^6.0.0"
1138311399

11400+
wrap-ansi@^7.0.0:
11401+
version "7.0.0"
11402+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
11403+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11404+
dependencies:
11405+
ansi-styles "^4.0.0"
11406+
string-width "^4.1.0"
11407+
strip-ansi "^6.0.0"
11408+
1138411409
wrap-ansi@^8.1.0:
1138511410
version "8.1.0"
1138611411
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)