# 安装 bq, gcloud, git-credential-gcloud, gsutil
# https://cloud.google.com/sdk/gcloud/reference/
# brew cask install google-cloud-sdk
curl https://sdk.cloud.google.com | bash
export PATH=~/google-cloud-sdk/bin:$PATH
# 支持的语言
# https://cloud.google.com/vision/docs/languages
# https://cloud.google.com/sdk/gcloud/reference/beta/ml/vision/detect-text
gcloud config set project PROJECT_ID
# `gcloud auth login` no longer writes application default credentials.
# If you need to use ADC, see:
gcloud auth application-default --help
# 交互界面
gcloud beta interactive
#
gcloud config set disable_usage_reporting true
#