Categorygithub.com/patrickhoefler/cloudbuildgraph
modulepackage
0.6.9
Repository: https://github.com/patrickhoefler/cloudbuildgraph.git
Documentation: pkg.go.dev

# README

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

Homebrew

brew install patrickhoefler/tap/cloudbuildgraph
cloudbuildgraph

Build from Source

go build
./cloudbuildgraph

License

MIT