commands.sh

rake

all

A Make-like program for Ruby. Tasks for `rake` are specified in a Rakefile.

More info →

Examples (5)

Run the `default` Rakefile task

Run a specific task

Execute `n` jobs at a time in parallel (number of CPU cores + 4 by default)

rake --jobs n

Use a specific Rakefile

rake --rakefile path/to/Rakefile

Execute `rake` from another directory

rake --directory path/to/directory
made by @shridhargupta | data from tldr-pages