jdavisclark / mite

schema migrations so easy you already know how to write them. guaranteed.
http://jdc0589.github.io/mite
11 stars 6 forks source link

add --all support to "mite down" #55

Open jdavisclark opened 10 years ago

jdavisclark commented 10 years ago

you can get it done with mite submodules --bare --order=down | xargs -I {} -- mite --submodule={} down --confirm && mite down --confirm right now, but it would be nice to avoid having to do that...