Skip to content

patrickhoefler/cloudbuildgraph

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