## Manage authentication and API tokens.

```
entire auth SUBCOMMAND
```

## auth login

Authenticate with your Entire account. Equivalent to the top-level [`entire login`](https://docs.entire.io/cli-reference/login).

```
entire auth login
```

## auth logout

Sign out of your Entire account. Equivalent to the top-level [`entire logout`](https://docs.entire.io/cli-reference/logout).

```
entire auth logout
```

## auth status

Show authentication status.

```
entire auth status
```

## auth list

List active API tokens for the authenticated user.

```
entire auth list
```

## auth revoke

Revoke an API token by ID.

```
entire auth revoke [TOKEN_ID] [flags]
```

| Flag       | Description                                                    |
|------------|----------------------------------------------------------------|
| `--current`| Revoke the token used by this CLI and remove the local copy   |
