Buf(1) Buf(1) (NAME) buf-dep-graph - (SYNOPSIS) buf dep graph [flags] (DESCRIPTION) "src/proto" "buf.build/foo/bar" BSR "12345" "buf.build/foo/bar:12345" "buf.build/foo/baz" BSR "67890" : digraph { "src/proto" -> "buf.build/foo/bar:12345" "buf.build/foo/bar:12345" -> "buf.build/foo/baz:67890" } CLI DOT . ( Protobuf JSON ) ! Graphviz DOT https://graphviz.org . graphviz macOS homebrew : brew install graphviz dot : buf dep graph | dot -Tpng >| graph.png && open graph.png [dir,git,mod,protofile,tar,zip] . "." . (OPTIONS) --disable-symlinks[=false] (symlinks) CLI (BSR) . --error-format="text" (stderr) . [text,json,msvs,junit,github-actions,gitlab-code-quality] --format="dot" . [dot,json] -h, --help[=false] graph (OPTIONS INHERITED FROM PARENT COMMANDS) --debug[=false] () --log-format="color" [text,color,json] --timeout=0s () (SEE ALSO) buf-dep(1) (HISTORY) 2026-07-17 spf13/cobra Auto generated by spf13/cobra 2026-07-17 Buf(1)