Skip to content

Commit b625609

Browse files
committed
chore(release): 3.3.16 [skip ci]
1 parent 48bc66d commit b625609

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.3.16](https://github.com/salesforcecli/plugin-auth/compare/3.3.15...3.3.16) (2024-02-25)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 7.1.9 to 7.1.12 ([c610905](https://github.com/salesforcecli/plugin-auth/commit/c610905d8b51caad91a05e311019d69e836ddcee))
6+
17
## [3.3.15](https://github.com/salesforcecli/plugin-auth/compare/3.3.14...3.3.15) (2024-02-25)
28

39
### Bug Fixes

README.md

+7-7
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.3.15/src/commands/org/list/auth.ts)_
110+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.16/src/commands/org/list/auth.ts)_
111111

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

@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
160160
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
161161
```
162162

163-
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.15/src/commands/org/login/access-token.ts)_
163+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.16/src/commands/org/login/access-token.ts)_
164164

165165
## `sf org login device`
166166

@@ -219,7 +219,7 @@ FLAG DESCRIPTIONS
219219
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
220220
```
221221

222-
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.15/src/commands/org/login/device.ts)_
222+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.16/src/commands/org/login/device.ts)_
223223

224224
## `sf org login jwt`
225225

@@ -308,7 +308,7 @@ FLAG DESCRIPTIONS
308308
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
309309
```
310310

311-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.15/src/commands/org/login/jwt.ts)_
311+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.16/src/commands/org/login/jwt.ts)_
312312

313313
## `sf org login sfdx-url`
314314

@@ -373,7 +373,7 @@ EXAMPLES
373373
$ echo url | sf org login sfdx-url --sfdx-url-stdin
374374
```
375375

376-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.15/src/commands/org/login/sfdx-url.ts)_
376+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.16/src/commands/org/login/sfdx-url.ts)_
377377

378378
## `sf org login web`
379379

@@ -458,7 +458,7 @@ FLAG DESCRIPTIONS
458458
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
459459
```
460460

461-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.15/src/commands/org/login/web.ts)_
461+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.16/src/commands/org/login/web.ts)_
462462

463463
## `sf org logout`
464464

@@ -518,6 +518,6 @@ FLAG DESCRIPTIONS
518518
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
519519
```
520520

521-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.15/src/commands/org/logout.ts)_
521+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.16/src/commands/org/logout.ts)_
522522

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

0 commit comments

Comments
 (0)