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

fix: fix incorrect instructions and CLI #1049

Closed minherz closed 1 year ago

minherz commented 1 year ago

Replace loging with login in the tutorial and README(s). Use correct variable (SANDBOX_VERSION instead of undefined VERSION) to print version in sandboxctl -version CLI. Add missing create command in README docs.

🛠️ Fixes #1047, Fixes #1045