@salesforce/plugin-auth 3.3.23 → 3.3.24
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 +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.24/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.24/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.24/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.24/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.24/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.24/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.24/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.24",
|
|
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.24",
|
|
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.25.2",
|
|
15
15
|
"@salesforce/core": "^6.7.0",
|
|
16
16
|
"@salesforce/kit": "^3.0.15",
|
|
17
17
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
@@ -4024,9 +4024,9 @@
|
|
|
4024
4024
|
}
|
|
4025
4025
|
},
|
|
4026
4026
|
"node_modules/@oclif/core": {
|
|
4027
|
-
"version": "3.
|
|
4028
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
4029
|
-
"integrity": "sha512-
|
|
4027
|
+
"version": "3.25.2",
|
|
4028
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz",
|
|
4029
|
+
"integrity": "sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==",
|
|
4030
4030
|
"license": "MIT",
|
|
4031
4031
|
"dependencies": {
|
|
4032
4032
|
"@types/cli-progress": "^3.11.5",
|
package/oclif.lock
CHANGED
|
@@ -1767,10 +1767,10 @@
|
|
|
1767
1767
|
node-gyp "^8.2.0"
|
|
1768
1768
|
read-package-json-fast "^2.0.1"
|
|
1769
1769
|
|
|
1770
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.
|
|
1771
|
-
version "3.
|
|
1772
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
1773
|
-
integrity sha512-
|
|
1770
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.25.2":
|
|
1771
|
+
version "3.25.2"
|
|
1772
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
|
|
1773
|
+
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
|
|
1774
1774
|
dependencies:
|
|
1775
1775
|
"@types/cli-progress" "^3.11.5"
|
|
1776
1776
|
ansi-escapes "^4.3.2"
|
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.24",
|
|
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.25.2",
|
|
11
11
|
"@salesforce/core": "^6.7.0",
|
|
12
12
|
"@salesforce/kit": "^3.0.15",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
@@ -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.24.crt",
|
|
236
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.24.sig"
|
|
237
237
|
}
|
|
238
238
|
}
|