Skip to content

Commit a03ac2c

Browse files
committed
Merge branch 'bm/W-10774438' of github.com:salesforcecli/plugin-org into bm/W-10774438
2 parents f673213 + 0c84e49 commit a03ac2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

messages/clone.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"success": "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-
"description": "clone a sandbox org",
3+
"description": "clone a sandbox org\nThere are two ways to clone a sandbox: either specify a sandbox definition file or provide key=value pairs at the command line. In either case, you must specify both the \"sandboxName\" and \"sourceSandbox\" options. Set the --targetusername (-u) parameter to a production org with sandbox licenses. The --type (-t) parameter is required and must be set to \"sandbox\".",
44
"examples": [
55
"$ sfdx force:org:clone -t sandbox MySandbox",
66
"$ sfdx force:org:clone -f config/enterprise-scratch-def.json -s",
@@ -9,9 +9,9 @@
99
"flags": {
1010
"type": "type of org to create",
1111
"wait": "number of minutes to wait while polling for status",
12-
"setdefaultusername": "set the created org as the default username",
13-
"setalias": "alias for the created org",
14-
"definitionfile": "path to an org definition file"
12+
"setdefaultusername": "set the cloned org as your default",
13+
"setalias": "alias for the cloned org",
14+
"definitionfile": "path to the sandbox definition file"
1515
},
1616
"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.",
1717
"missingLicenseType": "The sandbox license type is required, but you didn't provide a value. Specify the license type in the sandbox definition file with the \"licenseType\" option, or specify the option as a name-value pair at the command-line. See https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_sandbox_definition.htm for more information.",

0 commit comments

Comments
 (0)