in lib/google/serverless/exec/gcloud.rb [147:154]
def verify!
binary_path!
current_project!
auths = execute ["auth", "list", "--format=value(account)"],
capture: true
raise GcloudNotAuthenticated if auths.empty?
end