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
Is your feature request related to a problem? Please describe
As I build and maintain uds-packages, I wish to optimize my ability to transfer updates in bandwidth-limited environments.
Describe the solution you'd like
Given an update to a UDS-package bundle
When running uds create . --differential (or similar)
Then UDS will minimize the artifact size to a smaller footprint than the normal "full" bundle.
Additional context
Zarf has a similar flag --differential string [beta] Build a package that only contains the differential changes from local resources and differing remote resources from the specified previously built package
The text was updated successfully, but these errors were encountered:
@UncleGedd you can not :( - I may build a bundle in my CI environment and airgap it to a CD environment. I believe you could assume previous versioned artifacts produced by uds create would be available.
Is your feature request related to a problem? Please describe
As I build and maintain uds-packages, I wish to optimize my ability to transfer updates in bandwidth-limited environments.
Describe the solution you'd like
uds create . --differential
(or similar)Additional context
Zarf has a similar flag
--differential string [beta] Build a package that only contains the differential changes from local resources and differing remote resources from the specified previously built package
The text was updated successfully, but these errors were encountered: