This website requires JavaScript.
Explore
Help
Sign In
will
/
aws-missing-tools
Watch
1
Star
0
Fork
0
You've already forked aws-missing-tools
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
29aeb75ca3
aws-missing-tools
/
bin
/
aws-ha-release.rb
5 lines
85 B
Ruby
Raw
Normal View
History
Unescape
Escape
start a ruby version of aws-ha-release - use aruba to test command line options - use rspec to unit test
2013-05-30 20:35:37 +00:00
#!/usr/bin/env ruby
on init, connect to AWS and check for the AS group
2013-05-31 20:08:23 +00:00
require
'aws-missing-tools'
use ruby optionparser instead of trollop remove cucumber
2013-06-04 22:18:18 +00:00
AwsHaRelease
.
new
(
ARGV
.
dup
)
.
execute!
Reference in New Issue
Copy Permalink