正解:B
Scratch orgs are short-term Salesforce environments that you can spin up to work on a feature. They are source-driven, disposable, and fully configurable. To create scratch orgs, you need to use the Salesforce CLI, which is a command-line tool that lets you interact with Salesforce orgs and perform various tasks. You can use the Salesforce CLI to create a scratch org definition file, which specifies the features and settings of the scratch org, and then run the force:org:create command to create the scratch org. You can also use the force:org:open command to open the scratch org in a browser without logging in.
References: The use of Salesforce CLI to create scratch orgs can be referenced in the Salesforce Platform Developer I learning documents, specifically in modules that cover Salesforce DX and scratch orgs, such as:
* Get Started with Salesforce DX
* Scratch Orgs
* Develop in Scratch Orgs