Wednesday, January 15, 2020

My gcloud cheat sheet


To deploy a project, change to the directory where app.yaml is located, then do:
$: gcloud app deploy

Show default project
$: gcloud config get-value project

No comments:

Test page for code formatting

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 1...