@salesforce/plugin-auth 3.3.21 → 3.3.22
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 +27 -11
- package/oclif.lock +10 -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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22",
|
|
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.22",
|
|
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.23.0",
|
|
15
15
|
"@salesforce/core": "^6.7.0",
|
|
16
16
|
"@salesforce/kit": "^3.0.15",
|
|
17
17
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
@@ -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.2",
|
|
26
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
26
|
+
"@salesforce/plugin-command-reference": "^3.0.70",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
28
28
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
29
29
|
"oclif": "^4.4.19",
|
|
@@ -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.23.0",
|
|
3709
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.23.0.tgz",
|
|
3710
|
+
"integrity": "sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==",
|
|
3711
3711
|
"license": "MIT",
|
|
3712
3712
|
"dependencies": {
|
|
3713
3713
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3726,6 +3726,7 @@
|
|
|
3726
3726
|
"indent-string": "^4.0.0",
|
|
3727
3727
|
"is-wsl": "^2.2.0",
|
|
3728
3728
|
"js-yaml": "^3.14.1",
|
|
3729
|
+
"minimatch": "^9.0.3",
|
|
3729
3730
|
"natural-orderby": "^2.0.3",
|
|
3730
3731
|
"object-treeify": "^1.1.33",
|
|
3731
3732
|
"password-prompt": "^1.1.3",
|
|
@@ -3792,6 +3793,21 @@
|
|
|
3792
3793
|
"js-yaml": "bin/js-yaml.js"
|
|
3793
3794
|
}
|
|
3794
3795
|
},
|
|
3796
|
+
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3797
|
+
"version": "9.0.3",
|
|
3798
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
3799
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
3800
|
+
"license": "ISC",
|
|
3801
|
+
"dependencies": {
|
|
3802
|
+
"brace-expansion": "^2.0.1"
|
|
3803
|
+
},
|
|
3804
|
+
"engines": {
|
|
3805
|
+
"node": ">=16 || 14 >=14.17"
|
|
3806
|
+
},
|
|
3807
|
+
"funding": {
|
|
3808
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3809
|
+
}
|
|
3810
|
+
},
|
|
3795
3811
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
|
3796
3812
|
"version": "8.1.1",
|
|
3797
3813
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4295,13 +4311,13 @@
|
|
|
4295
4311
|
}
|
|
4296
4312
|
},
|
|
4297
4313
|
"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-
|
|
4314
|
+
"version": "3.0.70",
|
|
4315
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.70.tgz",
|
|
4316
|
+
"integrity": "sha512-MwgdWn5OzY3d+6PgW/aopYqnGmeLvs/7JXS5VNOO63bnYYfhwCwzoJL9gRkL8v+PWeU6wZhEDITNPOM6x7K+YA==",
|
|
4301
4317
|
"dev": true,
|
|
4302
4318
|
"license": "BSD-3-Clause",
|
|
4303
4319
|
"dependencies": {
|
|
4304
|
-
"@oclif/core": "^3.
|
|
4320
|
+
"@oclif/core": "^3.20.0",
|
|
4305
4321
|
"@salesforce/core": "^6.5.3",
|
|
4306
4322
|
"@salesforce/kit": "^3.0.15",
|
|
4307
4323
|
"@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.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0":
|
|
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", "@oclif/core@^3.23.0":
|
|
1772
|
+
version "3.23.0"
|
|
1773
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8"
|
|
1774
|
+
integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
|
|
1775
1775
|
dependencies:
|
|
1776
1776
|
"@types/cli-progress" "^3.11.5"
|
|
1777
1777
|
ansi-escapes "^4.3.2"
|
|
@@ -1789,6 +1789,7 @@
|
|
|
1789
1789
|
indent-string "^4.0.0"
|
|
1790
1790
|
is-wsl "^2.2.0"
|
|
1791
1791
|
js-yaml "^3.14.1"
|
|
1792
|
+
minimatch "^9.0.3"
|
|
1792
1793
|
natural-orderby "^2.0.3"
|
|
1793
1794
|
object-treeify "^1.1.33"
|
|
1794
1795
|
password-prompt "^1.1.3"
|
|
@@ -2033,12 +2034,12 @@
|
|
|
2033
2034
|
"@salesforce/ts-types" "^2.0.9"
|
|
2034
2035
|
tslib "^2.6.2"
|
|
2035
2036
|
|
|
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-
|
|
2037
|
+
"@salesforce/plugin-command-reference@^3.0.70":
|
|
2038
|
+
version "3.0.70"
|
|
2039
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.70.tgz#0573fcdaf86679a98e0e8088ed75f2e7d0388639"
|
|
2040
|
+
integrity sha512-MwgdWn5OzY3d+6PgW/aopYqnGmeLvs/7JXS5VNOO63bnYYfhwCwzoJL9gRkL8v+PWeU6wZhEDITNPOM6x7K+YA==
|
|
2040
2041
|
dependencies:
|
|
2041
|
-
"@oclif/core" "^3.
|
|
2042
|
+
"@oclif/core" "^3.20.0"
|
|
2042
2043
|
"@salesforce/core" "^6.5.3"
|
|
2043
2044
|
"@salesforce/kit" "^3.0.15"
|
|
2044
2045
|
"@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.22",
|
|
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.23.0",
|
|
11
11
|
"@salesforce/core": "^6.7.0",
|
|
12
12
|
"@salesforce/kit": "^3.0.15",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
@@ -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.2",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.0.70",
|
|
23
23
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
25
25
|
"oclif": "^4.4.19",
|
|
@@ -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.22.crt",
|
|
236
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.22.sig"
|
|
237
237
|
}
|
|
238
238
|
}
|