You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Command sfdx force package version list supported inputs -p 0Ho...abc,0Ho....def to list versions for multiple packages at once.
Since v7.186, sfdx package version list now errors with the same inputs provided. The parameter is still described as "Comma-delimited list of packages (aliases or 0Ho IDs) to list."
Error:
The Package Id: 0Ho...abc,0Ho....def isn't defined in the sfdx-project.json. Add it to the packageDirectories section and add the alias to packageAliases with its 0Ho ID.
Running the command twice, first with input -p 0Ho...abc and then with input -p 0Ho...def works as expected. Error also happens when using packageAliases.
Steps To Reproduce:
Authenticate with DevHub org.
Identify ids of multiple packages in DevHub.
Try command sfdx package version list -v <devhubalias> -p <packageId1>,<packageId2>
Expected result
Package versions for both and are listed
Actual result
Error:
The Package Id: <packageId1>,<packageId2> isn't defined in the sfdx-project.json. Add it to the packageDirectories section and add the alias to packageAliases with its 0Ho ID.
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.
shetzel
added
bug
Issue or pull request that identifies or fixes a bug
and removed
investigating
We're actively investigating this issue
labels
Feb 3, 2023
Summary
Command
sfdx force package version list
supported inputs-p 0Ho...abc,0Ho....def
to list versions for multiple packages at once.Since v7.186,
sfdx package version list
now errors with the same inputs provided. The parameter is still described as "Comma-delimited list of packages (aliases or 0Ho IDs) to list."Error:
Running the command twice, first with input
-p 0Ho...abc
and then with input-p 0Ho...def
works as expected. Error also happens when using packageAliases.Steps To Reproduce:
Authenticate with DevHub org.
Identify ids of multiple packages in DevHub.
Try command
sfdx package version list -v <devhubalias> -p <packageId1>,<packageId2>
Expected result
Package versions for both and are listed
Actual result
Error:
System Information
The text was updated successfully, but these errors were encountered: