@salesforce/plugin-auth 3.3.6 → 3.3.8
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/oclif.lock +47 -20
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ EXAMPLES
|
|
|
107
107
|
$ sf org list auth
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
110
|
+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/list/auth.ts)_
|
|
111
111
|
|
|
112
112
|
## `sf org login access-token`
|
|
113
113
|
|
|
@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
|
|
|
160
160
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
163
|
+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/login/access-token.ts)_
|
|
164
164
|
|
|
165
165
|
## `sf org login device`
|
|
166
166
|
|
|
@@ -219,7 +219,7 @@ FLAG DESCRIPTIONS
|
|
|
219
219
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
222
|
+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/login/device.ts)_
|
|
223
223
|
|
|
224
224
|
## `sf org login jwt`
|
|
225
225
|
|
|
@@ -308,7 +308,7 @@ FLAG DESCRIPTIONS
|
|
|
308
308
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
309
309
|
```
|
|
310
310
|
|
|
311
|
-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
311
|
+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/login/jwt.ts)_
|
|
312
312
|
|
|
313
313
|
## `sf org login sfdx-url`
|
|
314
314
|
|
|
@@ -375,7 +375,7 @@ EXAMPLES
|
|
|
375
375
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin -
|
|
376
376
|
```
|
|
377
377
|
|
|
378
|
-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
378
|
+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/login/sfdx-url.ts)_
|
|
379
379
|
|
|
380
380
|
## `sf org login web`
|
|
381
381
|
|
|
@@ -460,7 +460,7 @@ FLAG DESCRIPTIONS
|
|
|
460
460
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
461
461
|
```
|
|
462
462
|
|
|
463
|
-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
463
|
+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/login/web.ts)_
|
|
464
464
|
|
|
465
465
|
## `sf org logout`
|
|
466
466
|
|
|
@@ -520,6 +520,6 @@ FLAG DESCRIPTIONS
|
|
|
520
520
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
523
|
+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.8/src/commands/org/logout.ts)_
|
|
524
524
|
|
|
525
525
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1214,13 +1214,13 @@
|
|
|
1214
1214
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
|
1215
1215
|
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
|
1216
1216
|
|
|
1217
|
-
"@inquirer/checkbox@^1.5.
|
|
1218
|
-
version "1.5.
|
|
1219
|
-
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-1.5.
|
|
1220
|
-
integrity sha512-
|
|
1217
|
+
"@inquirer/checkbox@^1.5.2":
|
|
1218
|
+
version "1.5.2"
|
|
1219
|
+
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-1.5.2.tgz#043ca370ebbc0b92691c2309bc12e8716ed701c4"
|
|
1220
|
+
integrity sha512-CifrkgQjDkUkWexmgYYNyB5603HhTHI91vLFeQXh6qrTKiCMVASol01Rs1cv6LP/A2WccZSRlJKZhbaBIs/9ZA==
|
|
1221
1221
|
dependencies:
|
|
1222
|
-
"@inquirer/core" "^
|
|
1223
|
-
"@inquirer/type" "^1.1.
|
|
1222
|
+
"@inquirer/core" "^6.0.0"
|
|
1223
|
+
"@inquirer/type" "^1.1.6"
|
|
1224
1224
|
ansi-escapes "^4.3.2"
|
|
1225
1225
|
chalk "^4.1.2"
|
|
1226
1226
|
figures "^3.2.0"
|
|
@@ -1254,6 +1254,26 @@
|
|
|
1254
1254
|
strip-ansi "^6.0.1"
|
|
1255
1255
|
wrap-ansi "^6.2.0"
|
|
1256
1256
|
|
|
1257
|
+
"@inquirer/core@^6.0.0":
|
|
1258
|
+
version "6.0.0"
|
|
1259
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-6.0.0.tgz#d44ccd8ae09a4879a78f09cca35bf1ab894b95f4"
|
|
1260
|
+
integrity sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==
|
|
1261
|
+
dependencies:
|
|
1262
|
+
"@inquirer/type" "^1.1.6"
|
|
1263
|
+
"@types/mute-stream" "^0.0.4"
|
|
1264
|
+
"@types/node" "^20.10.7"
|
|
1265
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
1266
|
+
ansi-escapes "^4.3.2"
|
|
1267
|
+
chalk "^4.1.2"
|
|
1268
|
+
cli-spinners "^2.9.2"
|
|
1269
|
+
cli-width "^4.1.0"
|
|
1270
|
+
figures "^3.2.0"
|
|
1271
|
+
mute-stream "^1.0.0"
|
|
1272
|
+
run-async "^3.0.0"
|
|
1273
|
+
signal-exit "^4.1.0"
|
|
1274
|
+
strip-ansi "^6.0.1"
|
|
1275
|
+
wrap-ansi "^6.2.0"
|
|
1276
|
+
|
|
1257
1277
|
"@inquirer/input@^1.2.14":
|
|
1258
1278
|
version "1.2.14"
|
|
1259
1279
|
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
|
|
@@ -1284,10 +1304,10 @@
|
|
|
1284
1304
|
chalk "^4.1.2"
|
|
1285
1305
|
figures "^3.2.0"
|
|
1286
1306
|
|
|
1287
|
-
"@inquirer/type@^1.1.5":
|
|
1288
|
-
version "1.1.
|
|
1289
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.
|
|
1290
|
-
integrity sha512-
|
|
1307
|
+
"@inquirer/type@^1.1.5", "@inquirer/type@^1.1.6":
|
|
1308
|
+
version "1.1.6"
|
|
1309
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.6.tgz#f2656456e58fb93c7b73d5aad583b928c77b9206"
|
|
1310
|
+
integrity sha512-OCKOpn0CrFDslR8s3who7hlr823zXTb1iShGCaaWgEJFfkIV0T9aLZV2QGnOuU78IrsPYLkr3oKx9dZwwCH3Rw==
|
|
1291
1311
|
|
|
1292
1312
|
"@isaacs/cliui@^8.0.2":
|
|
1293
1313
|
version "8.0.2"
|
|
@@ -1537,10 +1557,10 @@
|
|
|
1537
1557
|
node-gyp "^8.2.0"
|
|
1538
1558
|
read-package-json-fast "^2.0.1"
|
|
1539
1559
|
|
|
1540
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
|
|
1541
|
-
version "3.18.
|
|
1542
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.
|
|
1543
|
-
integrity sha512-
|
|
1560
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
|
|
1561
|
+
version "3.18.2"
|
|
1562
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
|
|
1563
|
+
integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==
|
|
1544
1564
|
dependencies:
|
|
1545
1565
|
"@types/cli-progress" "^3.11.5"
|
|
1546
1566
|
ansi-escapes "^4.3.2"
|
|
@@ -1718,12 +1738,12 @@
|
|
|
1718
1738
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1719
1739
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1720
1740
|
|
|
1721
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
1722
|
-
version "5.1.
|
|
1723
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
1724
|
-
integrity sha512-
|
|
1741
|
+
"@salesforce/cli-plugins-testkit@^5.1.8":
|
|
1742
|
+
version "5.1.8"
|
|
1743
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.8.tgz#789630cc389c13fe016c7593aa4ac8bbf532e3bd"
|
|
1744
|
+
integrity sha512-3/jvEc+RVWFRbGPtyEzNJ5eb84p7HuLYDZ1EAokLVgDpnW5qy9UpBWrU0Tv98MaQhfRtPdSc/gmzB6m6nqWZLg==
|
|
1725
1745
|
dependencies:
|
|
1726
|
-
"@salesforce/core" "^6.
|
|
1746
|
+
"@salesforce/core" "^6.5.1"
|
|
1727
1747
|
"@salesforce/kit" "^3.0.15"
|
|
1728
1748
|
"@salesforce/ts-types" "^2.0.9"
|
|
1729
1749
|
"@types/shelljs" "^0.8.15"
|
|
@@ -2561,6 +2581,13 @@
|
|
|
2561
2581
|
dependencies:
|
|
2562
2582
|
undici-types "~5.26.4"
|
|
2563
2583
|
|
|
2584
|
+
"@types/node@^20.10.7":
|
|
2585
|
+
version "20.11.16"
|
|
2586
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.16.tgz#4411f79411514eb8e2926f036c86c9f0e4ec6708"
|
|
2587
|
+
integrity sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==
|
|
2588
|
+
dependencies:
|
|
2589
|
+
undici-types "~5.26.4"
|
|
2590
|
+
|
|
2564
2591
|
"@types/normalize-package-data@^2.4.0":
|
|
2565
2592
|
version "2.4.1"
|
|
2566
2593
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
|
@@ -3514,7 +3541,7 @@ cli-progress@^3.12.0:
|
|
|
3514
3541
|
dependencies:
|
|
3515
3542
|
string-width "^4.2.3"
|
|
3516
3543
|
|
|
3517
|
-
cli-spinners@^2.5.0, cli-spinners@^2.9.1:
|
|
3544
|
+
cli-spinners@^2.5.0, cli-spinners@^2.9.1, cli-spinners@^2.9.2:
|
|
3518
3545
|
version "2.9.2"
|
|
3519
3546
|
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
|
|
3520
3547
|
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@inquirer/checkbox": "^1.5.
|
|
8
|
+
"@inquirer/checkbox": "^1.5.2",
|
|
9
9
|
"@inquirer/select": "^1.3.1",
|
|
10
|
-
"@oclif/core": "^3.18.
|
|
10
|
+
"@oclif/core": "^3.18.2",
|
|
11
11
|
"@salesforce/core": "^6.5.1",
|
|
12
12
|
"@salesforce/kit": "^3.0.15",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^7.1.4",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.1.8",
|
|
21
21
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.0.63",
|
|
23
23
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"exports": "./lib/index.js",
|
|
234
234
|
"type": "module",
|
|
235
235
|
"sfdx": {
|
|
236
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.
|
|
237
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.
|
|
236
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.8.crt",
|
|
237
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.8.sig"
|
|
238
238
|
}
|
|
239
239
|
}
|