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
| Flag | Description |
|---|---|
--offline | Build an offline bundle (the default; present for clarity) |
-o, --out <dir> | Output directory (default vg-bundle) |
Related
- vg serve — serve the bundle to your assistant, offline
- Privacy & security — how Vibgrate handles your code