> ## Documentation Index
> Fetch the complete documentation index at: https://docs.entire.io/llms.txt
> Use this file to discover all available pages before exploring further.

# auth

> Manage authentication and API tokens.

Manage authentication and API tokens.

```bash theme={null}
entire auth SUBCOMMAND
```

## auth login

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

```bash theme={null}
entire auth login
```

## auth logout

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

```bash theme={null}
entire auth logout
```

## auth status

Show authentication status.

```bash theme={null}
entire auth status
```

## auth list

List active API tokens for the authenticated user.

```bash theme={null}
entire auth list
```

## auth revoke

Revoke an API token by ID.

```bash theme={null}
entire auth revoke [TOKEN_ID] [flags]
```

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