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

# Root commands

> Authentication, initialization, context, and general Bevor CLI commands.

<Note>The Bevor CLI is coming soon. This page previews its planned command interface.</Note>

Authentication, initialization, context, and general Bevor CLI commands.

## `bevor`

Bevor CLI — smart contract security analysis and code graph exploration.

```bash theme={null}
bevor [OPTIONS] COMMAND [ARGS]...
```

| Parameter              | Type    | Required | Default | Description                                                                      |
| ---------------------- | ------- | -------- | ------- | -------------------------------------------------------------------------------- |
| `--quiet, -q`          | boolean | No       | false   | Suppress informational output; useful for scripting.                             |
| `--install-completion` | boolean | No       | None    | Install completion for the current shell.                                        |
| `--show-completion`    | boolean | No       | None    | Show completion for the current shell, to copy it or customize the installation. |

## `bevor help`

Show root help text (alias for --help).

```bash theme={null}
bevor help
```

## `bevor login`

Log in via browser. Opens your default browser to authenticate with Bevor. Your credentials are stored locally and used for subsequent commands. Examples: bevor login

```bash theme={null}
bevor login
```

## `bevor logout`

Remove stored credentials. Examples: bevor logout

```bash theme={null}
bevor logout
```

## `bevor whoami`

Show the currently authenticated user. Examples: bevor whoami bevor whoami -j

```bash theme={null}
bevor whoami [OPTIONS]
```

| Parameter    | Type    | Required | Default | Description                     |
| ------------ | ------- | -------- | ------- | ------------------------------- |
| `--json, -j` | boolean | No       | false   | Print full user object as JSON. |

## `bevor init`

Link the current directory to a Bevor team and project. Resets/creates the .bevor/config.json.

```bash theme={null}
bevor init
```

## `bevor context`

Show team, project, code, and analysis from `.bevor` (and live labels where available).

```bash theme={null}
bevor context [OPTIONS]
```

| Parameter    | Type    | Required | Default | Description                      |
| ------------ | ------- | -------- | ------- | -------------------------------- |
| `--json, -j` | boolean | No       | false   | Print structured status as JSON. |
