salesforce-alm
Version:
This package contains tools, and APIs, for an improved salesforce.com developer experience.
26 lines (22 loc) • 1.21 kB
JSON
{
"description": "delete all org shapes for a target org",
"longDescription": "Deletes all org shapes that you’ve created for an org using the Salesforce CLI.",
"verbose": "list more information about each org shape",
"verboseLong": "Lists more information about each org shape.",
"usernameOption": "username for the target org",
"usernameOptionLong": "Username for the target org.",
"targetUsernameOption": "username for the target org",
"targetUsernameOptionLong": "Username for the target org.",
"noPrompt": "do not prompt for confirmation",
"noPromptLong": "Do not prompt for confirmation.",
"noAccess": "The org with name: %s needs to be enabled for org shape before shapes can be deleted.",
"deleteCommandYesNo": "Delete shapes for org with name: %s? Are you sure (y/n)?",
"humanSuccess": "Successfully deleted org shape for %s.",
"noShapesHumanSuccess": "Can't delete org shape. No org shape found for org %s.",
"help": [
"sfdx force:org:shape:delete -u me@my.org",
"sfdx force:org:shape:delete -u MyOrgAlias -p",
"sfdx force:org:shape:delete -u me@my.org --json",
"sfdx force:org:shape:delete -u me@my.org -p --json > tmp/MyOrgShapeDelete.json"
]
}