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
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.
However, this section contains a couple of typos and obsolete commands.
gcloud auth application-default loging
should begcloud auth application-default login
cloud-ops-sandbox/provisioning/sandboxctl -p PROJECT_ID
should becloud-ops-sandbox/provisioning/sandboxctl create -p PROJECT_ID
What you expected to happen?
No response
Code of Conduct