cloudbuildgraph visualizes your Google Cloud Build pipelines.
- A
cloudbuild.yaml,cloudbuild.ymlorcloudbuild.jsonGoogle Cloud Build config file in your current working directory
Running cloudbuildgraph will create a cloudbuild.pdf file in your current working directory that contains a visual graph representation of your Cloud Build pipeline.
docker / nerdctl
docker run \
--rm \
--workdir /workspace \
--volume "$(pwd)":/workspace \
ghcr.io/patrickhoefler/cloudbuildgraphbrew install patrickhoefler/tap/cloudbuildgraph
cloudbuildgraph
go build
./cloudbuildgraph
