@salesforce/plugin-auth 3.3.17 → 3.3.18
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 +11 -11
- package/oclif.lock +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.18/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.18/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.18/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.18/src/commands/org/login/jwt.ts)_
|
|
312
312
|
|
|
313
313
|
## `sf org login sfdx-url`
|
|
314
314
|
|
|
@@ -373,7 +373,7 @@ EXAMPLES
|
|
|
373
373
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
376
|
+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/sfdx-url.ts)_
|
|
377
377
|
|
|
378
378
|
## `sf org login web`
|
|
379
379
|
|
|
@@ -458,7 +458,7 @@ FLAG DESCRIPTIONS
|
|
|
458
458
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
461
|
+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/web.ts)_
|
|
462
462
|
|
|
463
463
|
## `sf org logout`
|
|
464
464
|
|
|
@@ -518,6 +518,6 @@ FLAG DESCRIPTIONS
|
|
|
518
518
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
519
519
|
```
|
|
520
520
|
|
|
521
|
-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
521
|
+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/logout.ts)_
|
|
522
522
|
|
|
523
523
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.18",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-auth",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.18",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/checkbox": "^1.5.2",
|
|
13
13
|
"@inquirer/select": "^1.3.3",
|
|
14
|
-
"@oclif/core": "^3.
|
|
14
|
+
"@oclif/core": "^3.20.0",
|
|
15
15
|
"@salesforce/core": "^6.5.5",
|
|
16
16
|
"@salesforce/kit": "^3.0.15",
|
|
17
17
|
"@salesforce/sf-plugins-core": "^7.1.12",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@oclif/plugin-command-snapshot": "^5.0.9",
|
|
24
24
|
"@salesforce/cli-plugins-testkit": "^5.1.9",
|
|
25
25
|
"@salesforce/dev-scripts": "^8.4.1",
|
|
26
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
26
|
+
"@salesforce/plugin-command-reference": "^3.0.69",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
28
28
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
29
29
|
"oclif": "^4.4.17",
|
|
@@ -3705,9 +3705,9 @@
|
|
|
3705
3705
|
}
|
|
3706
3706
|
},
|
|
3707
3707
|
"node_modules/@oclif/core": {
|
|
3708
|
-
"version": "3.
|
|
3709
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3710
|
-
"integrity": "sha512-
|
|
3708
|
+
"version": "3.20.0",
|
|
3709
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
|
|
3710
|
+
"integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
|
|
3711
3711
|
"license": "MIT",
|
|
3712
3712
|
"dependencies": {
|
|
3713
3713
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -4295,13 +4295,13 @@
|
|
|
4295
4295
|
}
|
|
4296
4296
|
},
|
|
4297
4297
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4298
|
-
"version": "3.0.
|
|
4299
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
4300
|
-
"integrity": "sha512-
|
|
4298
|
+
"version": "3.0.69",
|
|
4299
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.69.tgz",
|
|
4300
|
+
"integrity": "sha512-SVUx7CMdc9h10x1S1X50Vk5q8lNm53Erz+j8X1niAAqeoh/cubYrwChyJS8rhrToxLfV3OeHJ7NQsqovNqTzVg==",
|
|
4301
4301
|
"dev": true,
|
|
4302
4302
|
"license": "BSD-3-Clause",
|
|
4303
4303
|
"dependencies": {
|
|
4304
|
-
"@oclif/core": "^3.19.
|
|
4304
|
+
"@oclif/core": "^3.19.6",
|
|
4305
4305
|
"@salesforce/core": "^6.5.3",
|
|
4306
4306
|
"@salesforce/kit": "^3.0.15",
|
|
4307
4307
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
package/oclif.lock
CHANGED
|
@@ -1768,10 +1768,10 @@
|
|
|
1768
1768
|
node-gyp "^8.2.0"
|
|
1769
1769
|
read-package-json-fast "^2.0.1"
|
|
1770
1770
|
|
|
1771
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.
|
|
1772
|
-
version "3.
|
|
1773
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
1774
|
-
integrity sha512-
|
|
1771
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0":
|
|
1772
|
+
version "3.20.0"
|
|
1773
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.0.tgz#534458dc6e8c46d8f03906aaadaca079e16a6554"
|
|
1774
|
+
integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
|
|
1775
1775
|
dependencies:
|
|
1776
1776
|
"@types/cli-progress" "^3.11.5"
|
|
1777
1777
|
ansi-escapes "^4.3.2"
|
|
@@ -2033,12 +2033,12 @@
|
|
|
2033
2033
|
"@salesforce/ts-types" "^2.0.9"
|
|
2034
2034
|
tslib "^2.6.2"
|
|
2035
2035
|
|
|
2036
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
2037
|
-
version "3.0.
|
|
2038
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
2039
|
-
integrity sha512-
|
|
2036
|
+
"@salesforce/plugin-command-reference@^3.0.69":
|
|
2037
|
+
version "3.0.69"
|
|
2038
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.69.tgz#e187706e6751a27d99047f8fe5b42cda8c6a8819"
|
|
2039
|
+
integrity sha512-SVUx7CMdc9h10x1S1X50Vk5q8lNm53Erz+j8X1niAAqeoh/cubYrwChyJS8rhrToxLfV3OeHJ7NQsqovNqTzVg==
|
|
2040
2040
|
dependencies:
|
|
2041
|
-
"@oclif/core" "^3.19.
|
|
2041
|
+
"@oclif/core" "^3.19.6"
|
|
2042
2042
|
"@salesforce/core" "^6.5.3"
|
|
2043
2043
|
"@salesforce/kit" "^3.0.15"
|
|
2044
2044
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
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.18",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@inquirer/checkbox": "^1.5.2",
|
|
9
9
|
"@inquirer/select": "^1.3.3",
|
|
10
|
-
"@oclif/core": "^3.
|
|
10
|
+
"@oclif/core": "^3.20.0",
|
|
11
11
|
"@salesforce/core": "^6.5.5",
|
|
12
12
|
"@salesforce/kit": "^3.0.15",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^7.1.12",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.0.9",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.1.9",
|
|
21
21
|
"@salesforce/dev-scripts": "^8.4.1",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.0.69",
|
|
23
23
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
25
25
|
"oclif": "^4.4.17",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"exports": "./lib/index.js",
|
|
233
233
|
"type": "module",
|
|
234
234
|
"sfdx": {
|
|
235
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.
|
|
236
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.
|
|
235
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.18.crt",
|
|
236
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.18.sig"
|
|
237
237
|
}
|
|
238
238
|
}
|