Replies: 1 comment
-
For us this would be extremely useful, there are organizations that have too many packages that the process is trying to retrieve and it takes an eternity, it could even fail if retrieving too much with an error like the following:
By default the ideal would be to only pull your package, or at least give the flexibility to choose the packages |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
I'm attempting to use the ISV debugger for the first time. Project initialization goes well until I get to Step 7, at which point installed packages in the subscriber org are converted to sfdx format. A handful of packages installed on the subscriber org are not converting cleanly to sfdx, which halts the project initialization process.
Describe the solution you'd like
I'd like to just download the package I own and am logged into via LMA, or the ability to ignore certain packages for Steps 6 & 7 of the project initialization process.
Describe alternatives you've considered
I don't know what to do other than uninstall the problem packages, but that is far less than ideal given that most packages have dependencies which have to be undone prior to uninstall, and, since these are client sandboxes we're working in, uninstalling is not a great option.
Additional context
n/a
Beta Was this translation helpful? Give feedback.
All reactions