class Puter::CLI::Aws

Public Instance Methods

images(region_name = options[:region]) click to toggle source
# File lib/puter/cli/aws.rb, line 11
def images(region_name = options[:region])
  CLI.run_cli do
    raise 'NOT IMPLEMENTED'
  end
end