

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Docker
incomplete
2: Continuous Deployment
incomplete
3: Google Cloud Platform
incomplete
4: Google Cloud SDK
incomplete
5: Google Artifact Registry
incomplete
6: Automate Builds
incomplete
This lesson's interactive features are locked, please to keep using them
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.
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.
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.