Open adam-stokes opened 8 years ago
@battlemidget I saw the need for this when dealing with the bundles I have to maintain. I created a small python project called "bundler" that does exactly what you are asking: https://github.com/mbruzek/bundler
./bundler.py update path/to/bundle.yaml
(Queries charm store and finds the latest versions, listing the updated bundle to stdout)
bundler has other features which I also found useful when maintaining bundles.
If this becomes a priority perhaps I could get some time allotted to add it to charm-tools.
@mbruzek very nice! This will come in handy
Can we get this moved into charm tools under bundle update
?
On Fri, Jun 3, 2016, 7:15 PM Adam Stokes notifications@github.com wrote:
@mbruzek https://github.com/mbruzek very nice! This will come in handy
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/juju/charm-tools/issues/216#issuecomment-223716457, or mute the thread https://github.com/notifications/unsubscribe/AAET1XQOFRjHYuW280Z3X7-0QjcPQDpbks5qILWagaJpZM4IttMy .
Checklist
What version am I running?
I ran the following command:
charm version
and got the following ouput:I am using: Ubuntu
Feature
A charm command to check latest revisions against your current bundle.
Something like
Even go as far as updating the bundle