Skip to content

buf registry policy commit list#

List policy's commits

Usage#

$ buf registry policy commit list <remote/owner/policy[:ref]> [flags]

Description#

This command lists commits in a policy 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 policy.

Flags#

--format string#

The output format to use. Must be one of [text,json]

-h, --help#

help for list

--page-size uint32#

The page size

--page-token string#

The page token. If more results are available, a "next_page" key is present in the --format=json output

--reverse#

Reverse the results. By default, they are ordered with the newest first

Flags inherited from parent commands#

--debug#

Turn on debug logging

--log-format string#

The log format [text,color,json]

--timeout duration#

The duration until timing out, setting it to 0 means no timeout

Parent Command#