Switch between Google Cloud Profiles easily
-
Switch through list
gcps
will return configured profile. -
Switch to particular profile
gcps {profile_name}
-
Switch to previous profile
gcps -
Golang
go install github.com/daftcreations/gcps@latest
OR
## Linux
curl -fsSL instl.sh/daftcreations/gcps/linux | bash
## MacOS (m1 and intel)
curl -fsSL instl.sh/daftcreations/gcps/macos | bash
## Windows
iwr -useb instl.sh/daftcreations/gcps/windows | iex
probably have to source
.bashrc
,.zshrc
or.profile
to make it work
Check out projects and our socials
May the source be with you