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
Fix UI displaying CLI command to launch Sandbox in walktrhough tutorial #1031
The current (0.9.0) version of the tutorial shows CLI command to launch Sandbox in Step 2 with UI widget that allows to copy the command into clipboard. It happens because it uses an unknown language qualifier shell instead of bash like in the gcloud config set command in step 1.
The current (0.9.0) version of the tutorial shows CLI command to launch Sandbox in Step 2 with UI widget that allows to copy the command into clipboard. It happens because it uses an unknown language qualifier shell instead of
bash
like in thegcloud config set
command in step 1.Both should use
bash
.