Last active
June 22, 2020 22:35
-
-
Save grant/8012c570eff5f1264a4c4c9f2f5519a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set project | |
gcloud config set project "my-project" | |
# Get project | |
PROJECT=$(gcloud config get-value core/project 2> /dev/null) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment