flippyhead / admiral

Admiral is a command line utility for managing AWS CloudFormation and OpsWorks stacks, and for deploying applications to EC2 instances.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admiral

Admiral is a command line utility for managing AWS CloudFormation and OpsWorks stacks, and for deploying applications to EC2 instances. Admiral is modular in design -- you include just the modules you need, dependencies are automatically resolved.

Getting Started

Please see the step by step setup guide to get started.

Installation

Currently there are four Admiral modules. Simply install what you need to get started.

Please visit the above repositories for details on each module.

Usage

Install one of the above modules then from your command line:

$ admiral help

To see a list of available module subcommands and options.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

This project was heavily inspired by this blog post -- thanks ThoughtWorks!

About

Admiral is a command line utility for managing AWS CloudFormation and OpsWorks stacks, and for deploying applications to EC2 instances.

License:MIT License


Languages

Language:Ruby 100.0%