Method: CloudFormationTool#profile

Defined in:
lib/cloud_formation_tool.rb

#profile(name = nil) ⇒ Object



81
82
83
# File 'lib/cloud_formation_tool.rb', line 81

def profile name = nil
  $__profile ||= name || find_profile(nil, ENV['AWS_PROFILE'] || ENV['AWS_DEFAULT_PROFILE'] || 'default')
end