Reference

buf registry commit add-label

Add labels to a commit

Usage

$ buf registry commit add-label <remote/owner/module:commit> --label <label> [flags]

Flags

--format string

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

-h, --help

help for add-label

--label strings

The labels to add to the commit. Must have at least one

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 zero means no timeout

-v, --verbose

Turn on verbose mode

Parent Command