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.

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