> ## 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.

# CLI Reference

> Preview the complete command reference for the coming-soon Bevor CLI

The Bevor CLI provides smart contract security analysis and code graph exploration from your terminal.

<Warning>
  The Bevor CLI is coming soon and is not published for installation. This reference previews the planned interface; do not run these commands yet.
</Warning>

## Installation preview

```bash Preview — do not run theme={null}
# Coming soon; the package is not publicly installable.
# pip install bevor-cli
```

When the CLI launches, its built-in help will provide the same command tree:

```bash Preview — do not run theme={null}
# bevor --help
```

## Commands

<CardGroup cols={2}>
  <Card title="Root commands" icon="terminal" href="/cli-reference/root-commands">
    Authentication, initialization, context, and general CLI commands.
  </Card>

  <Card title="Sessions" icon="terminal" href="/cli-reference/sessions">
    List and revoke CLI sessions.
  </Card>

  <Card title="Team" icon="terminal" href="/cli-reference/team">
    Manage team context.
  </Card>

  <Card title="Project" icon="terminal" href="/cli-reference/project">
    Manage projects.
  </Card>

  <Card title="Code" icon="terminal" href="/cli-reference/code">
    List, inspect, and upload code versions for the active project.
  </Card>

  <Card title="Analysis" icon="terminal" href="/cli-reference/analysis">
    Manage analyses.
  </Card>

  <Card title="Finding" icon="terminal" href="/cli-reference/finding">
    Findings for the configured analysis.
  </Card>

  <Card title="Agent" icon="terminal" href="/cli-reference/agent">
    Audit agent workflow shorthands.
  </Card>

  <Card title="Chat" icon="terminal" href="/cli-reference/chat">
    Manage analysis chats.
  </Card>
</CardGroup>
