Skip to content

Commit db042db

Browse files
fix: add prompt to examples
1 parent 4110039 commit db042db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messages/logout.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "log out from authorized orgs\nBy default, this command logs you out from your default scratch org.",
3-
"examples": ["sfdx auth:logout -u me@my.org", "sfdx auth:logout -a", "sfdx auth:logout -p"],
3+
"examples": ["$ sfdx auth:logout -u me@my.org", "$ sfdx auth:logout -a", "$ sfdx auth:logout -p"],
44
"all": "include all authenticated orgs",
55
"allLong": "Includes all authenticated orgs: for example, Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.",
66
"logoutCommandYesNo": "Are you sure you want to log out from these org(s)?\n%s\n\nImportant: You need a password to reauthorize scratch orgs. By default, scratch orgs have no password. If you still need your scratch orgs, run \"sfdx force:user:password:generate\" before logging out. If you don't need the scratch orgs anymore, run \"sfdx force:org:delete\" instead of logging out.\n\nLog out (y/n)?",

0 commit comments

Comments
 (0)