diff --git a/crawl.sh b/crawl.sh index a96f2ae05..9bf92af6b 100755 --- a/crawl.sh +++ b/crawl.sh @@ -5,6 +5,10 @@ set -euxo pipefail path=$(pwd)/$(printf "%s/" "$@") mkdir -p $path +if [[ $# -eq 0 ]] ; then + gcloud version > version +fi + groups=$(gcloud help $@ | go run ./ -print=groups) commands=$(gcloud help $@ | go run ./ -print=commands)