
Ultimate access to all questions.
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?
A
Inspect the app.yaml file for the project ID.
B
Look for the project ID in the web.xml file of the application.
C
Execute the command gcloud config list to view the current project configuration.
D
Examine the index.yaml file for the project details.