Steps to Congigure GCP Cli on Windows

Step 1: Refre the official document and get the official link to download the gcloud exe file on our local. I have downloaded the using the below link from the official documentation.

 https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe

Step 2: Docuble click on google cloud SDK installer (i.e., Gcloud exe file) or Run as a administrator and click on next.

Step 3: Read the terms and policies and agree the agreement by clicking the I agree button.

Step 4: Select the user based on our requirement single or all users and click on next.

Step 5: By Default the path selected if you want you can change the installation path by clicking the browse option then click on next.

Step 6: Select the component to install form the gcloud package. Recomoned to leave it default then click on install.

Step 7: Below image shows the installation of gcloud cli. This will take few minutes to install the gcloud. Afret installation completed click on Next.

Step 8: After installation click on finish and configure the our project.

gcloud init

Below image shows the afte execution of gcloud init

Autenticate the ourproject by clicking the continue and enter our credentials.

Afte succesfull authentication click on allow to access the our project.

Below images shows the lick of projects and select oue project

How To Install GCP CLI In Linux, Windows ?

The gcloud, or Google Cloud Platform Command-Line Interface (CLI), simplifies organizing and managing the resources for GCP and provides many features and services. Users manage infrastructure continuously through continuous integration with GCP offerings like compute engines, cloud storage, and Kubernetes engines. The ability to script continuous processes with automation tools improves resource administration consistency and efficiency. Provides more security features to ensure that operations are safe and that help and documentation are available for all users. The GCP CLI, in its entirety, enables users to manage GCP resources, services, and infrastructure from the command line effectively. This article will teach us how to install the gcloud cli on Linux and Windows OS.

Similar Reads

Featured in Google Cloud Command-line interface

Google Cloud Platform (GCP) CLI (Command Line Interface) is a powerful tool for managing GCP resources and services from the command line. Here’s what it offers:...

Steps to Configure GCP Cli on Linux

How to launch a virtual machine on GCP...

Steps to Congigure GCP Cli on Windows

Step 1: Refre the official document and get the official link to download the gcloud exe file on our local. I have downloaded the using the below link from the official documentation....

GCP cli in linux, windows – FAQ’s

How to install GCP CLI on Windows?...

Contact Us