Skip to main content
The Bevor CLI is coming soon. This page previews its planned command interface.
Manage analyses.

bevor analysis create

Create a root analysis for the configured code version.

bevor analysis use

Point .bevor at an analysis container (and optional env).

bevor analysis set

Move the analysis HEAD to version_id. Config keeps the same analysis container id.

bevor analysis get

Print details for the configured analysis head (or --version).

bevor analysis run

Start a run for the configured analysis head (or --version).

bevor analysis retry

Retry failed entrypoints for the configured analysis head (or --version).

bevor analysis diff

Show finding diffs for the configured analysis head (or --version).

bevor analysis commit

Commit staged findings for the configured analysis head (or --version).

bevor analysis child

Create a child analysis version using the configured code as the new code mapping.

bevor analysis fork

Fork an analysis version and set the new analysis as configured.

bevor analysis merge

Merge one analysis into another (uses each analysis’s current head).

bevor analysis entrypoints

List entrypoints for the configured analysis head (or --version).

bevor analysis remediations

List remediated findings for the configured analysis head (or --version).

bevor analysis delete full

Delete the entire analysis container configured in .bevor.

bevor analysis delete branch

Delete an analysis ref / environment.

bevor analysis delete version

Delete a single analysis version (leaf).

bevor analysis branch list

List environments / branches for the configured analysis.