You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/refresh.sandbox.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,3 +106,33 @@ The poll interval (%d seconds) can't be larger than the wait period (%d in secon
106
106
# sandboxInfoRefreshFailed
107
107
108
108
The sandbox org refresh failed with a result of %s.
109
+
110
+
# flags.source-sandbox-name.summary
111
+
112
+
Name of the sandbox org to clone.
113
+
114
+
# flags.source-sandbox-name.description
115
+
116
+
The value of --source-sandbox-name must be an existing sandbox. The existing sandbox, and the new sandbox specified with the --name flag, must both be associated with the production org (--target-org) that contains the sandbox licenses.
117
+
118
+
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
119
+
120
+
# flags.source-id.summary
121
+
122
+
ID of the sandbox org to clone.
123
+
124
+
# flags.source-id.description
125
+
126
+
The value of --source-id must be an existing sandbox. The existing sandbox, and the new sandbox specified with the --name flag, must both be associated with the production org (--target-org) that contains the sandbox licenses.
127
+
128
+
# error.bothIdFlagAndDefFilePropertyAreProvided
129
+
130
+
You can't specify both the --source-id and --definition-file flags, and also include the "SourceId" option in the definition file. Pick one method of cloning a sandbox and try again.
131
+
132
+
# error.bothNameFlagAndDefFilePropertyAreProvided
133
+
134
+
You can't specify both the --source-sandbox-name and --definition-file flags, and also include the "SourceSandboxName" option in the definition file. Pick one method of cloning a sandbox and try again.
135
+
136
+
# error.bothIdFlagAndNameDefFileAreNotAllowed
137
+
138
+
You can't specify both the --source-sandbox-name and --definition-file flags, and also include the "SourceId" option in the definition file. Same with the --source-id flag and "SourceSandboxName" option. Pick one method of cloning a sandbox and try again.
0 commit comments