# README
cloudbuildgraph
cloudbuildgraph
visualizes your Google Cloud Build pipelines.
Example Output
Getting Started
Prerequisites
- A
cloudbuild.yaml
,cloudbuild.yml
orcloudbuild.json
Google Cloud Build config file in your current working directory
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
Homebrew
brew install patrickhoefler/tap/cloudbuildgraph
cloudbuildgraph
Build from Source
go build
./cloudbuildgraph