rake [targets...]
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 <LIBDIR> | 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 <FILE> | Use FILE as the rakefile |
-r, --require <MODULE> | Require MODULE before executing rakefile |
-s, --silent | Like --quiet, but also suppresses the 'in directory' announcement |
-T, --tasks [pattern] | Display the tasks and dependencies, then exit |
-t, --trace [output] | Turn on invoke/execute tracing, enable full backtrace |
-v, --verbose | Log message to standard output (default) |
-V, --version | Display the program version |