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

> Trigger analyses, inspect the graph, and script security into any workflow

<Warning>
  The Bevor CLI is coming soon and is not published for installation. Commands shown in the reference are interface previews and should not be run yet.
</Warning>

# Security from the terminal

The CLI brings the project graph into local and automated workflows. It is designed to create and select projects, synchronize code, run analyses, inspect graph nodes and relationships, manage findings, and support coding-agent workflows.

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

## Where it fits

* Explore the semantic neighborhood around a changed symbol.
* Trigger and inspect analyses without leaving the terminal.
* Stream structured output into internal scripts and agents.
* Materialize bounded graph context for coding-agent security work.

<Card title="CLI command reference" icon="terminal" href="/cli-reference/overview">
  Preview the complete reference generated from Bevor's Typer command tree.
</Card>
