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:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...