Skip to content

Commit c01fe0a

Browse files
committed
chore(release): 3.5.2 [skip ci]
1 parent 961fdac commit c01fe0a

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.5.2](https://github.com/salesforcecli/plugin-auth/compare/3.5.1...3.5.2) (2024-04-05)
2+
3+
### Bug Fixes
4+
5+
- add doctor diagnostic tests for v2 crypto ([#939](https://github.com/salesforcecli/plugin-auth/issues/939)) ([961fdac](https://github.com/salesforcecli/plugin-auth/commit/961fdacd8d246b3e1b4966c1655200cc20752221))
6+
17
## [3.5.1](https://github.com/salesforcecli/plugin-auth/compare/3.5.0...3.5.1) (2024-03-30)
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.5.1/src/commands/org/list/auth.ts)_
111+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.2/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.5.1/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.5.2/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.5.1/src/commands/org/login/device.ts)_
225+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.2/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.5.1/src/commands/org/login/jwt.ts)_
316+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.2/src/commands/org/login/jwt.ts)_
317317

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

@@ -379,7 +379,7 @@ EXAMPLES
379379
$ echo url | sf org login sfdx-url --sfdx-url-stdin
380380
```
381381

382-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.1/src/commands/org/login/sfdx-url.ts)_
382+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.2/src/commands/org/login/sfdx-url.ts)_
383383

384384
## `sf org login web`
385385

@@ -466,7 +466,7 @@ FLAG DESCRIPTIONS
466466
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
467467
```
468468

469-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.1/src/commands/org/login/web.ts)_
469+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.2/src/commands/org/login/web.ts)_
470470

471471
## `sf org logout`
472472

@@ -527,6 +527,6 @@ FLAG DESCRIPTIONS
527527
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
528528
```
529529

530-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.1/src/commands/org/logout.ts)_
530+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.5.2/src/commands/org/logout.ts)_
531531

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

0 commit comments

Comments
 (0)