class Travis::CLI::ApiCommand

def authenticate

def authenticate
  error "not logged in, please run #{command("login#{endpoint_option}")}" if access_token.nil?
end