Class: Puter::CLI::Aws

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

Instance Method Summary collapse

Instance Method Details

#images(region_name = options[:region]) ⇒ Object



11
12
13
14
15
# File 'lib/puter/cli/aws.rb', line 11

def images(region_name = options[:region])
  CLI.run_cli do
    raise 'NOT IMPLEMENTED'
  end
end