Summary
Steps To Reproduce
When creating a scratch org off a snapshot, I get the following warning: Scratch org definition validation in orgConfig: edition: Invalid input: expected string, received undefined
But as we alllll know, the scratch org definition file in this case uses the snapshot option and not the edition option.
https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_snapshots_create_scratch_org.htm
Expected result
No such warning should appear.
Actual result
Warning: Scratch org definition validation in orgConfig: edition: Invalid input: expected string, received undefined
Additional information
scratch-def-json
{
"orgName": "blah",
"snapshot": "blahblah"
}
Summary
Steps To Reproduce
When creating a scratch org off a snapshot, I get the following warning: Scratch org definition validation in orgConfig: edition: Invalid input: expected string, received undefined
But as we alllll know, the scratch org definition file in this case uses the snapshot option and not the edition option.
https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_snapshots_create_scratch_org.htm
Expected result
No such warning should appear.
Actual result
Warning: Scratch org definition validation in orgConfig: edition: Invalid input: expected string, received undefined
Additional information
scratch-def-json