Commit Graph

13 Commits

Author SHA1 Message Date
Kohsuke Kawaguchi 2edd265e92 Fixed a system/local conflict problem
If blimpy gem is already installed, this ends up picking blimpy from the installed gem, as opposed to the local workspace.
2013-03-29 16:15:41 -07:00
Kohsuke Kawaguchi 85b2ceb8f1 allow monkey-patching of Blimpy by the project (mainly to add more commands) 2013-03-26 14:21:28 -07:00
R. Tyler Croy 3bf2332b1f Avoid trying to update YAML::ENGINE if it's not there 2012-07-21 12:08:29 -07:00
R. Tyler Croy a000ca66f2 Force the psych YAML engine 2012-07-20 12:12:56 -07:00
R. Tyler Croy 9b99da424f Work-in-progress on `blimpy ssh`
Need to take care of #15 before I can tackle #13 and finish up the
tests/implementation for `blimpy ssh <name>`
2012-04-28 14:32:28 -07:00
R. Tyler Croy ea8d0e84d4 Refactor the Blimpy::CLI module into the right place in the gem 2012-04-28 14:11:53 -07:00
R. Tyler Croy a5ce97a015 Support stopping and re-starting VMs
Fixes #5
Fixes #6
2012-04-23 20:13:28 -07:00
R. Tyler Croy 95c7130ba6 Add an `init` command to the blimpy script for creating a simple Blimpfile 2012-04-22 23:05:13 -07:00
R. Tyler Croy d07c1d9da5 Add support for listing and destroying VMs that are already online 2012-04-22 22:49:50 -07:00
R. Tyler Croy 558411f482 Refactor the CLI to use Thor 2012-04-22 22:11:02 -07:00
R. Tyler Croy 85084107a1 Implement the core/basic functionality of `blimpy start` to bring up multiple hosts 2012-04-22 21:21:09 -07:00
R. Tyler Croy 3525b4c774 Start fleshing out some more complex features, need to linke aruba/cli tests into rspec tests REALSOONNAO 2012-04-22 15:53:18 -07:00
R. Tyler Croy 8f54e497b8 Make one scenario pass, introduce another one that doesn't pass 2012-04-21 12:10:16 -07:00