Skip to content

buf registry whoami

Check if you are logged in to the Buf Schema Registry

Usage

$ buf registry whoami <domain> [flags]

Description

This command checks if you are currently logged into the Buf Schema Registry at the provided <domain>. The <domain> argument will default to buf.build if not specified.

Flags

--format string

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

-h, --help

help for whoami

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