gcloud - local login account setup
After installing gcloud, we need to setup our user account for testing and development purpose. To do that run the following command:-
gcloud init
gcloud auth application-default login
After installing gcloud, we need to setup our user account for testing and development purpose. To do that run the following command:-
gcloud init
Comments