rake [targets...]

A ruby build program with capabilities similar to make

Arguments

NameDescription
targets

Options

NameDescription
-n, --dry-runDo a dry run without executing actions
-h, -H, --helpDisplay this help message
-I, --libdir <LIBDIR>Include LIBDIR in the search path for required modules
-P, --prereqsDisplay the tasks and dependencies, then exit
-q, --quietDo not log messages to standard output
-f, --rakefile <FILE>Use FILE as the rakefile
-r, --require <MODULE>Require MODULE before executing rakefile
-s, --silentLike --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, --verboseLog message to standard output (default)
-V, --versionDisplay the program version