Sha256: a356a285aea91cdd959f531d2daecd37a195f2cc1a82e22ee27b427157787a40

Contents?: true

Size: 690 Bytes

Versions: 29

Compression:

Stored size: 690 Bytes

Contents

# Cody Files

The files in folder are used by cody to build AWS CodeBuild projects.  For more info, check out the [cody docs](https://cody.run). Here's a quick start.

## Install Tool

    gem install cody

This installs the `cody` command to manage the AWS CodeBuild project.

## Update Project

To update the CodeBuild project:

Main services:

    cody deploy demo

If you have multiple codebuild projects associated with the same repo, you can use the `--type` option.  Example:

    cody deploy demo --type deploy

## Start a Deploy

To start a CodeBuild build:

    cody start demo
    cody start demo --type deploy

To specify a branch:

    cody start demo --type deploy -b feature

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
cody-1.2.1 lib/template/top/README.md
cody-1.1.0 lib/template/top/README.md
cody-1.0.6 lib/template/top/README.md
cody-1.0.5 lib/template/top/README.md
cody-1.0.4 lib/template/top/README.md
cody-1.0.3 lib/template/top/README.md
cody-1.0.2 lib/template/top/README.md
cody-1.0.1 lib/template/top/README.md
cody-1.0.0 lib/template/top/README.md
cody-0.9.8 lib/template/top/README.md
cody-0.9.7 lib/template/top/README.md
cody-0.9.6 lib/template/top/README.md
cody-0.9.5 lib/template/top/README.md
cody-0.9.4 lib/template/top/README.md
cody-0.9.3 lib/template/top/README.md
cody-0.9.2 lib/template/top/README.md
cody-0.9.1 lib/template/top/README.md
cody-0.9.0 lib/template/top/README.md
cody-0.8.6 lib/template/top/README.md
cody-0.8.5 lib/template/top/README.md