FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

patrickhoefler/cloudbuildgraph: Visualize your Google Cloud Build pipelines · GitHub

This repository was archived by the owner on Jan 31, 2026. It is now read-only.

Repository files navigation

cloudbuildgraph

cloudbuildgraph visualizes your Google Cloud Build pipelines.

Example Output

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

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL