-
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
--edition partner-developer restricted pick list field error #2614
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. |
Our DevHub is a PBO, which is why I'm able to create a partner developer edition org with the |
Hey @Kevmo92, this does look like a bug. That error message is coming back from the server, you can see the POST if you run the command with the If I clone
This is expected since my current dev-hub is not configured for partner orgs, but at least the edition validation is satisfied. I'll get a ticket created and we'll get it resolved. Thanks for reporting it! |
This issue has been linked to a new work item: W-14700935 |
@iowillhoit Thanks for taking a look! I need to remember the |
Thanks for reporting this, we got it fixed in sf 2.23.20 (current RC), will be promoted to stable next week. |
This is now in sf v2.23.20, the current production CLI. |
@shetzel @cristiand391 @iowillhoit Thank you 🚀 |
Summary
Trying to create a partner developer org using the --edition flag.
Steps To Reproduce
This command will create an org:
This command will throw an error:
sf org create scratch --edition partner-developer Error (1): Edition: bad value for restricted picklist field: partner-developer
Expected result
A partner developer org is created
Actual result
An error is thrown:
System Information
Additional information
Your own --help shows that partner-developer is a valid option.
I'm able to create a partner developer org using the -f so it doesn't seem like a permissions issue:
The text was updated successfully, but these errors were encountered: