RAKE(1) | General Commands Manual | RAKE(1) |
rake
— make-like
build utility for Ruby
rake |
[-f rakefile]
[options] targets ... |
rake
is a make(1)-like
build utility for Ruby. Tasks and dependencies are specified in standard
Ruby syntax.
-m
,
--multitask
-B
,
--build-all
-j
,
--jobs
num_jobs-f
,
--rakefile
filename-N
,
--no-search
, --nosearch
-G
,
--no-system
, --nosystem
-R
,
--rakelib
rakelibdir,
--rakelibdir
rakelibdir-g
,
--system
--backtrace
=outstderr
(default) or
stdout
.-t
,
--trace
=outstderr
(default)
or stdout
.--suppress-backtrace
pattern--trace
is on.--rules
-n
,
--dry-run
-T
,
--tasks
[pattern]-D
,
--describe
[pattern]-W
,
--where
[pattern]-P
,
--prereqs
-e
,
--execute
code-p
,
--execute-print
code-E
,
--execute-continue
code-v
,
--verbose
-q
,
--quiet
-s
,
--silent
--quiet
, but also suppresses the ‘in
directory’ announcement.-X
,
--no-deprecation-warnings
--comments
-A
,
--all
-T
or -D
)--job-stats
[level]-V
,
--version
-h
,
-H
, --help
The complete documentation for rake
has
been installed at
/usr/share/doc/rake-doc/html/index.html. It is also
available online at
https://ruby.github.io/rake.
rake
was written by Jim
Weirich
<jim@weirichhouse.org>.
This manual was created by Caitlin Matos <caitlin.matos@zoho.com> for the Debian project (but may be used by others). It was inspired by the manual by Jani Monoses <jani@iv.ro> for the Ubuntu project.
June 12, 2016 | rake 11.2.2 |