BakeGuides

Guides

Getting Started

This guide gives a general overview of bake and how to use it.

Command Line Interface

The bake command is broken up into two main functions: list and call.

Project Integration

This guide explains how to add bake to a Ruby project.

Gem Integration

This guide explains how to add bake to a Ruby gem and export standardised tasks for use by other gems and projects.

Input and Output

bake has built in tasks for reading input and writing output in different formats. While this can be useful for general processing, there are some limitations, notably that rich object representations like json and yaml often don't support stream processing.