This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
Refactor package installation implementation to use packaging lib #1121
Comments
@azlam-abdulsalam The CLI team says " |
@vuha-acn When the current cli package:beta goes GA, we will switch to the lib |
azlam-abdulsalam
pushed a commit
that referenced
this issue
Nov 30, 2022
Use @salesforce/packaging lib which is stable and used behind the scenes in sfdx-cli. This would aling to the earlier DR where sfpowerscripts will not wrap around cli anymore and use the native libraries instead for more control fix #1121
5 tasks
5 tasks
azlam-abdulsalam
added a commit
that referenced
this issue
Dec 1, 2022
#1161) * refactor(packaging): use @salesforce/packaging lib instead of sfdx-cli Use @salesforce/packaging lib which is stable and used behind the scenes in sfdx-cli. This would aling to the earlier DR where sfpowerscripts will not wrap around cli anymore and use the native libraries instead for more control fix #1121 * chore(install2): remove test class * Update packages/core/src/package/packageInstallers/InstallUnlockedPackage.ts
azlam-abdulsalam
added a commit
that referenced
this issue
Dec 1, 2022
#1161) * refactor(packaging): use @salesforce/packaging lib instead of sfdx-cli Use @salesforce/packaging lib which is stable and used behind the scenes in sfdx-cli. This would aling to the earlier DR where sfpowerscripts will not wrap around cli anymore and use the native libraries instead for more control fix #1121 * chore(install2): remove test class * Update packages/core/src/package/packageInstallers/InstallUnlockedPackage.ts
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Refactor the current implementation of installing packages that wrap around sfdx cli to use the underlying library directly. The new library is available here https://github.com/forcedotcom/packaging
This will allow us to handle parallel packaging and errors much more cleanly and remove dependency on the CLI invocation
The text was updated successfully, but these errors were encountered: