@salesforce/plugin-auth 3.6.6 → 3.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +7 -7
- package/oclif.lock +6 -6
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ EXAMPLES
|
|
|
108
108
|
$ sf org list auth
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
111
|
+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.7/src/commands/org/list/auth.ts)_
|
|
112
112
|
|
|
113
113
|
## `sf org login access-token`
|
|
114
114
|
|
|
@@ -162,7 +162,7 @@ FLAG DESCRIPTIONS
|
|
|
162
162
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
-
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
165
|
+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.7/src/commands/org/login/access-token.ts)_
|
|
166
166
|
|
|
167
167
|
## `sf org login device`
|
|
168
168
|
|
|
@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
|
|
|
222
222
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
223
223
|
```
|
|
224
224
|
|
|
225
|
-
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
225
|
+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.7/src/commands/org/login/device.ts)_
|
|
226
226
|
|
|
227
227
|
## `sf org login jwt`
|
|
228
228
|
|
|
@@ -313,7 +313,7 @@ FLAG DESCRIPTIONS
|
|
|
313
313
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
316
|
+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.7/src/commands/org/login/jwt.ts)_
|
|
317
317
|
|
|
318
318
|
## `sf org login sfdx-url`
|
|
319
319
|
|
|
@@ -378,7 +378,7 @@ EXAMPLES
|
|
|
378
378
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
379
379
|
```
|
|
380
380
|
|
|
381
|
-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
381
|
+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.7/src/commands/org/login/sfdx-url.ts)_
|
|
382
382
|
|
|
383
383
|
## `sf org login web`
|
|
384
384
|
|
|
@@ -465,7 +465,7 @@ FLAG DESCRIPTIONS
|
|
|
465
465
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
466
466
|
```
|
|
467
467
|
|
|
468
|
-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
468
|
+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.7/src/commands/org/login/web.ts)_
|
|
469
469
|
|
|
470
470
|
## `sf org logout`
|
|
471
471
|
|
|
@@ -526,6 +526,6 @@ FLAG DESCRIPTIONS
|
|
|
526
526
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
527
527
|
```
|
|
528
528
|
|
|
529
|
-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
529
|
+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.7/src/commands/org/logout.ts)_
|
|
530
530
|
|
|
531
531
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-auth",
|
|
9
|
-
"version": "3.6.
|
|
9
|
+
"version": "3.6.7",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/checkbox": "^1.5.2",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@oclif/core": "^3.26.2",
|
|
15
15
|
"@salesforce/core": "^7.3.0",
|
|
16
16
|
"@salesforce/kit": "^3.1.1",
|
|
17
|
-
"@salesforce/plugin-info": "^3.2.
|
|
17
|
+
"@salesforce/plugin-info": "^3.2.4",
|
|
18
18
|
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.9",
|
|
20
20
|
"chalk": "^5.3.0",
|
|
@@ -3882,12 +3882,12 @@
|
|
|
3882
3882
|
}
|
|
3883
3883
|
},
|
|
3884
3884
|
"node_modules/@salesforce/plugin-info": {
|
|
3885
|
-
"version": "3.2.
|
|
3886
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.
|
|
3887
|
-
"integrity": "sha512-
|
|
3885
|
+
"version": "3.2.4",
|
|
3886
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.4.tgz",
|
|
3887
|
+
"integrity": "sha512-WFWQmnLptPYYCMI+4sTud/tFvoxWWm8kxd9S8bcdziaCCHGb0KZegUcriXnZsrleEROk/i2TmtC8ij/Rn856jA==",
|
|
3888
3888
|
"license": "BSD-3-Clause",
|
|
3889
3889
|
"dependencies": {
|
|
3890
|
-
"@inquirer/input": "^2.1.
|
|
3890
|
+
"@inquirer/input": "^2.1.6",
|
|
3891
3891
|
"@oclif/core": "^3.26.4",
|
|
3892
3892
|
"@salesforce/core": "^7.0.1",
|
|
3893
3893
|
"@salesforce/kit": "^3.1.0",
|
package/oclif.lock
CHANGED
|
@@ -1431,7 +1431,7 @@
|
|
|
1431
1431
|
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.1.tgz#d65f0bd0e9511a90b4d3543ee6a3ce7211f29417"
|
|
1432
1432
|
integrity sha512-mtup3wVKia3ZwULPHcbs4Mor8Voi+iIXEWD7wCNbIO6lYR62oPCTQyrddi5OMYVXHzeCSoneZwJuS8sBvlEwDw==
|
|
1433
1433
|
|
|
1434
|
-
"@inquirer/input@^2.1.1", "@inquirer/input@^2.1.
|
|
1434
|
+
"@inquirer/input@^2.1.1", "@inquirer/input@^2.1.6":
|
|
1435
1435
|
version "2.1.6"
|
|
1436
1436
|
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.6.tgz#6f0bc5659252015ce75155c92831252c7b90cfe3"
|
|
1437
1437
|
integrity sha512-M8bUFOlcn/kQcVYskl4kkB6dYrHtymJJ1S4nSg/khXT3W3l71u2qhSzfo6PdBG3jUe6ILJZ0gUh4Kef2uJ5pxw==
|
|
@@ -1775,12 +1775,12 @@
|
|
|
1775
1775
|
debug "^4.3.4"
|
|
1776
1776
|
handlebars "^4.7.8"
|
|
1777
1777
|
|
|
1778
|
-
"@salesforce/plugin-info@^3.2.
|
|
1779
|
-
version "3.2.
|
|
1780
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.2.
|
|
1781
|
-
integrity sha512-
|
|
1778
|
+
"@salesforce/plugin-info@^3.2.4":
|
|
1779
|
+
version "3.2.4"
|
|
1780
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.2.4.tgz#1cb1c2c3140aebec85313574aa34ce2c69f8143a"
|
|
1781
|
+
integrity sha512-WFWQmnLptPYYCMI+4sTud/tFvoxWWm8kxd9S8bcdziaCCHGb0KZegUcriXnZsrleEROk/i2TmtC8ij/Rn856jA==
|
|
1782
1782
|
dependencies:
|
|
1783
|
-
"@inquirer/input" "^2.1.
|
|
1783
|
+
"@inquirer/input" "^2.1.6"
|
|
1784
1784
|
"@oclif/core" "^3.26.4"
|
|
1785
1785
|
"@salesforce/core" "^7.0.1"
|
|
1786
1786
|
"@salesforce/kit" "^3.1.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@oclif/core": "^3.26.2",
|
|
11
11
|
"@salesforce/core": "^7.3.0",
|
|
12
12
|
"@salesforce/kit": "^3.1.1",
|
|
13
|
-
"@salesforce/plugin-info": "^3.2.
|
|
13
|
+
"@salesforce/plugin-info": "^3.2.4",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^9.0.5",
|
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
|
16
16
|
"chalk": "^5.3.0",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"exports": "./lib/index.js",
|
|
237
237
|
"type": "module",
|
|
238
238
|
"sfdx": {
|
|
239
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.
|
|
240
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.
|
|
239
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.7.crt",
|
|
240
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.7.sig"
|
|
241
241
|
}
|
|
242
242
|
}
|