Add bakery update version patch command#243
Merged
bschwedler merged 17 commits intomainfrom Oct 14, 2025
Merged
Conversation
e9e584c to
67a5ef2
Compare
Test Results752 tests 752 ✅ 2m 46s ⏱️ Results for commit f921bb3. ♻️ This comment has been updated with latest results. |
bschwedler
reviewed
Oct 8, 2025
Co-authored-by: Benjamin R. J. Schwedler <ben@posit.co>
Add ValueError for a `-1` index return on image and version indices
bschwedler
approved these changes
Oct 9, 2025
bschwedler
approved these changes
Oct 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Partially implements #187
bakery update version patchcommand to patch a target version with a new version.--cleanis set, the existing version files will be removed prior to rendering from templates. This will eliminate any files that may no longer exist in the templates or were renamed.--cleanalways removes the version directory regardless of whether or not it is a subpath override.--no-cleanis set, the existing version files will be preserved and moved to the new version path if it is different from the original version's path.--valuewill update the value map for the version in the configuration. Existing defined values for which new values are not passed will be retained.