8000 chore(release): 3.6.120 [skip ci] · salesforcecli/plugin-auth@3f6a8a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f6a8a1

Browse files
committed
chore(release): 3.6.120 [skip ci]
1 parent 230a80b commit 3f6a8a1

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.6.120](https://github.com/salesforcecli/plugin-auth/compare/3.6.119...3.6.120) (2025-05-11)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/plugin-info from 3.4.54 to 3.4.59 ([1e72a9c](https://github.com/salesforcecli/plugin-auth/commit/1e72a9c2e7ab999b5e32030e2ead3a682798fa2f))
6+
17
## [3.6.119](https://github.com/salesforcecli/plugin-auth/compare/3.6.118...3.6.119) (2025-05-10)
28

39
### Bug Fixes

README.md

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

111-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.119/src/commands/org/list/auth.ts)_
111+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/list/auth.ts)_
112112

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

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

165-
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.119/src/commands/org/login/access-token.ts)_
165+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/login/access-token.ts)_
166166

167167
## `sf org login device`
168168

@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
222222
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
223223
```
224224

225-
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.119/src/commands/org/login/device.ts)_
225+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/login/device.ts)_
226226

227227
## `sf org login jwt`
228228

@@ -313,7 +313,7 @@ FLAG DESCRIPTIONS
313313
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
314314
```
315315

316-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.119/src/commands/org/login/jwt.ts)_
316+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/login/jwt.ts)_
317317

318318
## `sf org login sfdx-url`
319319

@@ -383,7 +383,7 @@ EXAMPLES
383383
$ echo url | sf org login sfdx-url --sfdx-url-stdin
384384
```
385385

386-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.119/src/commands/org/login/sfdx-url.ts)_
386+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/login/sfdx-url.ts)_
387387

388388
## `sf org login web`
389389

@@ -470,7 +470,7 @@ FLAG DESCRIPTIONS
470470
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
471471
```
472472

473-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.119/src/commands/org/login/web.ts)_
473+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/login/web.ts)_
474474

475475
## `sf org logout`
476476

@@ -531,6 +531,6 @@ FLAG DESCRIPTIONS
531531
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
532532
```
533533

534-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.119/src/commands/org/logout.ts)_
534+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/logout.ts)_
535535

536536
<!-- 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.6.119",
4+
"version": "3.6.120",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)
0