Google Cloud Profile Switcher (GCPS)
GCPS allows to switch between google cloud configuration profiles easily.
Installation
# for linux systems
curl -o gcps https://github.com/Naman2706/gcps/releases/download/latest/gcps-all-{os}-{architecture}
chmod +x ./gcps
# move to your user bin to access it globally
mv ./gcps /usr/local/bin/
Usage
-
Switch through list
gcps
will return configured profile. -
Switch to particular profile
gcps {profile_name}
-
Switch to previous profile
gcps -
Future Development
Currently we have too many ideas to take ahead this profile switcher and make it more convenient and easy.