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:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...