Skip to main content
Back to Tags

Baseline

16 items tagged with "baseline"

Filter by type:

Tutorials12

Tutorial

Initialize Vibgrate Config with vg init

Use vg init to create the .vibgrate directory and config file so your scans are repeatable and shareable across the team.

Tutorial

Create Your First Drift Baseline with vg baseline

Capture a point-in-time snapshot of your project's upgrade drift so future scans can be compared against a known-good reference.

Tutorial

Scan Against a Drift Baseline for Delta Comparison

Compare a fresh scan against a saved baseline with vg scan --baseline to see exactly how your upgrade drift changed since the snapshot.

Tutorial

Fail CI When New Drift Appears Against a Baseline

Wire vg scan --baseline into your pipeline so any new upgrade drift introduced by a change fails the build before it merges.

Tutorial

Track Your Drift Trend Across Releases

Baseline each release and compare scans against it to see whether your DriftScore is improving or degrading over the project's lifetime.

Tutorial

Baseline a Monorepo One Package at a Time

Create and scan per-package drift baselines in a monorepo so each workspace owns its own drift ceiling instead of one shared number.

Tutorial

Update and Refresh an Existing Drift Baseline

Re-run vg baseline to refresh your snapshot after intentional, reviewed changes so the baseline reflects the new accepted normal.

Tutorial

Initialize a Project With a Baseline Using vg init --baseline

Bootstrap Vibgrate and create an initial drift baseline in one step with vg init --baseline so new projects start with a reference snapshot.

Tutorial

Compare Two Drift Baselines to Measure Change

Pin a scan to an older baseline file while a newer one exists to measure exactly how much your upgrade drift moved between two points in time.

Tutorial

Prevent Drift Regressions on a Legacy Module

Pin a baseline to a legacy module and gate it so the old code can't get worse, even while you avoid a risky full rewrite.

Tutorial

Interpret Baseline Diff Output

Learn how to read the delta from vg scan --baseline so you can tell new drift apart from carried-over drift and act on the right items.

Tutorial

Commit the Drift Baseline to Your Repository

Check your baseline file into version control so every developer and CI run compares against the same shared drift reference.