thought-driven / bummr

Update your gems in separate commits. Identify any that fail your build.
MIT License
234 stars 23 forks source link

Headless mode #54

Closed attack closed 5 years ago

attack commented 6 years ago

This is the start of an idea for headless mode. I am curious if a complete example would get merged?

My goal is to be able to run this automatically on CI and have the job commit all successful updates. Currently this is not possible due to the interactive nature of the cli.

This requires a few more changes (ie git rebase -i), but is pretty close to all that is needed.

lpender commented 5 years ago

Thanks :+1: