Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

gcloud set project

gcloud config set project <Your-Project-Name>
Comment

gcloud set project

gcloud config set project my-project
Comment

gcloud set project

gcloud auth list
* account 1
  account 2

# change the project's account if not
gcloud config set account `ACCOUNT`

#Depending on the account, the project list will be different:
gcloud projects list

- project 1
- project 2...

#Switch to intended project:
gcloud config set project `PROJECT ID`
Comment

PREVIOUS NEXT
Code Example
Shell :: Error: Fetching /usr/local/Homebrew/Library/Taps/commands/homebrew-pup failed! 
Shell :: how to install heroku 
Shell :: bash iterate over list of files 
Shell :: how to create a new project using vite 
Shell :: generate password linux 
Shell :: execute as another user linux 
Shell :: install autoconf macos 
Shell :: bash script template 
Shell :: export editor nano 
Shell :: upload github 
Shell :: Run emulator without Android studio. 
Shell :: undo last commit but keep changes 
Shell :: error Invalid plugin options for "gatsby-plugin-manifest": 
Shell :: react hooks npm install 
Shell :: how to kill orphan 
Shell :: copy all files in folder with powershell 
Shell :: git log for specific file 
Shell :: how to clone a specific git tag 
Shell :: users list linux 
Shell :: Update nvm installed node version and keep globally installed packages 
Shell :: git lines of code per user 
Shell :: remove apt docker 
Shell :: how to install expo cli on windows 
Shell :: bash lowercase 
Shell :: rdp linux ubuntu 
Shell :: azure powershell module 
Shell :: ubuntu facial recognition login 
Shell :: how to install slack in ubuntu 
Shell :: pm2 remove app from list 
Shell :: git delete branch 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =