Skip to content

buf registry plugin create#

Create a BSR plugin

Usage#

$ buf registry plugin create <remote/owner/plugin> [flags]

Flags#

--default-label-name string#

The default label name of the module

--format string#

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

-h, --help#

help for create

--type string#

The type of the plugin. Must be one of [check]

--visibility string#

The module's visibility setting. Must be one of [public,private]

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

Parent Command#