-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception on force:org:beta:create when providing objectSettings section #1526
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hey @jonathankretzmer, thank you so much for the reproduction repo 🎉 I was able to reproduce this issue as well. I'll get a ticket created and we'll get it sorted out. Thanks for trying out our beta commands! |
This issue has been linked to a new work item: W-11163191 |
FYI @iowillhoit we also got the same issue. |
Hey @iowillhoit , any idea when this will be fixed? It's very painful issue for us. |
I have the same issue, any news about a solution? |
We are running into the same problem. Would be good to have a solution for this. |
Yup, this issue is very problematic. Solution is strongly needed. |
Hello @dieffreys-angel @ppeersgi @ruslan-kurchenko @jonathankretzmer Can you please try the |
Summary
When using the command
force:org:beta:create
to create a scratch org, it will failSteps To Reproduce:
Repository to reproduce: forcedotcom-issue-scratchOrg-objectSettings
sfdx force:org:create --definitionfile config\project-scratch-def.json --durationdays 2 -w 30
, passessfdx force:org:beta:create --definitionfile config\project-scratch-def.json --durationdays 2 -w 30
, FAILS.Expected result
I expect that the CLI should work for both the
create
andbeta:create
commands.Actual result
sfdx force:org:create creates a scratch org as expected
sfdx force:org:beta:create Fails with error message:
If I remove the
objectSettings
thebeta:create
command works.System Information
Additional information
The use of beta commands is due to a plugin that we are using that references the underlying SFDX core lib and not the CLI directly.
Related issue:
dxatscale/sfpowerscripts#942
The text was updated successfully, but these errors were encountered: