Hello everybody,

Today I encountered an interesting problem. We're doing seeding for our 
applications with a custom mix alias: "run priv/repo/seeds/**/*", which works 
great. The problem is we're using umbrella applications with multiple ecto 
repos, so each application has it's own seeds. You can imagine how annoying it 
is having to run seeds for each application separately.

I would like to propose adding --recursive flag to the run task, that would 
make it apply it's arguments in each application separately. This would allow 
creating an alias in the top-level mix.exs to run seeds in each application.

What do you think?

Michał.

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/70E6F291-32AD-422C-BE60-27F493E423F1%40muskala.eu.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to