GCloud cheat sheet

GCloud is the native language of Cloud Shell. Cloud Shell is the command line interface of Google Cloud Platform. Here are some examples …

gcloud sql connect someinstancename — Connect to a SQL Server instance.

use “somedatabase” — Change (from default Master) to a named database. Don’t forget the double-quotes.

Leave a comment