-
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
InvalidPackageIdError: The id [My] is invalid. #1936
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. |
This issue has been linked to a new work item: W-12549108 |
@fischerp could you try this with our current RC? We saw something similar bug in another place (an array falg using quotes with spaces) and fixed that down in oclif. I'm hoping the fix solved it for this command, too. And that would save me the time of setting up a package, alias, etc. 😄 |
Hi @mshanemc, thanks! Yes, I confirm that it works as expected when using the current RC. System Information
Command used to install lastest-rc: |
Summary
Commands are not working when packageAliases contains spaces. For example, "My Package".
When removing the whitespace, it works as expected. E.g.:
"MyPackage": "0Ho4...",
Steps To Reproduce:
sfdx package version list --packages "My Package" --released --json
Expected result
List of released packages
Actual result
Error:
System Information
The text was updated successfully, but these errors were encountered: