Sha256: 2d0ca49298ad50ac63c85dfbec8fd31bec5a754199443076c6994285844249a0
Contents?: true
Size: 416 Bytes
Versions: 19
Compression:
Stored size: 416 Bytes
Contents
#!/usr/bin/env ruby $:.unshift(File.dirname(__FILE__) + "/../lib") require "poolparty" require 'git-style-binary/command' GitStyleBinary.command do banner <<-EOS Usage: #{$0} #{all_options_string} Cycle through nodes in the cloud and wait for the autoscaler to reboot EOS short_desc "Cycle the instances" run do |command| @loaded_clouds.each do |cld| cld.reboot! end end end
Version data entries
19 entries across 19 versions & 1 rubygems