@salesforce/plugin-auth 3.3.12 → 3.3.13
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 +12 -12
- 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.13/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.13/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.13/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.13/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.13/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.13/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.13/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":
|
|
@@ -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"
|
|
@@ -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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -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.13.crt",
|
|
237
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.13.sig"
|
|
238
238
|
}
|
|
239
239
|
}
|