Skip to content

Commit ec8896e

Browse files
Update messages/clone.json
Co-authored-by: Juliet Shackell <[email protected]>
1 parent a03ac2c commit ec8896e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messages/clone.json

Lines changed: 1 addition & 1 deletion
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\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\".",
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. Key-value pairs at the command-line override their equivalent sandbox definition file values. 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",

0 commit comments

Comments
 (0)