Skip to content

Commit

Permalink
Update the documentation for SFDX_ORG_CREATE_ARGS environment variable (
Browse files Browse the repository at this point in the history
#3861)

Co-authored-by: Bharath Chadarajupalli <[email protected]>
  • Loading branch information
lakshmi2506 and vsbharath authored Dec 19, 2024
1 parent 89a5b5d commit 5b9d7b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/env-var-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,7 @@ org, e.g. a Dev Hub. Set with SFDX_CLIENT_ID.
## `SFDX_ORG_CREATE_ARGS`

Extra arguments passed to `sf org create scratch`.

To provide additional arguments, use the following format. For instance, to set the release to "preview", the environment variable would be: "--release=preview"

To specify multiple options, you can include them together, like: "--edition=developer --release=preview"

0 comments on commit 5b9d7b3

Please sign in to comment.