
Answer-first summary for fast verification
Answer: gcloud components list
The correct answer is **B** because `gcloud components list` displays the list of all available components in the Cloud SDK, along with their installation status. This includes whether a component is not installed, installed and up to date, or has an update available. It also provides the component's name, ID (used for referencing in other commands), and size. Specifying the `--show-versions` flag will additionally show the currently installed and latest available versions of each component. - **Option A & C** are incorrect because `config` is used for viewing and editing Cloud SDK properties, not for listing components. - **Option D** is incorrect as it is not a valid command.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A developer needs assistance with installing the App Engine Go extensions, but you can't recall the exact name of the component. Which command should you use to display all available options?
A
gcloud config list
B
gcloud components list
C
gcloud config components list
D
gcloud component list
No comments yet.