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

gcloud create new project and set it as default

gcloud projects create black-butterfly-4450 
  --name black-butterfly 
  --set-as-default
Comment

PREVIOUS NEXT
Code Example
Shell :: how to halt batch script execution for 5 seconds 
Shell :: how to know on which port my mongodb server is running 
Shell :: bash while true 
Shell :: snapd remove command 
Shell :: update snap package 
Shell :: get ram of ubuntu 
Shell :: git alias 
Shell :: fsl flirt 
Shell :: pull changes from dev to remote ranch without merging branch 
Shell :: yarn create chrome extension with react and typescript 
Shell :: ubuntu "Read-only filesystem" 
Shell :: npm init y 
Shell :: uninstall lubuntu 
Shell :: uninstall brew from linux 
Shell :: alpine set keyboard layout 
Shell :: pocketsphinx install error 
Shell :: how to install go in kali linux 
Shell :: how to install chocolatey on windows 10 
Shell :: open a folder linux 
Shell :: change default editor linux 
Shell :: git lines per user 
Shell :: zsh get current theme 
Shell :: laravel: command not found 
Shell :: reset iis 
Shell :: how to git merge with specific commit 
Shell :: material ui install 
Shell :: get macadress windows 
Shell :: bash command to open terminal 
Shell :: bash: tree: command not found... centos7 
Shell :: ubuntu show git branch in terminal 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =