Skip to content

buf plugin update#

Update pinned remote plugins in a buf.lock

Usage#

$ buf plugin update <directory> [flags]

Description#

Fetch the latest digests for the specified plugin references in buf.yaml.

The first argument is the directory of the local module to update. Defaults to "." if no argument is specified.

Flags#

-h, --help#

help for update

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#