{
  "description": "list all org shapes you’ve created",
  "longDescription": "Lists all org shapes that you’ve created using the Salesforce CLI.",
  "verbose": "list more information about each org shape",
  "verboseLong": "Lists more information about each org shape.",
  "noOrgShapes": "No org shapes found.",
  "help": [
    "sfdx force:org:shape:list",
    "sfdx force:org:shape:list --json",
    "sfdx force:org:shape:list --json > tmp/MyOrgShapeList.json"
  ]
}
