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: docs/env-var-reference.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,3 +70,7 @@ org, e.g. a Dev Hub. Set with SFDX_CLIENT_ID.
70
70
## `SFDX_ORG_CREATE_ARGS`
71
71
72
72
Extra arguments passed to `sf org create scratch`.
73
+
74
+
To provide additional arguments, use the following format. For instance, to set the release to "preview", the environment variable would be: "--release=preview"
75
+
76
+
To specify multiple options, you can include them together, like: "--edition=developer --release=preview"
0 commit comments