Skip to main content
Commands

vg bundle

Build a self-contained, air-gapped bundle — parser grammars, your code map, and the library catalog — so Vibgrate runs with no network at all.

Overview

vg bundle builds a self-contained, air-gapped bundle — the parser grammars, your code map, and the library catalog — so Vibgrate can run in an environment with no network at all. It is the packaging step behind fully offline and regulated deployments.


Usage

vg bundle

Choose where the bundle is written (default vg-bundle):

vg bundle --out ./dist/vg-bundle

Options

FlagDescription
--offlineBuild an offline bundle (the default; present for clarity)
-o, --out <dir>Output directory (default vg-bundle)

Related

Example use cases

Expand any use case to watch a live replay of the real @vibgrate/cli running against one of our test repositories. Nothing executes in your browser — these are recordings of actual runs, with the scan time shown as of now.

vg bundle

Related Documentation