Module: Rig::Command::Options::AwsSecret

Included in:
Environment::Create, Instance::Create
Defined in:
lib/rig/command/options.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



32
33
34
35
36
# File 'lib/rig/command/options.rb', line 32

def self.included(base)
  base.class_eval do
    option %w{-s --secret}, "SECRET", "aws secret access key"
  end
end