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
The zpm "publish" command does not have support for publishing a module with dependencies. While this was intentional, HSDevOps requests updating this to include publishing with dependencies. A couple reasons around this decision:
There are many dependencies (HS.REST, HealthConnect.Common, etc.) that we don't currently publish and only want to publish the combined solution module
For the offline case, you would need to download all of a module's dependencies separate from the module itself (unless we added an IPM command to download a module + dependencies together)
IPM has no concept of a lock file yet, including dependencies is safer (even though we do lock the dependencies in the main module.xml itself for release branches)
What is the point of supporting packing with dependencies if not publishing as well?
The text was updated successfully, but these errors were encountered:
The zpm "publish" command does not have support for publishing a module with dependencies. While this was intentional, HSDevOps requests updating this to include publishing with dependencies. A couple reasons around this decision:
The text was updated successfully, but these errors were encountered: