Skip to content

cwgem/ey_cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ey_cli

An alternative command line interface for Engine Yard Cloud.

Still in early development.

Installation

gem install ey_cli

Usage

ey_cli command [args]

More information available about the implemented commands if you run:

ey_cli help

(which is also a command, btw)

Motivation

engineyard gem is strongly coupled to Thor, and I don't like the conventions that you have to assume because of this coupling.

engineyarg gem connects to your boxes directly to perform tasks. I prefer to connect to the available APIs and have a unique entry point.

Is this a replacement for engineyard gem, then? No, for now it's just an experiment and only implements a few number of commands.

Development notes

Check the opened issues if you want to help and don't know where to start from.

Run this command to execute the tests:

bundle rake

Any pull request and contribution is really appreciated.

Notes about the structure:

How this library is structured:

Commands

What the user executes. Each one can provide its own command line parser to accept further options but one is provided by default.

Controllers

Code and stuff. Show messages, decide what to do...

Models

Connect to the api. Abstraction over the json responses.

Copyright

Copyright (c) 2011 David Calavera. See LICENSE for details.

About

Alternative CLI for Engine Yard Cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%