class AwsMfaSecure::CLI

Public Instance Methods

clean() click to toggle source
# File lib/aws_mfa_secure/cli.rb, line 24
def clean
  Clean.new(options).run
end
completion(*params) click to toggle source
# File lib/aws_mfa_secure/cli.rb, line 30
def completion(*params)
  Completer.new(CLI, *params).run
end
completion_script() click to toggle source
# File lib/aws_mfa_secure/cli.rb, line 36
def completion_script
  Completer::Script.generate
end
exports() click to toggle source
# File lib/aws_mfa_secure/cli.rb, line 12
def exports
  Exports.new(options).run
end
session(*argv) click to toggle source
# File lib/aws_mfa_secure/cli.rb, line 5
def session(*argv)
  Session.new(options, *argv).run
end
unsets() click to toggle source
# File lib/aws_mfa_secure/cli.rb, line 18
def unsets
  Unsets.new(options).run
end
version() click to toggle source
# File lib/aws_mfa_secure/cli.rb, line 41
def version
  puts VERSION
end