@salesforce/plugin-auth 3.0.2 → 3.0.4
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.lock +21 -28
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.0.
|
|
110
|
+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.4/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.0.
|
|
163
|
+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.4/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.0.
|
|
222
|
+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.4/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.0.
|
|
311
|
+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.4/src/commands/org/login/jwt.ts)_
|
|
312
312
|
|
|
313
313
|
## `sf org login sfdx-url`
|
|
314
314
|
|
|
@@ -366,7 +366,7 @@ EXAMPLES
|
|
|
366
366
|
$ sf 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/3.0.
|
|
369
|
+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.4/src/commands/org/login/sfdx-url.ts)_
|
|
370
370
|
|
|
371
371
|
## `sf 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/3.0.
|
|
454
|
+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.4/src/commands/org/login/web.ts)_
|
|
455
455
|
|
|
456
456
|
## `sf 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/3.0.
|
|
514
|
+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.0.4/src/commands/org/logout.ts)_
|
|
515
515
|
|
|
516
516
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -726,10 +726,10 @@
|
|
|
726
726
|
wordwrap "^1.0.0"
|
|
727
727
|
wrap-ansi "^7.0.0"
|
|
728
728
|
|
|
729
|
-
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.
|
|
730
|
-
version "3.10.
|
|
731
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.
|
|
732
|
-
integrity sha512-
|
|
729
|
+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0":
|
|
730
|
+
version "3.10.8"
|
|
731
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.8.tgz#8a855841107576b88a2ebe2e20e6e0d7ee885713"
|
|
732
|
+
integrity sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==
|
|
733
733
|
dependencies:
|
|
734
734
|
ansi-escapes "^4.3.2"
|
|
735
735
|
ansi-styles "^4.3.0"
|
|
@@ -916,15 +916,15 @@
|
|
|
916
916
|
strip-ansi "6.0.1"
|
|
917
917
|
ts-retry-promise "^0.7.1"
|
|
918
918
|
|
|
919
|
-
"@salesforce/core@^5.3.1", "@salesforce/core@^5.3.17", "@salesforce/core@^5.3.9":
|
|
920
|
-
version "5.3.
|
|
921
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.
|
|
922
|
-
integrity sha512-
|
|
919
|
+
"@salesforce/core@^5.3.1", "@salesforce/core@^5.3.17", "@salesforce/core@^5.3.20", "@salesforce/core@^5.3.9":
|
|
920
|
+
version "5.3.20"
|
|
921
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
922
|
+
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
923
923
|
dependencies:
|
|
924
924
|
"@salesforce/kit" "^3.0.15"
|
|
925
925
|
"@salesforce/schemas" "^1.6.1"
|
|
926
926
|
"@salesforce/ts-types" "^2.0.9"
|
|
927
|
-
"@types/semver" "^7.5.
|
|
927
|
+
"@types/semver" "^7.5.4"
|
|
928
928
|
ajv "^8.12.0"
|
|
929
929
|
change-case "^4.1.2"
|
|
930
930
|
faye "^1.4.0"
|
|
@@ -984,16 +984,16 @@
|
|
|
984
984
|
"@salesforce/ts-types" "^2.0.9"
|
|
985
985
|
tslib "^2.6.2"
|
|
986
986
|
|
|
987
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
988
|
-
version "3.0.
|
|
989
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
990
|
-
integrity sha512-
|
|
987
|
+
"@salesforce/plugin-command-reference@^3.0.46":
|
|
988
|
+
version "3.0.46"
|
|
989
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.46.tgz#8ade210de4c235fa8daa9b59272481bea61bcd54"
|
|
990
|
+
integrity sha512-tUe8pAarH/km7wbRDpKgWc3qCzh52q5FmJpnJbs7wwWnvM5X4MzdpZ/sF/8MT3cS6FkZy//ls796QIC0vvOYsA==
|
|
991
991
|
dependencies:
|
|
992
992
|
"@oclif/core" "^2.15.0"
|
|
993
|
-
"@salesforce/core" "^5.3.
|
|
994
|
-
"@salesforce/kit" "^3.0.
|
|
993
|
+
"@salesforce/core" "^5.3.17"
|
|
994
|
+
"@salesforce/kit" "^3.0.15"
|
|
995
995
|
"@salesforce/sf-plugins-core" "^3.1.28"
|
|
996
|
-
"@salesforce/ts-types" "^2.0.
|
|
996
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
997
997
|
chalk "^4"
|
|
998
998
|
handlebars "^4.7.8"
|
|
999
999
|
tslib "^2"
|
|
@@ -1274,10 +1274,10 @@
|
|
|
1274
1274
|
dependencies:
|
|
1275
1275
|
"@types/node" "*"
|
|
1276
1276
|
|
|
1277
|
-
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.
|
|
1278
|
-
version "7.5.
|
|
1279
|
-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.
|
|
1280
|
-
integrity sha512
|
|
1277
|
+
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.4":
|
|
1278
|
+
version "7.5.5"
|
|
1279
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35"
|
|
1280
|
+
integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==
|
|
1281
1281
|
|
|
1282
1282
|
"@types/shelljs@^0.8.14":
|
|
1283
1283
|
version "0.8.14"
|
|
@@ -2788,14 +2788,7 @@ ecdsa-sig-formatter@1.0.11:
|
|
|
2788
2788
|
dependencies:
|
|
2789
2789
|
safe-buffer "^5.0.1"
|
|
2790
2790
|
|
|
2791
|
-
ejs@^3.1.8:
|
|
2792
|
-
version "3.1.8"
|
|
2793
|
-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.8.tgz#758d32910c78047585c7ef1f92f9ee041c1c190b"
|
|
2794
|
-
integrity sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==
|
|
2795
|
-
dependencies:
|
|
2796
|
-
jake "^10.8.5"
|
|
2797
|
-
|
|
2798
|
-
ejs@^3.1.9:
|
|
2791
|
+
ejs@^3.1.8, ejs@^3.1.9:
|
|
2799
2792
|
version "3.1.9"
|
|
2800
2793
|
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
|
|
2801
2794
|
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.10.
|
|
9
|
-
"@salesforce/core": "^5.3.
|
|
8
|
+
"@oclif/core": "^3.10.8",
|
|
9
|
+
"@salesforce/core": "^5.3.20",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^4.1.1",
|
|
12
12
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@oclif/plugin-command-snapshot": "^5.0.1",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.0.2",
|
|
19
19
|
"@salesforce/dev-scripts": "^6.0.3",
|
|
20
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
20
|
+
"@salesforce/plugin-command-reference": "^3.0.46",
|
|
21
21
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
22
22
|
"eslint-plugin-sf-plugin": "^1.16.11",
|
|
23
23
|
"oclif": "^4.0.3",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"exports": "./lib/index.js",
|
|
221
221
|
"type": "module",
|
|
222
222
|
"sfdx": {
|
|
223
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.0.
|
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.0.
|
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.0.4.crt",
|
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.0.4.sig"
|
|
225
225
|
}
|
|
226
226
|
}
|