Installation

$ gem install kodiak

Configuration

$ cd myproject
$ kodiak generate

This will create the configuration file at kodiak.yaml. Open kodiak.yaml and define your environment(s) to meet your needs.

Usage

$ kodiak push [environment]

Grab all of the source files in the supplied [environment] and will ship them over to their destination.

Watch

$ kodiak watch [environment]

This will start the Kodiak "server" -- the directory watcher mechanism. Once started, any changes made to your source files will automatically trigger the transporter to move the changed file.

Log

$ kodiak log

This will list out the log history in the current project.

Options

-f | --force - force overwrites on destination files
-s | --safe - skip safety prompts
-q | --quiet - suppress notifications
-v | --verbose - output log messages

Contribute

We want your help. Fork us so we can make Kodiak better.

$ git clone git://github.com/imulus/kodiak

Download

You can download this project in either zip or tar formats.

or get the source code on GitHub : imulus/kodiak

Fork me on GitHub