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:

How To: Consume COM server in Common Lisp

How To: Consume COM server in Common Lisp Goal: Simple example to consume COM server/object using Common Lisp Version info: - OS: Win...