force:org:create
ignores apiVersion
config value when deploying settings
#1719
Labels
bug
Issue or pull request that identifies or fixes a bug
Summary
force:org:create
ignoresapiVersion
config value so it always default to the max api version supported by the org for the settings deployment.Steps To Reproduce:
Repository to reproduce: dreamhouse-lwc
sfdx config:set apiVersion=47.0 --global
DEBUG=sf:deploySettingsViaFolder sfdx force:org:create -s -f config/project-scratch-def.json -a dreamhouse
Expected result
Respect
apiVersion
valueActual result
The code always gets
undefined
so it defaults to the max api supported by the org.System Information
sfdx version --verbose --json
The text was updated successfully, but these errors were encountered: