Google Cloud Certified Associate Cloud Engineer Practice

Disable ads (and more) with a membership for a one time $2.99 payment

Question: 1 / 155

What is the command to list the current configuration for `gcloud`?

BigQuery

Mount

Update

`gcloud config list`

The BigQuery command is used to make queries against data in a database, not to list the current configuration for gcloud. The Mount command is used to mount a file system in Linux. The Update command is used to update packages and dependencies in a project. The correct command to list the current configuration for `gcloud` is `gcloud config list`. This command displays a list of properties and their values in the currently active configuration.

Next

Report this question