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/create_scratch.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ For either method, you can also use these flags; if you use them with --definiti
13
13
* --username
14
14
* --release
15
15
* --edition
16
+
* --admin-email (equivalent to the "adminEmail" option)
17
+
* --source-org (equivalent to the "sourceOrg" option)
16
18
17
19
If you want to set options other than the preceding ones, such as org features or settings, you must use a definition file.
18
20
@@ -84,6 +86,14 @@ The scratch org definition file is a blueprint for the scratch org. It mimics th
84
86
85
87
Consumer key of the Dev Hub connected app.
86
88
89
+
# flags.adminEmail.summary
90
+
91
+
Email address that will be applied to the org's admin user. Overrides the value of the "adminEmail" option in the definition file, if set.
92
+
93
+
# flags.sourceOrg.summary
94
+
95
+
15-character ID of the org whose shape the new scratch org will be based on. Overrides the value of the "sourceOrg" option in the definition file, if set.
96
+
87
97
# flags.wait.summary
88
98
89
99
Number of minutes to wait for the scratch org to be ready.
0 commit comments