@salesforce/plugin-auth 3.6.10 → 3.6.11
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 +18 -19
- package/oclif.lock +18 -20
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -108,7 +108,7 @@ EXAMPLES
|
|
|
108
108
|
$ sf org list auth
|
|
109
109
|
```
|
|
110
110
|
|
|
111
|
-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
111
|
+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/list/auth.ts)_
|
|
112
112
|
|
|
113
113
|
## `sf org login access-token`
|
|
114
114
|
|
|
@@ -162,7 +162,7 @@ FLAG DESCRIPTIONS
|
|
|
162
162
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
163
163
|
```
|
|
164
164
|
|
|
165
|
-
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
165
|
+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/access-token.ts)_
|
|
166
166
|
|
|
167
167
|
## `sf org login device`
|
|
168
168
|
|
|
@@ -222,7 +222,7 @@ FLAG DESCRIPTIONS
|
|
|
222
222
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
223
223
|
```
|
|
224
224
|
|
|
225
|
-
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
225
|
+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/device.ts)_
|
|
226
226
|
|
|
227
227
|
## `sf org login jwt`
|
|
228
228
|
|
|
@@ -313,7 +313,7 @@ FLAG DESCRIPTIONS
|
|
|
313
313
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
316
|
+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/jwt.ts)_
|
|
317
317
|
|
|
318
318
|
## `sf org login sfdx-url`
|
|
319
319
|
|
|
@@ -378,7 +378,7 @@ EXAMPLES
|
|
|
378
378
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
379
379
|
```
|
|
380
380
|
|
|
381
|
-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
381
|
+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/sfdx-url.ts)_
|
|
382
382
|
|
|
383
383
|
## `sf org login web`
|
|
384
384
|
|
|
@@ -465,7 +465,7 @@ FLAG DESCRIPTIONS
|
|
|
465
465
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
466
466
|
```
|
|
467
467
|
|
|
468
|
-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
468
|
+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/web.ts)_
|
|
469
469
|
|
|
470
470
|
## `sf org logout`
|
|
471
471
|
|
|
@@ -526,6 +526,6 @@ FLAG DESCRIPTIONS
|
|
|
526
526
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
527
527
|
```
|
|
528
528
|
|
|
529
|
-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
529
|
+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/logout.ts)_
|
|
530
530
|
|
|
531
531
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.11",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-auth",
|
|
9
|
-
"version": "3.6.
|
|
9
|
+
"version": "3.6.11",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/checkbox": "^1.5.2",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@oclif/core": "^3.26.5",
|
|
15
15
|
"@salesforce/core": "^7.3.5",
|
|
16
16
|
"@salesforce/kit": "^3.1.1",
|
|
17
|
-
"@salesforce/plugin-info": "^3.2.
|
|
17
|
+
"@salesforce/plugin-info": "^3.2.7",
|
|
18
18
|
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.9",
|
|
20
20
|
"chalk": "^5.3.0",
|
|
@@ -3727,9 +3727,9 @@
|
|
|
3727
3727
|
}
|
|
3728
3728
|
},
|
|
3729
3729
|
"node_modules/@salesforce/core": {
|
|
3730
|
-
"version": "7.3.
|
|
3731
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
3732
|
-
"integrity": "sha512-
|
|
3730
|
+
"version": "7.3.6",
|
|
3731
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.6.tgz",
|
|
3732
|
+
"integrity": "sha512-LngaY4GxixZ7X5oPGa00NdRzpqTXC8jPOQ/H+oFNiZb8nhMfYTBsQob258z33sIBf+G/5RZOJgX10Z+teJzt6A==",
|
|
3733
3733
|
"license": "BSD-3-Clause",
|
|
3734
3734
|
"dependencies": {
|
|
3735
3735
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
@@ -3747,7 +3747,7 @@
|
|
|
3747
3747
|
"pino-abstract-transport": "^1.1.0",
|
|
3748
3748
|
"pino-pretty": "^10.3.1",
|
|
3749
3749
|
"proper-lockfile": "^4.1.2",
|
|
3750
|
-
"semver": "^7.6.
|
|
3750
|
+
"semver": "^7.6.2",
|
|
3751
3751
|
"ts-retry-promise": "^0.7.1"
|
|
3752
3752
|
},
|
|
3753
3753
|
"engines": {
|
|
@@ -3882,16 +3882,16 @@
|
|
|
3882
3882
|
}
|
|
3883
3883
|
},
|
|
3884
3884
|
"node_modules/@salesforce/plugin-info": {
|
|
3885
|
-
"version": "3.2.
|
|
3886
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.
|
|
3887
|
-
"integrity": "sha512-
|
|
3885
|
+
"version": "3.2.7",
|
|
3886
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.2.7.tgz",
|
|
3887
|
+
"integrity": "sha512-NgX6YkbugnhyR6Vh+zd6b525anqk+kuFi508wbMX5cmntJKEJaSU81ir+rHfN1/4RrEIbwJm2tnO9XA97rCSLA==",
|
|
3888
3888
|
"license": "BSD-3-Clause",
|
|
3889
3889
|
"dependencies": {
|
|
3890
3890
|
"@inquirer/input": "^2.1.6",
|
|
3891
|
-
"@oclif/core": "^3.26.
|
|
3892
|
-
"@salesforce/core": "^7.
|
|
3891
|
+
"@oclif/core": "^3.26.5",
|
|
3892
|
+
"@salesforce/core": "^7.3.4",
|
|
3893
3893
|
"@salesforce/kit": "^3.1.0",
|
|
3894
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
3894
|
+
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
3895
3895
|
"got": "^13.0.0",
|
|
3896
3896
|
"marked": "^4.3.0",
|
|
3897
3897
|
"marked-terminal": "^4.2.0",
|
|
@@ -10436,6 +10436,7 @@
|
|
|
10436
10436
|
"version": "6.0.0",
|
|
10437
10437
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
10438
10438
|
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
10439
|
+
"dev": true,
|
|
10439
10440
|
"license": "ISC",
|
|
10440
10441
|
"dependencies": {
|
|
10441
10442
|
"yallist": "^4.0.0"
|
|
@@ -12799,13 +12800,10 @@
|
|
|
12799
12800
|
"license": "BSD-3-Clause"
|
|
12800
12801
|
},
|
|
12801
12802
|
"node_modules/semver": {
|
|
12802
|
-
"version": "7.6.
|
|
12803
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.
|
|
12804
|
-
"integrity": "sha512-
|
|
12803
|
+
"version": "7.6.2",
|
|
12804
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
|
|
12805
|
+
"integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
|
|
12805
12806
|
"license": "ISC",
|
|
12806
|
-
"dependencies": {
|
|
12807
|
-
"lru-cache": "^6.0.0"
|
|
12808
|
-
},
|
|
12809
12807
|
"bin": {
|
|
12810
12808
|
"semver": "bin/semver.js"
|
|
12811
12809
|
},
|
|
@@ -14415,6 +14413,7 @@
|
|
|
14415
14413
|
"version": "4.0.0",
|
|
14416
14414
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
14417
14415
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
14416
|
+
"dev": true,
|
|
14418
14417
|
"license": "ISC"
|
|
14419
14418
|
},
|
|
14420
14419
|
"node_modules/yargs": {
|
package/oclif.lock
CHANGED
|
@@ -1595,7 +1595,7 @@
|
|
|
1595
1595
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1596
1596
|
fastq "^1.6.0"
|
|
1597
1597
|
|
|
1598
|
-
"@oclif/core@3.26.5", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.
|
|
1598
|
+
"@oclif/core@3.26.5", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.5":
|
|
1599
1599
|
version "3.26.5"
|
|
1600
1600
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4"
|
|
1601
1601
|
integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
|
|
@@ -1693,10 +1693,10 @@
|
|
|
1693
1693
|
strip-ansi "6.0.1"
|
|
1694
1694
|
ts-retry-promise "^0.8.0"
|
|
1695
1695
|
|
|
1696
|
-
"@salesforce/core@^7.
|
|
1697
|
-
version "7.3.
|
|
1698
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1699
|
-
integrity sha512-
|
|
1696
|
+
"@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.4", "@salesforce/core@^7.3.5":
|
|
1697
|
+
version "7.3.6"
|
|
1698
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.6.tgz#b2769abf3d8cee6fef26741dd9bdbe977a497023"
|
|
1699
|
+
integrity sha512-LngaY4GxixZ7X5oPGa00NdRzpqTXC8jPOQ/H+oFNiZb8nhMfYTBsQob258z33sIBf+G/5RZOJgX10Z+teJzt6A==
|
|
1700
1700
|
dependencies:
|
|
1701
1701
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
1702
1702
|
"@salesforce/kit" "^3.1.1"
|
|
@@ -1713,7 +1713,7 @@
|
|
|
1713
1713
|
pino-abstract-transport "^1.1.0"
|
|
1714
1714
|
pino-pretty "^10.3.1"
|
|
1715
1715
|
proper-lockfile "^4.1.2"
|
|
1716
|
-
semver "^7.6.
|
|
1716
|
+
semver "^7.6.2"
|
|
1717
1717
|
ts-retry-promise "^0.7.1"
|
|
1718
1718
|
|
|
1719
1719
|
"@salesforce/dev-config@^4.1.0":
|
|
@@ -1775,16 +1775,16 @@
|
|
|
1775
1775
|
debug "^4.3.4"
|
|
1776
1776
|
handlebars "^4.7.8"
|
|
1777
1777
|
|
|
1778
|
-
"@salesforce/plugin-info@^3.2.
|
|
1779
|
-
version "3.2.
|
|
1780
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.2.
|
|
1781
|
-
integrity sha512-
|
|
1778
|
+
"@salesforce/plugin-info@^3.2.7":
|
|
1779
|
+
version "3.2.7"
|
|
1780
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.2.7.tgz#721d852e5a4090a543a8152ad5a2407c029e3984"
|
|
1781
|
+
integrity sha512-NgX6YkbugnhyR6Vh+zd6b525anqk+kuFi508wbMX5cmntJKEJaSU81ir+rHfN1/4RrEIbwJm2tnO9XA97rCSLA==
|
|
1782
1782
|
dependencies:
|
|
1783
1783
|
"@inquirer/input" "^2.1.6"
|
|
1784
|
-
"@oclif/core" "^3.26.
|
|
1785
|
-
"@salesforce/core" "^7.
|
|
1784
|
+
"@oclif/core" "^3.26.5"
|
|
1785
|
+
"@salesforce/core" "^7.3.4"
|
|
1786
1786
|
"@salesforce/kit" "^3.1.0"
|
|
1787
|
-
"@salesforce/sf-plugins-core" "^9.0.
|
|
1787
|
+
"@salesforce/sf-plugins-core" "^9.0.7"
|
|
1788
1788
|
got "^13.0.0"
|
|
1789
1789
|
marked "^4.3.0"
|
|
1790
1790
|
marked-terminal "^4.2.0"
|
|
@@ -1802,7 +1802,7 @@
|
|
|
1802
1802
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1803
1803
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1804
1804
|
|
|
1805
|
-
"@salesforce/sf-plugins-core@^9.0.
|
|
1805
|
+
"@salesforce/sf-plugins-core@^9.0.5", "@salesforce/sf-plugins-core@^9.0.7":
|
|
1806
1806
|
version "9.0.7"
|
|
1807
1807
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz#77ffc67df994e0cec205827462811f521e3086ba"
|
|
1808
1808
|
integrity sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==
|
|
@@ -6974,12 +6974,10 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
|
6974
6974
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
6975
6975
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
6976
6976
|
|
|
6977
|
-
semver@^7.0.0, semver@^7.3.4, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
|
|
6978
|
-
version "7.6.
|
|
6979
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.
|
|
6980
|
-
integrity sha512-
|
|
6981
|
-
dependencies:
|
|
6982
|
-
lru-cache "^6.0.0"
|
|
6977
|
+
semver@^7.0.0, semver@^7.3.4, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.2:
|
|
6978
|
+
version "7.6.2"
|
|
6979
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
|
|
6980
|
+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
|
|
6983
6981
|
|
|
6984
6982
|
sentence-case@^3.0.4:
|
|
6985
6983
|
version "3.0.4"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.11",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@oclif/core": "^3.26.5",
|
|
11
11
|
"@salesforce/core": "^7.3.5",
|
|
12
12
|
"@salesforce/kit": "^3.1.1",
|
|
13
|
-
"@salesforce/plugin-info": "^3.2.
|
|
13
|
+
"@salesforce/plugin-info": "^3.2.7",
|
|
14
14
|
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
|
16
16
|
"chalk": "^5.3.0",
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"exports": "./lib/index.js",
|
|
237
237
|
"type": "module",
|
|
238
238
|
"sfdx": {
|
|
239
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.
|
|
240
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.
|
|
239
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.11.crt",
|
|
240
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.6.11.sig"
|
|
241
241
|
}
|
|
242
242
|
}
|