Reference

buf registry login

Log in to the Buf Schema Registry

Usage

$ buf registry login <domain> [flags]

Description

This prompts for your BSR username and a BSR token and updates your .netrc file with these credentials. The <domain> argument will default to buf.build if not specified.

Flags

-h, --help

help for login

--token-stdin

Read the token from stdin. This command prompts for a token by default

--username string

The username to use. This command prompts for a username by default

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