Skip to main content
Back to Tags

Getting Started

11 items tagged with "getting-started"

Filter by type:

Tutorials9

Tutorial

Install the Vibgrate CLI Globally with npm

Install @vibgrate/cli globally with npm so the vg command is available everywhere, then confirm the install with a quick scan.

Tutorial

Try the Vibgrate CLI with npx (No Install)

Run a one-off Vibgrate drift scan using npx without installing anything, ideal for trying the CLI or running it in disposable environments.

Tutorial

Run the Vibgrate CLI with Docker

Run a Vibgrate drift scan inside Docker by mounting your project, keeping the scan isolated from your host toolchain and reproducible in CI.

Tutorial

Run Your First Vibgrate Scan on the Current Directory

Run your very first Vibgrate drift scan with a bare vg command and learn what the scan looks at and what it produces.

Tutorial

Understand Your DriftScore

Learn what the DriftScore measures, how to read its risk levels, and how to use it as the headline metric for upgrade health.

Tutorial

Read and Interpret Vibgrate Scan Output

Make sense of the default Vibgrate scan output: the results table, the findings it lists, and the DriftScore that summarizes them.

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

Keep the Vibgrate CLI Current with vg update

Check for and install Vibgrate CLI updates with vg update so your scans use the latest detectors and output improvements.

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.