Sha256: 7a8a7c79586a32c0a9428bd26b6f0faa63cf4784775d16051209168345bdf337
Contents?: true
Size: 485 Bytes
Versions: 10
Compression:
Stored size: 485 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} ssh into an instance of the cloud EOS short_desc "ssh into an instance of the cloud" run do |command| cloud = @loaded_clouds.first if !cloud.nodes.empty? cloud.nodes.first.ssh else puts "No running instances can be found" end end end
Version data entries
10 entries across 10 versions & 3 rubygems