.nh .TH "Buf" "1" "2025-01-17" "Auto generated by spf13/cobra" "" .SH NAME buf-registry-plugin-commit-list - List plugins commits .SH SYNOPSIS \fBbuf registry plugin commit list [flags]\fP .SH DESCRIPTION This command lists commits in a plugin based on the reference specified. For a commit reference, it lists the commit itself. For a label reference, it lists the current and past commits associated with this label. If no reference is specified, it lists all commits in this plugin. .SH OPTIONS \fB--digest-changes-only\fP[=false] Only commits that have changed digests. By default, all commits are listed .PP \fB--format\fP="text" The output format to use. Must be one of [text,json] .PP \fB-h\fP, \fB--help\fP[=false] help for list .PP \fB--page-size\fP=10 The page size .PP \fB--page-token\fP="" The page token. If more results are available, a "next_page" key is present in the --format=json output .PP \fB--reverse\fP[=false] Reverse the results. By default, they are ordered with the newest first .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=2m0s The duration until timing out, setting it to zero means no timeout .SH SEE ALSO \fBbuf-registry-plugin-commit(1)\fP .SH HISTORY 2025-01-17 Auto generated by spf13/cobra