@salesforce/plugin-auth 2.7.15 → 2.7.16
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/messages/logout.md +1 -1
- package/oclif.manifest.json +2 -2
- package/package.json +8 -8
package/messages/logout.md
CHANGED
|
@@ -4,7 +4,7 @@ Log out of a Salesforce org.
|
|
|
4
4
|
|
|
5
5
|
# description
|
|
6
6
|
|
|
7
|
-
If you run this command with no flags, it first displays a list of orgs you've created or logged into, with none of the orgs selected. Use the arrow keys to scroll through the list and the space bar to select the orgs you want to log out of. Press Enter when you're done; the command asks for a final confirmation before logging out of the selected orgs.
|
|
7
|
+
If you run this command with no flags and no default org set in your config or environment, it first displays a list of orgs you've created or logged into, with none of the orgs selected. Use the arrow keys to scroll through the list and the space bar to select the orgs you want to log out of. Press Enter when you're done; the command asks for a final confirmation before logging out of the selected orgs.
|
|
8
8
|
|
|
9
9
|
The process is similar if you specify --all, except that in the initial list of orgs, they're all selected. Use --target-org to logout of a specific org. In both these cases by default, you must still confirm that you want to log out. Use --no-prompt to never be asked for confirmation when also using --all or --target-org.
|
|
10
10
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.7.
|
|
2
|
+
"version": "2.7.16",
|
|
3
3
|
"commands": {
|
|
4
4
|
"org:logout": {
|
|
5
5
|
"id": "org:logout",
|
|
6
6
|
"summary": "Log out of a Salesforce org.",
|
|
7
|
-
"description": "If you run this command with no flags, it first displays a list of orgs you've created or logged into, with none of the orgs selected. Use the arrow keys to scroll through the list and the space bar to select the orgs you want to log out of. Press Enter when you're done; the command asks for a final confirmation before logging out of the selected orgs.\n\nThe process is similar if you specify --all, except that in the initial list of orgs, they're all selected. Use --target-org to logout of a specific org. In both these cases by default, you must still confirm that you want to log out. Use --no-prompt to never be asked for confirmation when also using --all or --target-org.\n\nBe careful! If you log out of a scratch org without having access to its password, you can't access the scratch org again, either through the CLI or the Salesforce UI.",
|
|
7
|
+
"description": "If you run this command with no flags and no default org set in your config or environment, it first displays a list of orgs you've created or logged into, with none of the orgs selected. Use the arrow keys to scroll through the list and the space bar to select the orgs you want to log out of. Press Enter when you're done; the command asks for a final confirmation before logging out of the selected orgs.\n\nThe process is similar if you specify --all, except that in the initial list of orgs, they're all selected. Use --target-org to logout of a specific org. In both these cases by default, you must still confirm that you want to log out. Use --no-prompt to never be asked for confirmation when also using --all or --target-org.\n\nBe careful! If you log out of a scratch org without having access to its password, you can't access the scratch org again, either through the CLI or the Salesforce UI.",
|
|
8
8
|
"strict": true,
|
|
9
9
|
"pluginName": "@salesforce/plugin-auth",
|
|
10
10
|
"pluginAlias": "@salesforce/plugin-auth",
|
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.16",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"main": "lib/index.js",
|
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
"tslib": "^2"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^3.3.
|
|
20
|
-
"@salesforce/cli-plugins-testkit": "^3.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^3.3.14",
|
|
20
|
+
"@salesforce/cli-plugins-testkit": "^3.4.0",
|
|
21
21
|
"@salesforce/dev-config": "^3.1.0",
|
|
22
22
|
"@salesforce/dev-scripts": "^4.3.1",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^2.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^2.4.5",
|
|
24
24
|
"@salesforce/plugin-settings": "^1.4.6",
|
|
25
25
|
"@salesforce/prettier-config": "^0.0.2",
|
|
26
26
|
"@salesforce/ts-sinon": "^1.4.6",
|
|
27
27
|
"@swc/core": "1.3.39",
|
|
28
28
|
"@types/inquirer": "^8.2.0",
|
|
29
|
-
"@typescript-eslint/eslint-plugin": "^5.59.
|
|
29
|
+
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
30
30
|
"@typescript-eslint/parser": "^5.59.1",
|
|
31
31
|
"chai": "^4.3.7",
|
|
32
32
|
"eslint": "^8.39.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
37
37
|
"eslint-plugin-header": "^3.1.1",
|
|
38
38
|
"eslint-plugin-import": "2.27.5",
|
|
39
|
-
"eslint-plugin-jsdoc": "^43.
|
|
39
|
+
"eslint-plugin-jsdoc": "^43.2.0",
|
|
40
40
|
"eslint-plugin-sf-plugin": "^1.15.1",
|
|
41
41
|
"husky": "^7.0.4",
|
|
42
42
|
"mocha": "^9.1.3",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
}
|
|
240
240
|
},
|
|
241
241
|
"sfdx": {
|
|
242
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/2.7.
|
|
243
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/2.7.
|
|
242
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/2.7.16.crt",
|
|
243
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/2.7.16.sig"
|
|
244
244
|
}
|
|
245
245
|
}
|