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.
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.
Replace
loging
withlogin
in the tutorial and README(s). Use correct variable (SANDBOX_VERSION
instead of undefinedVERSION
) to print version insandboxctl -version
CLI. Add missingcreate
command in README docs.🛠️ Fixes #1047, Fixes #1045