-
Notifications
You must be signed in to change notification settings - Fork 79
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
sfdx force:org:delete and org:delete:scratch lost flag to specify the devhub #1925
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. |
We didn't mean to break that. Sorry! It may have been working, but only accidentally. You're not deleting a dev hub, you're deleting an org. Use |
@mshanemc the problem is default devhub is used for package versions, but another one is used for scratch org. Or would I have to switch between active devhubs each time I need to delete a scratch org? |
If you're authenticated to the scratch org, you can delete it. The process goes something like, you: please delete org X |
I received some new error Warning: This command is currently in beta. Any aspect of this command can change without advanced notice. Don't use beta commands in your scripts. is this error expected to happen? |
can you share the command that's causing that error? |
not sure, it is hard to detect. maybe This error started when I replaced |
This issue has been linked to a new work item: W-12563970 |
Summary
The new version of SFDX CLI has broken the
sfdx force:org:delete
commandSteps To Reproduce:
Expected result
Expect existing CI workflows not to be broken by SFDX CLI updates.
Actual result
Actually it is broken.
System Information
Version of SFDX CLI is: sfdx-cli/7.187.1 linux-x64 node-v16.19.0
Additional information
The text was updated successfully, but these errors were encountered: