Skip to main content

Inventory Your Tech Stack with the Tooling Scanner

Use the Vibgrate Tooling Inventory Scanner to map your full technology stack across categories, then export the inventory and push it to Vibgrate Cloud.

Difficulty
Beginner
Duration
15 minutes
Steps
5

The Vibgrate Tooling Inventory Scanner maps your full technology stack by detecting packages across categories — frameworks, build tools, test runners, and more. It gives platform and architecture teams a clear picture of what is actually in use across a repository.

Prerequisites

  • A project repository with dependency manifests
  • Vibgrate CLI installed, or use the no-install form

Steps

1. Install the CLI

npm i -g @vibgrate/cli

Or try it without installing:

npx @vibgrate/cli scan

2. Run the scan

From the project root:

vg

The Tooling Inventory Scanner runs as part of the scan and detects packages across categories.

3. Review the inventory

Read the categorized inventory to see your frameworks, build tooling, and test infrastructure at a glance. This is useful for standardization and consolidation decisions.

4. Export the inventory

Emit machine-readable output for governance and reporting:

vg scan --format json --out vibgrate.json

5. Push to Vibgrate Cloud

Share the inventory with your team for trend tracking:

vg push

Verification

Confirm the scan reported a categorized tooling inventory and that your exported file exists. If you ran vg push, confirm the upload completed and appears in Vibgrate Cloud.

Next Steps

Pair this with the Service Dependencies scanner to map external SDKs, and use the Build & Deploy scanner to detect CI/CD and infrastructure systems.

Prerequisites

  • A project repository
  • Vibgrate CLI installed

Steps

  • 1
    Install the CLI
  • 2
    Run the scan
  • 3
    Review the inventory
  • 4
    Export the inventory
  • 5
    Push to Vibgrate Cloud

Category

Vibgrate