Skip to content

CloudMoshko/cheatsheet-gcp-A4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

1 GCP CheatSheet

Blog URL: https://cheatsheet.dennyzhang.com/cheatsheet-gcp, Category: tools

linkedin
github
slack


PRs Welcome

File me Issues or star this repo.

See more CheatSheets from Denny: #denny-cheatsheets

1.1 gcloud

1.1.1 Project

NameSummary
List projectsgcloud config list project
Switch projectgcloud config set project <project-id>

1.1.2 Auth

NameSummary
Authenticate clientgcloud auth <activate-service-account> --key-file <key-file>

1.2 gsutil

NameSummary
Config authgsutil config -a
Download bucketgsutil <path-to-release> gs://<bucket_name>/
Download filegsutil cp gs://<bucket_name>/<dir-path>/package-1.1.tgz package-1.1.tgz

1.3 cloudshell

1.4 More Resources

License: Code is licensed under MIT License.

linkedin github slack

Releases

No releases published

Packages

No packages published