Create a Protobuf plugin

Usage

$ buf beta registry plugin create <buf.build/owner/plugins/plugin> [flags]

Flags

--format string

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

-h, --help

help for create

--visibility string

The plugin'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

-v, --verbose

Turn on verbose mode

Parent Command