Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created August 8, 2018 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save garystafford/daf8ba8eafea326c274962ce7ffdcea8 to your computer and use it in GitHub Desktop.
Save garystafford/daf8ba8eafea326c274962ce7ffdcea8 to your computer and use it in GitHub Desktop.
# Authenticate with the Google Cloud SDK
export PROJECT_ID="<your_project_id>"
gcloud beta auth login
gcloud config set project ${PROJECT_ID}
# Update components or new runtime nodejs8 may be unknown
gcloud components update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment