Created
June 15, 2015 23:44
-
-
Save telagraphic/3aa80b9b4e1133183475 to your computer and use it in GitHub Desktop.
Rake commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#list all tasks | |
rake -T | |
#list tasks starting with... | |
rake -T import | |
#get documentation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment