Skip to content

Commit 5b9d7b3

Browse files
Update the documentation for SFDX_ORG_CREATE_ARGS environment variable (#3861)
Co-authored-by: Bharath Chadarajupalli <vchadarajupalli@salesforce.com>
1 parent 89a5b5d commit 5b9d7b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/env-var-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,7 @@ org, e.g. a Dev Hub. Set with SFDX_CLIENT_ID.
7070
## `SFDX_ORG_CREATE_ARGS`
7171

7272
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

Comments
 (0)