rake [command...]
A ruby build program with capabilities similar to make
Arguments
Options
Name | Description |
---|
-n,--dry-run | Do a dry run without executing actions |
-h,-H,--help | Display this help message |
-I,--libdir <command> | Include LIBDIR in the search path for required modules |
-P,--prereqs | Display the tasks and dependencies, then exit |
-q,--quiet | Do not log messages to standard output |
-f,--rakefile <command> | Use FILE as the rakefile |
-r,--require <command> | Require MODULE before executing rakefile |
-s,--silent | Like --quiet, but also suppresses the 'in directory' announcement |
-T,--tasks [command] | Display the tasks and dependencies, then exit |
-t,--trace [command] | Turn on invoke/execute tracing, enable full backtrace |
-v,--verbose | Log message to standard output (default) |
-V,--version | Display the program version |