UNPKG

2.46 kBJSONView Raw
1{
2 "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.",
3 "commandDescription": "clone a sandbox org",
4 "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.",
5 "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",
6 "setdefaultusernameFlagDescription": "set the created org as the default username",
7 "setdefaultusernameFlagLongDescription": "Sets the created org as the default username.",
8 "setaliasFlagDescription": "alias for the created org",
9 "setaliasFlagLongDescription": "An alias for the created org.",
10 "definitionfileFlagDescription": "path to an org definition file",
11 "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.",
12 "definitionjsonFlagDescription": "org definition in JSON format",
13 "definitionjsonFlagLongDescription": "An org definition in JSON format. Either --definitionfile or --definitionjson is required.",
14 "commandUnauthorized": "You don't have access to the %s object.",
15 "typeFlagDescription": "type of org to create",
16 "typeFlagLongDescription": "The type of org to create. Only \"sandbox\" is supported.",
17 "commandOrganizationTypeNotSupport": "The only supported org type is: %s",
18 "commandOrganizationTypeNotSupportAction": "force:org:clone -t %s",
19 "missingSourceSandboxName": "Specify a value for %s in a definition file or on the command line.",
20 "missingSourceSandboxNameAction": "To indicate which sandbox org you want to clone, specify %s in a definition file or as a command line argument."
21}
\No newline at end of file