| # 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