| Buf(1) | Buf(1) |
NAME
buf-registry-module-commit-list - List modules commits
SYNOPSIS
buf registry module commit list [flags]
DESCRIPTION
This command lists commits in a module 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 module.
OPTIONS
--digest-changes-only[=false] Only commits that have changed digests. By default, all commits are listed
--format="text" The output format to use. Must be one of [text,json]
-h, --help[=false] help for list
--page-size=10 The page size
--page-token="" The page token. If more results are available, a "next_page" key is present in the --format=json output
--reverse[=false] Reverse the results. By default, they are ordered with the newest first
OPTIONS INHERITED FROM PARENT COMMANDS
--debug[=false] Turn on debug logging
--log-format="color" The log format [text,color,json]
--timeout=0s The duration until timing out, setting it to 0 means no timeout
SEE ALSO
HISTORY
2026-01-19 Auto generated by spf13/cobra
| 2026-01-19 | Auto generated by spf13/cobra |