Finding a Rake Task Definition
Suppose you use a certain Rake task. Is there an easy way to find out where that task is defined?
There is. Use the ` –where` option.
Example: rake --where packman:update
Written on June 4, 2019 by alistairmckinnell