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/scratchOrgCreate.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,23 @@ Org snapshots don’t support one or more options you specified: %s.
5
5
# SourceStatusResetFailureError
6
6
7
7
Successfully created org with ID: %s and name: %s. Unfortunately, source tracking isn’t working as expected. If you run force:source:status, the results may be incorrect. Try again by creating another scratch org.
8
+
9
+
# DurationDaysValidationMinError
10
+
11
+
Expected 'durationDays' greater than or equal to %s but received %s.
12
+
13
+
# DurationDaysValidationMaxError
14
+
15
+
Expected 'durationDays' less than or equal to %s but received %s.
16
+
17
+
# DurationDaysNotIntError
18
+
19
+
Expected 'durationDays' to be an integer number.
20
+
21
+
# RetryNotIntError
22
+
23
+
Expected 'retry' to be an integer number.
24
+
25
+
# WaitValidationMaxError
26
+
27
+
Expected 'wait' greater than or equal to %s but received %s.
0 commit comments