Greg Hauptmann
2007-May-31 20:25 UTC
getting help/possible commands for rake??? e.g. options for "db:migrate"
Hi, What''s the syntax for getting help/list of commands available for rake (within a RoRs application). For example: * what commands are possible (e.g. db:migrate)? * how to get an overview / list of options for a command? For example getting full list of options for db:migrate, I''ve tried "rake db:migrate --version" and this doesn''t seem to do it. Tks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jodi Showers
2007-May-31 20:29 UTC
Re: getting help/possible commands for rake??? e.g. options for "db:migrate"
On 31-May-07, at 4:25 PM, Greg Hauptmann wrote:> Hi, > > What''s the syntax for getting help/list of commands available for > rake (within a RoRs application). For example: > > * what commands are possible (e.g. db:migrate)? > * how to get an overview / list of options for a command? > > For example getting full list of options for db:migrate, I''ve tried > "rake db:migrate --version" and this doesn''t seem to do it. > > Tks >Greg - "rake --tasks" Jodi --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Greg Hauptmann
2007-May-31 23:37 UTC
Re: getting help/possible commands for rake??? e.g. options for "db:migrate"
thanks Jodi Is there an additional rake help available for each task? e.g. rake <task> --help? Perhaps there isn''t from what I can tell? Tks Greg On 6/1/07, Jodi Showers <jodi-BOB1p6JRLoAV+D8aMU/kSg@public.gmane.org> wrote:> > > > On 31-May-07, at 4:25 PM, Greg Hauptmann wrote: > > > Hi, > > > > What''s the syntax for getting help/list of commands available for > > rake (within a RoRs application). For example: > > > > * what commands are possible (e.g. db:migrate)? > > * how to get an overview / list of options for a command? > > > > For example getting full list of options for db:migrate, I''ve tried > > "rake db:migrate --version" and this doesn''t seem to do it. > > > > Tks > > > > Greg - "rake --tasks" > > Jodi > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---