Tools


Last updated on 2025-08-08 (history).

# CLIs

# Databases

# Utils

# Webapps

# Learning

# Cloud

## gcloud tricks & tips

Passing --log-http prints details about the http call being made underneath.

It helps in understanding exactly what is being done behind the scenes, which can be helpful when replicating some of the gcloud functionality in some other program.

For example,

1
gcloud --log-http compute regions list