Home

Awesome

GitHub stars GitHub forks

gcloud-project

:memo: Description

Working with multiple GCP projects can be a bit confusing. After each gcloud command you need to remember adding the --project flag of the project you are currently working on. gcloud-project was created in order to solve this issue.

gcloud-project will look for a file named .gcpprj starting from the current directory and going up the tree. If such file is found its content will be read as the project-id.

Each execution of the gcloud command, will set the project id to that value, before actualy calling the command.

After the execution the value in the config file will be restored to it's previous value.

:mag: Usage

Under Zsh or Bourne shells such as sh and bash, you just source init.sh into your shell:

$ source ./init.sh

:package: Installation

Give it a try!

:ticket: License

MIT :copyright: avivl