Sha256: 9eb1fd4a63654d60a5be4242e0dfbeb8e746c4fbd1d43753514c9bc10e8ccf90
Contents?: true
Size: 328 Bytes
Versions: 10
Compression:
Stored size: 328 Bytes
Contents
require 'thor' module Mulder class CLI < Thor desc "search APP ENV ROLE FORMAT CONFIG_FILE", "Search AutoScaling Groups for APP, ENV, ROLE, FORMAT and CONFIG_FILE" def search(app, env, role, format = 'human', config_file = 'config/aws.yml') Mulder.search(app, env, role, format, config_file) end end end
Version data entries
10 entries across 10 versions & 1 rubygems