@salesforce/plugin-auth 3.3.12 → 3.3.14
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 +27 -27
- 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.14/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.14/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.14/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.14/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.14/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.14/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.14/src/commands/org/logout.ts)_
|
|
522
522
|
|
|
523
523
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1800,10 +1800,10 @@
|
|
|
1800
1800
|
wordwrap "^1.0.0"
|
|
1801
1801
|
wrap-ansi "^7.0.0"
|
|
1802
1802
|
|
|
1803
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
1804
|
-
version "5.0.
|
|
1805
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
1806
|
-
integrity sha512-
|
|
1803
|
+
"@oclif/plugin-command-snapshot@^5.0.8":
|
|
1804
|
+
version "5.0.8"
|
|
1805
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.8.tgz#8ddaa56099ca6ba3414cdfbc023384066e150fec"
|
|
1806
|
+
integrity sha512-tVjT1USqjPpoVswK/rvk8k6NDEdrDxPJPyVZ7Dj+b68pCxUcQw7DTorp+YjYWSwMABY9e7k4bO3Xtk78m/q5tA==
|
|
1807
1807
|
dependencies:
|
|
1808
1808
|
"@oclif/core" "^3.18.2"
|
|
1809
1809
|
"@types/lodash.difference" "^4.5.9"
|
|
@@ -1812,7 +1812,7 @@
|
|
|
1812
1812
|
lodash.difference "^4.5.0"
|
|
1813
1813
|
lodash.get "^4.4.2"
|
|
1814
1814
|
lodash.sortby "^4.7.0"
|
|
1815
|
-
semver "^7.
|
|
1815
|
+
semver "^7.6.0"
|
|
1816
1816
|
ts-json-schema-generator "^1.5.0"
|
|
1817
1817
|
|
|
1818
1818
|
"@oclif/plugin-help@^6.0.12":
|
|
@@ -1963,15 +1963,15 @@
|
|
|
1963
1963
|
strip-ansi "6.0.1"
|
|
1964
1964
|
ts-retry-promise "^0.8.0"
|
|
1965
1965
|
|
|
1966
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3":
|
|
1967
|
-
version "6.5.
|
|
1968
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.
|
|
1969
|
-
integrity sha512-
|
|
1966
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3", "@salesforce/core@^6.5.5":
|
|
1967
|
+
version "6.5.5"
|
|
1968
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.5.tgz#ddfab1f6a51808ed1cadc98be3b7235d25ea436f"
|
|
1969
|
+
integrity sha512-2zWTwc9m+LGJNSKXk6I01dzWEjWKkHyYZbROksIPzfWJ5lGfErzpvsTcGAAskBrJD9EpQ4/BtMSLhPSwskI7Fw==
|
|
1970
1970
|
dependencies:
|
|
1971
1971
|
"@salesforce/kit" "^3.0.15"
|
|
1972
1972
|
"@salesforce/schemas" "^1.6.1"
|
|
1973
1973
|
"@salesforce/ts-types" "^2.0.9"
|
|
1974
|
-
"@types/semver" "^7.5.
|
|
1974
|
+
"@types/semver" "^7.5.7"
|
|
1975
1975
|
ajv "^8.12.0"
|
|
1976
1976
|
change-case "^4.1.2"
|
|
1977
1977
|
faye "^1.4.0"
|
|
@@ -1980,11 +1980,11 @@
|
|
|
1980
1980
|
jsforce "^2.0.0-beta.29"
|
|
1981
1981
|
jsonwebtoken "9.0.2"
|
|
1982
1982
|
jszip "3.10.1"
|
|
1983
|
-
pino "^8.
|
|
1983
|
+
pino "^8.19.0"
|
|
1984
1984
|
pino-abstract-transport "^1.1.0"
|
|
1985
1985
|
pino-pretty "^10.3.1"
|
|
1986
1986
|
proper-lockfile "^4.1.2"
|
|
1987
|
-
semver "^7.
|
|
1987
|
+
semver "^7.6.0"
|
|
1988
1988
|
ts-retry-promise "^0.7.1"
|
|
1989
1989
|
|
|
1990
1990
|
"@salesforce/dev-config@^4.1.0":
|
|
@@ -2828,10 +2828,10 @@
|
|
|
2828
2828
|
dependencies:
|
|
2829
2829
|
"@types/node" "*"
|
|
2830
2830
|
|
|
2831
|
-
"@types/semver@^7.5.0", "@types/semver@^7.5.
|
|
2832
|
-
version "7.5.
|
|
2833
|
-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.
|
|
2834
|
-
integrity sha512
|
|
2831
|
+
"@types/semver@^7.5.0", "@types/semver@^7.5.7":
|
|
2832
|
+
version "7.5.7"
|
|
2833
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.7.tgz#326f5fdda70d13580777bcaa1bc6fa772a5aef0e"
|
|
2834
|
+
integrity sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg==
|
|
2835
2835
|
|
|
2836
2836
|
"@types/shelljs@^0.8.15":
|
|
2837
2837
|
version "0.8.15"
|
|
@@ -5661,9 +5661,9 @@ interpret@^1.0.0:
|
|
|
5661
5661
|
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
|
|
5662
5662
|
|
|
5663
5663
|
ip@^2.0.0:
|
|
5664
|
-
version "2.0.
|
|
5665
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.
|
|
5666
|
-
integrity sha512-
|
|
5664
|
+
version "2.0.1"
|
|
5665
|
+
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
|
|
5666
|
+
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
|
|
5667
5667
|
|
|
5668
5668
|
is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
|
|
5669
5669
|
version "3.0.2"
|
|
@@ -7606,10 +7606,10 @@ pino-std-serializers@^6.0.0:
|
|
|
7606
7606
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
7607
7607
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
7608
7608
|
|
|
7609
|
-
pino@^8.
|
|
7610
|
-
version "8.
|
|
7611
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
7612
|
-
integrity sha512-
|
|
7609
|
+
pino@^8.19.0:
|
|
7610
|
+
version "8.19.0"
|
|
7611
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.19.0.tgz#ccc15ef736f103ec02cfbead0912bc436dc92ce4"
|
|
7612
|
+
integrity sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==
|
|
7613
7613
|
dependencies:
|
|
7614
7614
|
atomic-sleep "^1.0.0"
|
|
7615
7615
|
fast-redact "^3.1.1"
|
|
@@ -8140,10 +8140,10 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
|
8140
8140
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
8141
8141
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
8142
8142
|
|
|
8143
|
-
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4:
|
|
8144
|
-
version "7.
|
|
8145
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.
|
|
8146
|
-
integrity sha512-
|
|
8143
|
+
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4, semver@^7.6.0:
|
|
8144
|
+
version "7.6.0"
|
|
8145
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
|
|
8146
|
+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
|
|
8147
8147
|
dependencies:
|
|
8148
8148
|
lru-cache "^6.0.0"
|
|
8149
8149
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.14",
|
|
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
10
|
"@oclif/core": "^3.19.2",
|
|
11
|
-
"@salesforce/core": "^6.5.
|
|
11
|
+
"@salesforce/core": "^6.5.5",
|
|
12
12
|
"@salesforce/kit": "^3.0.15",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
14
14
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"open": "^9.1.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.0.8",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.1.9",
|
|
21
21
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.0.67",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"exports": "./lib/index.js",
|
|
234
234
|
"type": "module",
|
|
235
235
|
"sfdx": {
|
|
236
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.
|
|
237
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.
|
|
236
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.14.crt",
|
|
237
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.14.sig"
|
|
238
238
|
}
|
|
239
239
|
}
|