Sha256: 510934f89b475465ff303a6601178b5b88ba7de57afaa8f28292f0df4bc612e0
Contents?: true
Size: 521 Bytes
Versions: 20
Compression:
Stored size: 521 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} Configure a cloud instance EOS short_desc "Configure a cloud instance" opt :inst_num, "The number of the instance to run bootstrap on", :type => :int run do |command| @loaded_clouds.each do |cld| ENV["POOLPARTY_NO_VALIDATION"] = "true" cld.compile! end end end
Version data entries
20 entries across 20 versions & 1 rubygems