Skip to content

Commit 7c024a6

Browse files
fix: update list so the examples render correctly in CLI Ref
1 parent 1329901 commit 7c024a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

messages/list.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"description": "list all orgs you’ve created or authenticated to",
33
"examples": [
4-
"sfdx force:org:list",
5-
"sfdx force:org:list --verbose --json",
6-
"sfdx force:org:list --verbose --json > tmp/MyOrgList.json"
4+
"$ sfdx force:org:list",
5+
"$ sfdx force:org:list --verbose --json",
6+
"$ sfdx force:org:list --verbose --json > tmp/MyOrgList.json"
77
],
88
"verbose": "list more information about each org",
99
"all": "include expired, deleted, and unknown-status scratch orgs",

0 commit comments

Comments
 (0)