Blog URL: https://cheatsheet.dennyzhang.com/cheatsheet-gcp, Category: tools
File me Issues or star this repo.
See more CheatSheets from Denny: #denny-cheatsheets
Name | Summary |
---|---|
List projects | gcloud config list project |
Switch project | gcloud config set project <project-id> |
Name | Summary |
---|---|
Authenticate client | gcloud auth <activate-service-account> --key-file <key-file> |
Name | Summary |
---|---|
Config auth | gsutil config -a |
Download bucket | gsutil <path-to-release> gs://<bucket_name>/ |
Download file | gsutil cp gs://<bucket_name>/<dir-path>/package-1.1.tgz package-1.1.tgz |
License: Code is licensed under MIT License.