Skip to main content

Google Cloud CLI

The project is hosted on Google Cloud services. To be able to interact with it you need the command line interface. Head over and download it from here

Useful commands

Set the bassboost project as the current one

gcloud config set project bassboost

Check the currently set project

gcloud config get-value project

Logs for a specific version

gcloud app logs read --version=v1

Reading logs of the backend service with a limit

gcloud app logs read --limit=1000 --service=backend

Tail the logs

gcloud app logs tail --service=backend

For more log commands: https://cloud.google.com/sdk/gcloud/reference/app/logs