Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Now that we’ve created our first task, how do we run it? Easy. When I ran the cake command against our example, it told us to run our task. Simply type in cake followed by the name of the task you would like to run, like this:
> cake greet
That will run our greet Cake task.
Hello, World!