@salesforce/plugin-auth 2.8.25 → 2.8.26
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.manifest.json +1 -1
- package/package.json +7 -9
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ EXAMPLES
|
|
|
107
107
|
$ sfdx org:list:auth
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.
|
|
110
|
+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.26/src/commands/org/list/auth.ts)_
|
|
111
111
|
|
|
112
112
|
## `sfdx 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/2.8.
|
|
163
|
+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.26/src/commands/org/login/access-token.ts)_
|
|
164
164
|
|
|
165
165
|
## `sfdx 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/2.8.
|
|
222
|
+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.26/src/commands/org/login/device.ts)_
|
|
223
223
|
|
|
224
224
|
## `sfdx 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/2.8.
|
|
311
|
+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.26/src/commands/org/login/jwt.ts)_
|
|
312
312
|
|
|
313
313
|
## `sfdx org:login:sfdx-url`
|
|
314
314
|
|
|
@@ -366,7 +366,7 @@ EXAMPLES
|
|
|
366
366
|
$ sfdx org:login:sfdx-url --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.
|
|
369
|
+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.26/src/commands/org/login/sfdx-url.ts)_
|
|
370
370
|
|
|
371
371
|
## `sfdx org:login:web`
|
|
372
372
|
|
|
@@ -451,7 +451,7 @@ FLAG DESCRIPTIONS
|
|
|
451
451
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
452
452
|
```
|
|
453
453
|
|
|
454
|
-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.
|
|
454
|
+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.26/src/commands/org/login/web.ts)_
|
|
455
455
|
|
|
456
456
|
## `sfdx org:logout`
|
|
457
457
|
|
|
@@ -511,6 +511,6 @@ FLAG DESCRIPTIONS
|
|
|
511
511
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
512
512
|
```
|
|
513
513
|
|
|
514
|
-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.
|
|
514
|
+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/2.8.26/src/commands/org/logout.ts)_
|
|
515
515
|
|
|
516
516
|
<!-- commandsstop -->
|
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 sfdx auth commands",
|
|
4
|
-
"version": "2.8.
|
|
4
|
+
"version": "2.8.26",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"main": "lib/index.js",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@oclif/core": "^2.15.0",
|
|
10
|
-
"@salesforce/core": "^5.3.
|
|
10
|
+
"@salesforce/core": "^5.3.17",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
13
13
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -19,10 +19,9 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^4.0.14",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^4.4.8",
|
|
22
|
-
"@salesforce/dev-config": "^4.0
|
|
23
|
-
"@salesforce/dev-scripts": "^5.12.
|
|
22
|
+
"@salesforce/dev-config": "^4.1.0",
|
|
23
|
+
"@salesforce/dev-scripts": "^5.12.2",
|
|
24
24
|
"@salesforce/plugin-command-reference": "^3.0.42",
|
|
25
|
-
"@salesforce/plugin-settings": "^1.4.35",
|
|
26
25
|
"@salesforce/prettier-config": "^0.0.3",
|
|
27
26
|
"@salesforce/ts-sinon": "^1.4.15",
|
|
28
27
|
"@swc/core": "1.3.39",
|
|
@@ -77,8 +76,7 @@
|
|
|
77
76
|
"devPlugins": [
|
|
78
77
|
"@oclif/plugin-help",
|
|
79
78
|
"@oclif/plugin-command-snapshot",
|
|
80
|
-
"@salesforce/plugin-command-reference"
|
|
81
|
-
"@salesforce/plugin-settings"
|
|
79
|
+
"@salesforce/plugin-command-reference"
|
|
82
80
|
],
|
|
83
81
|
"topics": {
|
|
84
82
|
"org": {
|
|
@@ -240,7 +238,7 @@
|
|
|
240
238
|
}
|
|
241
239
|
},
|
|
242
240
|
"sfdx": {
|
|
243
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/2.8.
|
|
244
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/2.8.
|
|
241
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/2.8.26.crt",
|
|
242
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/2.8.26.sig"
|
|
245
243
|
}
|
|
246
244
|
}
|