Tagged in

Powershell

Google Cloud - Community
Google Cloud - Community
A collection of technical articles and blogs published or curated by Google Cloud Developer Advocates. The views expressed are those of the authors and don't necessarily reflect those of Google.
More information
Followers
58K
Elsewhere
More, on Medium

Google Cloud PowerShell

Quick Hit

It’s easy to run PowerShell in Google Cloud Shell.

Open Cloud Shell:

sudo apt-get install -y powershell

Then:

pwsh
PowerShell 6.1.3
Copyright…

Using the Google Cloud SDK with Powershell

The Google Cloud SDK includes a command line tool called gcloud that is handy for managing Google Cloud resources. For example, I can use it to observe and modify an App Engine application. Here, I list all the versions of an App Engine application: