buffrs 0.13.0

Modern protobuf package management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## buffrs logout

Removes an authentication token from the credentials store.

### Synopsis

`buffrs logout --registry <url>`

### Description

This command removes a previously saved token from the credentials store by its
associated registry URL. Future invocations of `publish` and `install` that
involve the given registry will then default to unauthenticated mode.

The credentials are currently stored in `$HOME/.buffrs/credentials.toml`.