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 gone to the wrong project. How can you determine which project the application was actually deployed to?
gcloud app deploy
A
Inspect the app.yaml file for the project ID.
app.yaml
B
Look for the project ID in the web.xml file of the application.
web.xml
C
Execute the command gcloud config list to view the current project configuration.
gcloud config list
D
Examine the index.yaml file for the project details.
index.yaml