@salesforce/plugin-auth 2.7.11 → 2.7.12
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/oclif.manifest.json +1 -1
- package/package.json +6 -7
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 sfdx auth commands",
|
|
4
|
-
"version": "2.7.
|
|
4
|
+
"version": "2.7.12",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"main": "lib/index.js",
|
|
@@ -85,11 +85,10 @@
|
|
|
85
85
|
],
|
|
86
86
|
"topics": {
|
|
87
87
|
"org": {
|
|
88
|
-
"
|
|
89
|
-
"longDescription": "Use the org commands to create and manage Salesforce orgs.",
|
|
88
|
+
"external": true,
|
|
90
89
|
"subtopics": {
|
|
91
90
|
"login": {
|
|
92
|
-
"description": "
|
|
91
|
+
"description": "Authorize an org for use with Salesforce CLI.",
|
|
93
92
|
"longDescription": "Use the auth commands to authorize a Salesforce org for use with the Salesforce CLI.",
|
|
94
93
|
"subtopics": {
|
|
95
94
|
"jwt": {
|
|
@@ -110,7 +109,7 @@
|
|
|
110
109
|
}
|
|
111
110
|
},
|
|
112
111
|
"list": {
|
|
113
|
-
"description": "
|
|
112
|
+
"description": "List authorized orgs."
|
|
114
113
|
}
|
|
115
114
|
}
|
|
116
115
|
}
|
|
@@ -244,7 +243,7 @@
|
|
|
244
243
|
}
|
|
245
244
|
},
|
|
246
245
|
"sfdx": {
|
|
247
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/2.7.
|
|
248
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/2.7.
|
|
246
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/2.7.12.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/2.7.12.sig"
|
|
249
248
|
}
|
|
250
249
|
}
|