We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1329901 commit 7c024a6Copy full SHA for 7c024a6
messages/list.json
@@ -1,9 +1,9 @@
1
{
2
"description": "list all orgs you’ve created or authenticated to",
3
"examples": [
4
- "sfdx force:org:list",
5
- "sfdx force:org:list --verbose --json",
6
- "sfdx force:org:list --verbose --json > tmp/MyOrgList.json"
+ "$ sfdx force:org:list",
+ "$ sfdx force:org:list --verbose --json",
+ "$ sfdx force:org:list --verbose --json > tmp/MyOrgList.json"
7
],
8
"verbose": "list more information about each org",
9
"all": "include expired, deleted, and unknown-status scratch orgs",
0 commit comments