class Opsicle::LegacyCredentialConverter

Public Class Methods

new() click to toggle source
# File lib/opsicle/commands/legacy_credential_converter.rb, line 7
def initialize
end

Public Instance Methods

execute() click to toggle source
# File lib/opsicle/commands/legacy_credential_converter.rb, line 10
def execute
  Output.say "Converting your ~/.fog file to a ~/.aws/credentials file..."

  convert_fog_to_aws
end