# File lib/commands/abstract_command.rb, line 10
  def setup
    use_proxy! if http_proxy
    sign_in unless api_key
  end