Skip to content

Commit 888a121

Browse files
authored
Merge pull request #80 from salesforcecli/bm/fix/W-9130097
fix: add missing message @W-9130097@
2 parents 66a2ee7 + 14f8294 commit 888a121

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

messages/list.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,16 @@
55
"sfdx force:org:list --verbose --json",
66
"sfdx force:org:list --verbose --json > tmp/MyOrgList.json"
77
],
8-
98
"verbose": "list more information about each org'",
109
"all": "include expired, deleted, and unknown-status scratch orgs",
1110
"clean": "remove all local org authorizations for non-active orgs",
1211
"noPrompt": "do not prompt for confirmation",
1312
"skipConnectionStatus": "skip retrieving the connection status of non-scratch orgs",
14-
1513
"prompt": "Found (%s) org configurations to delete. Are you sure (yes/no)?",
1614
"noActiveScratchOrgs": "No active scratch orgs found. Specify --all to see all scratch orgs",
1715
"deleteOrgs": "You have %s expired or deleted local scratch org authorizations. To remove authorizations for inactive orgs, run force:org:list --clean.",
1816
"noOrgsFound": "No orgs can be found.",
1917
"noOrgsFoundAction": "Use one of the auth commands or force:org:create to add or create a scratch org.",
20-
21-
"scratchOrgRemoveConnectedStatusProperty": "Starting in API version 52, the JSON output of this command no longer returns the property connectedStatus for scratch orgs."
18+
"scratchOrgRemoveConnectedStatusProperty": "Starting in API version 52, the JSON output of this command no longer returns the property connectedStatus for scratch orgs.",
19+
"noResultsFound": "No non-scratch orgs found."
2220
}

0 commit comments

Comments
 (0)