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
405 stars 148 forks source link

[Bug]: nit: document issue for local development #1059

Closed ymotongpoo closed 1 year ago

ymotongpoo commented 1 year ago

Version of Cloud Ops Sandbox

0.9.2

Your client machine OS?

Linux

Tell us, what is a problem?

In the document, the user can deploy the demo with the following commands.

git clone https://github.com/GoogleCloudPlatform/cloud-ops-sandbox
gcloud auth application-default loging
cloud-ops-sandbox/provisioning/sandboxctl -p PROJECT_ID

However, this section contains a couple of typos and obsolete commands.

  1. gcloud auth application-default loging should be gcloud auth application-default login
  2. cloud-ops-sandbox/provisioning/sandboxctl -p PROJECT_ID should be cloud-ops-sandbox/provisioning/sandboxctl create -p PROJECT_ID

What you expected to happen?

No response

Code of Conduct

minherz commented 1 year ago

Duplicates #1047