GoogleCloudPlatform / cloud-ops-sandbox

Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Apache License 2.0
406 stars 148 forks source link

Wrong command in the tutorial (configure instead of config) #1039

Closed minherz closed 1 year ago

minherz commented 1 year ago

Environment details

Steps to reproduce

  1. Open tutorial
  2. Go to "Project Setup" step
  3. The command states
       gcloud configure set project <walkthrough-project-id/>

The command is supposed to be gcloud config set project (link)