Method: Heroku::Command::Auth#index

Defined in:
lib/heroku/command/auth.rb

#indexObject

auth

Authenticate, display token and current user



10
11
12
13
14
# File 'lib/heroku/command/auth.rb', line 10

def index
  validate_arguments!

  Heroku::Command::Help.new.send(:help_for_command, current_command)
end