Skip to content

Visualize your Google Cloud Build pipelines

License

Notifications You must be signed in to change notification settings

patrickhoefler/cloudbuildgraph

Folders and files

NameName
Last commit message
Last commit date
May 8, 2025
Jul 23, 2023
Dec 22, 2022
Sep 26, 2020
Jun 22, 2024
Apr 9, 2025
Jun 30, 2019
Nov 23, 2022
May 6, 2025
Mar 15, 2025
Aug 26, 2020
May 30, 2024

Repository files navigation

cloudbuildgraph

Go Report Card

cloudbuildgraph visualizes your Google Cloud Build pipelines.

Example Output

Example graph

Getting Started

Prerequisites

Installation and Usage

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/cloudbuildgraph
brew install patrickhoefler/tap/cloudbuildgraph
cloudbuildgraph

Build from Source

go build
./cloudbuildgraph

License

MIT