Skip to content

Instantly share code, notes, and snippets.

@telagraphic
Created June 15, 2015 23:44
Show Gist options
  • Save telagraphic/3aa80b9b4e1133183475 to your computer and use it in GitHub Desktop.
Save telagraphic/3aa80b9b4e1133183475 to your computer and use it in GitHub Desktop.
Rake commands
#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