Skip to main content

Vibgrate CLI Command Cheat-Sheet

A compact, copy-friendly list of every Vibgrate CLI command grouped by purpose: scanning, baselines and reports, uploads, and the Vibgrate Graph code-map commands. Real commands only.

Vibgrate Docs

Vibgrate Help

This cheat-sheet lists the Vibgrate CLI commands grouped by what you are trying to do. It is for developers who want a single page to scan and copy from. Every command is real; for full detail, follow the command help pages.

Scan and gate

vg
vg scan
vg scan --format sarif
vg scan --drift-budget 60
vg scan --baseline .vibgrate/baseline.json
vg scan --push

Set up a project

vg init
vg init --baseline
vg baseline

Report and export

vg report
vg sbom
vg sbom export
vg sbom export --format cyclonedx --out sbom.cdx.json
vg export

Upload to Vibgrate Cloud

vg login
vg logout
vg push
vg dsn
vg dsn create

Maintain the CLI

vg update

Build and query the code map (Vibgrate Graph)

vg build
vg show
vg ask
vg impact
vg path
vg tree
vg map
vg hubs
vg areas
vg oddities
vg facts
vg tests
vg status

Vibgrate AI Context and library

vg serve
vg install
vg share
vg embed
vg lib

No-install try

npx @vibgrate/cli scan
npx @vibgrate/cli scan --fail-on error

Related

  • Getting Started
  • CLI glossary
  • Individual command help pages