.nh .TH "Buf" "1" "2026-04-29" "Auto generated by spf13/cobra" "" .SH NAME buf-config-ls-breaking-rules - List breaking rules .SH SYNOPSIS \fBbuf config ls-breaking-rules [flags]\fP .SH DESCRIPTION List breaking rules .SH OPTIONS \fB--config\fP="" The buf.yaml file or data to use for configuration. --configured-only must be set .PP \fB--configured-only\fP[=false] List rules that are configured instead of listing all available rules .PP \fB--format\fP="text" The format to print rules as. Must be one of [text,json] .PP \fB-h\fP, \fB--help\fP[=false] help for ls-breaking-rules .PP \fB--include-deprecated\fP[=false] Also print deprecated rules. Has no effect if --configured-only is set. .PP \fB--module-path\fP="" The path to the specific module to list configured rules for as specified in the buf.yaml. If the buf.yaml has more than one module defined, this must be set. --configured-only must be set .PP \fB--version\fP="" List all the rules for the given configuration version. By default, the version in the buf.yaml in the current directory is used, or the latest version otherwise (currently v2). Cannot be set if --configured-only is set. Must be one of [v1beta1,v1,v2] .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--debug\fP[=false] Turn on debug logging .PP \fB--log-format\fP="color" The log format [text,color,json] .PP \fB--timeout\fP=0s The duration until timing out, setting it to 0 means no timeout .SH SEE ALSO \fBbuf-config(1)\fP .SH HISTORY 2026-04-29 Auto generated by spf13/cobra