[RFE] run diff-bundle against two exported bundles
Bug #1842358 reported by
Andrea Ieri
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
It would be useful to be able to diff bundles even in the absence of a deployed model. Example:
juju diff-bundle ./mybundle_1.yaml ./mybundle_2.yaml
This would allow "offline" comparisons of sites that are not reachable or don't exist anymore, or make it possible to try alternative juju client versions without having to touch production sites at all (e.g. I might want to use some shiny new unreleased formatting option from the edge channel but not want to risk side-effects).
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Is this worthwhile over just a diff tool though? Is there something that bundle-diff is doing logically that's particularly helpful/useful?