# Vendia CLI command - logout

## `share logout`

Logout of Vendia user account.

### Usage for `share logout`

```
share logout
```

### Flags for `share logout`

- `all` ( _boolean_) \- Logout of all accounts on this machine

### Examples for `share logout`

```
share logout

# Logout of all accounts

share logout --all
```
