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

Skip to content

Commit 6dff57f

Browse files
committed
chore(release): 3.6.118 [skip ci]
1 parent b9db505 commit 6dff57f

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.118](https://github.com/salesforcecli/plugin-auth/compare/3.6.117...3.6.118) (2025-05-04)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.2.10 to 4.3.0 ([db44448](https://github.com/salesforcecli/plugin-auth/commit/db444486ff4dac59dc47853f1e2779218056c12f))
6+
17
## [3.6.117](https://github.com/salesforcecli/plugin-auth/compare/3.6.116...3.6.117) (2025-05-04)
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.117/src/commands/org/list/auth.ts)_
111+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.118/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.117/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.118/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.117/src/commands/org/login/device.ts)_
225+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.118/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.117/src/commands/org/login/jwt.ts)_
316+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.118/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.117/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.118/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.117/src/commands/org/login/web.ts)_
473+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.118/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.117/src/commands/org/logout.ts)_
534+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.118/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.117",
4+
"version": "3.6.118",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)
0