Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
After deploying an application to App Engine using gcloud app deploy, you realize the deployment might have occurred in the wrong project. What is the best method to identify the project where the application was deployed?
gcloud app deploy
A
Inspect the app.yaml file for project details
app.yaml
B
Examine the web.xml file for project information
web.xml
C
Execute gcloud config list to view the current project configuration
gcloud config list
D
Look into the index.yaml file for project specifics
index.yaml