We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Google Cloud SDK

For some tasks, it makes sense to use the gcloud CLI instead of the GCP web console. For example, to run tasks from a GitHub Actions workflow, we'll need to use the gcloud CLI.

Assignment

Run the following command to verify your authenticated account and project settings:

gcloud config list

Submit the CLI tests from the root of your repo. There's no penalty on failure for this lesson.

Troubleshooting Tips

You should already be authenticated after running gcloud init. If not, run:

gcloud auth login

If you are using WSL, you may need to restart your WSL instance after installing the gcloud CLI for it to be recognized in your terminal's PATH.