Question 75 of 284
Single answerYou need to produce a list of the enabled Google Cloud Platform APIs for a GCP project using the gcloud command line in the Cloud Shell. The project name is my-project. What should you do?
✓ARun gcloud projects list to get the project ID, and then run gcloud services list --project .
BRun gcloud init to set the current project to my-project, and then run gcloud services list --available.
CRun gcloud info to view the account value, and then run gcloud services list --account .
DRun gcloud projects describe to verify the project value, and then run gcloud services list --available.
✓
Correct Answer: A
Run gcloud projects list to get the project ID, and then run gcloud services list --project <project ID>.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.