1 Answers
The gcloud
command primarily uses project ID (some sub-commands of gcloud
use project number), it never uses project name. The command gcloud config get-value project
simply returns the ID of project configured in the configuration file of gcloud
.