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?
Explanation:
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.
config
is used for viewing and editing Cloud SDK properties, not for listing components.