Skip to content

Commit c5f4032

Browse files
committed
chore(release): 3.6.64 [skip ci]
1 parent 7a6d65f commit c5f4032

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.6.64](https://github.com/salesforcecli/plugin-auth/compare/3.6.63...3.6.64) (2024-09-28)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.5.7 to 8.6.1 ([fe050ff](https://github.com/salesforcecli/plugin-auth/commit/fe050ffb280e8bce179fb1ae3f7e364a64ce4b55))
6+
17
## [3.6.63](https://github.com/salesforcecli/plugin-auth/compare/3.6.62...3.6.63) (2024-09-28)
28

39
### Bug Fixes

README.md

+7-7
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.63/src/commands/org/list/auth.ts)_
111+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.64/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.63/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.64/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.63/src/commands/org/login/device.ts)_
225+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.64/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.63/src/commands/org/login/jwt.ts)_
316+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.64/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.63/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.64/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.63/src/commands/org/login/web.ts)_
473+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.64/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.63/src/commands/org/logout.ts)_
534+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.64/src/commands/org/logout.ts)_
535535

536536
<!-- commandsstop -->

package.json

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

0 commit comments

Comments
 (0)