Class: Ec2spec::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/ec2spec/cli.rb

Instance Method Summary collapse

Instance Method Details

#sshObject



8
9
10
11
12
13
# File 'lib/ec2spec/cli.rb', line 8

def ssh
  hosts = options['host']
  days = options['days']
  client = Ec2spec::Client.new(hosts, days)
  client.run
end