Last active
June 22, 2020 22:37
-
-
Save grant/76835b9f26e10fe4437437ea1fcdc61b 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
PROJECT_NUMBER=$(gcloud projects list \ | |
--filter="project_id:$PROJECT_ID" \ | |
--format='value(project_number)') | |
echo $PROJECT_NUMBER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment