/cloudbuildgraph

Visualize your Google Cloud Build pipelines

Primary LanguageGoMIT LicenseMIT

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