salesforce-alm
Version:
This package contains tools, and APIs, for an improved salesforce.com developer experience.
21 lines • 2.46 kB
JSON
{
"commandSuccess": "The sandbox org cloning process %s is in progress. Run \"sfdx force:org:status -n %s\" to check for status. If the org is ready, checking the status also logs the requesting user in to the sandbox org and authorizes the org for use with Salesforce CLI.",
"commandDescription": "clone a sandbox org",
"commandLongDescription": "Clones a sandbox org using values specified in a configuration file or key=value pairs that you specify on the command line. Values specified on the command line override values in the configuration file.",
"commandHelp": "Specify a configuration file with a sourceSandboxName or provide key=value pairs while cloning a sandbox. The --targetusername (-u) must be a production org with sandbox licenses. The —type (-t) is required if cloning a sandbox.\n\nExamples:\n $ sfdx force:org:clone -t sandbox -f config/dev-sandbox-def.json -u prodOrg -a MyDevSandbox\n $ sfdx force:org:clone -t sandbox sandboxName=DevSbx1 sourceSandboxName=Sbx2Clone -u prodOrg -a MyDevSandbox",
"setdefaultusernameFlagDescription": "set the created org as the default username",
"setdefaultusernameFlagLongDescription": "Sets the created org as the default username.",
"setaliasFlagDescription": "alias for the created org",
"setaliasFlagLongDescription": "An alias for the created org.",
"definitionfileFlagDescription": "path to an org definition file",
"definitionfileFlagLongDescription": "The path to an org definition file. Either --definitionfile or a vararg value for edition (for example, edition=Developer) is required. Varargs override the values in the scratch org definition file.",
"definitionjsonFlagDescription": "org definition in JSON format",
"definitionjsonFlagLongDescription": "An org definition in JSON format. Either --definitionfile or --definitionjson is required.",
"commandUnauthorized": "You don't have access to the %s object.",
"typeFlagDescription": "type of org to create",
"typeFlagLongDescription": "The type of org to create. Only \"sandbox\" is supported.",
"commandOrganizationTypeNotSupport": "The only supported org type is: %s",
"commandOrganizationTypeNotSupportAction": "force:org:clone -t %s",
"missingSourceSandboxName": "Specify a value for %s in a definition file or on the command line.",
"missingSourceSandboxNameAction": "To indicate which sandbox org you want to clone, specify %s in a definition file or as a command line argument."
}