Skip to content

Commit 892c1ea

Browse files
committed
chore(release): 3.9.26 [skip ci]
1 parent 96bfb42 commit 892c1ea

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.9.26](https://github.com/salesforcecli/plugin-auth/compare/3.9.25...3.9.26) (2025-12-13)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/plugin-info from 3.4.98 to 3.4.100 ([fa32304](https://github.com/salesforcecli/plugin-auth/commit/fa323042e536d5761949129ad57252ff78af55b4))
6+
17
## [3.9.25](https://github.com/salesforcecli/plugin-auth/compare/3.9.24...3.9.25) (2025-12-07)
28

39
### Bug Fixes

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ EXAMPLES
107107
$ sf org list auth
108108
```
109109

110-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.25/src/commands/org/list/auth.ts)_
110+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.26/src/commands/org/list/auth.ts)_
111111

112112
## `sf org login access-token`
113113

@@ -161,7 +161,7 @@ FLAG DESCRIPTIONS
161161
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
162162
```
163163

164-
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.25/src/commands/org/login/access-token.ts)_
164+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.26/src/commands/org/login/access-token.ts)_
165165

166166
## `sf org login jwt`
167167

@@ -252,7 +252,7 @@ FLAG DESCRIPTIONS
252252
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
253253
```
254254

255-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.25/src/commands/org/login/jwt.ts)_
255+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.26/src/commands/org/login/jwt.ts)_
256256

257257
## `sf org login sfdx-url`
258258

@@ -322,7 +322,7 @@ EXAMPLES
322322
$ echo url | sf org login sfdx-url --sfdx-url-stdin
323323
```
324324

325-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.25/src/commands/org/login/sfdx-url.ts)_
325+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.26/src/commands/org/login/sfdx-url.ts)_
326326

327327
## `sf org login web`
328328

@@ -427,7 +427,7 @@ FLAG DESCRIPTIONS
427427
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
428428
```
429429

430-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.25/src/commands/org/login/web.ts)_
430+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.26/src/commands/org/login/web.ts)_
431431

432432
## `sf org logout`
433433

@@ -493,6 +493,6 @@ FLAG DESCRIPTIONS
493493
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
494494
```
495495

496-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.25/src/commands/org/logout.ts)_
496+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.9.26/src/commands/org/logout.ts)_
497497

498498
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-auth",
33
"description": "plugin for sf auth commands",
4-
"version": "3.9.25",
4+
"version": "3.9.26",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)