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. Confirm the new version and re-scan to validate.
Keeping the Vibgrate CLI current means your scans benefit from the latest detectors and output improvements. vg update checks for and installs CLI updates for you, so you do not have to remember the package-manager command.
Prerequisites
- Vibgrate CLI installed
Steps
1. Check your current version
Note what you are running before updating.
vg --version
2. Run vg update
Check for and install the latest version.
vg update
The CLI checks for an update and installs it if one is available.
3. Confirm the new version
Verify the version changed after the update completes.
vg --version
4. Re-scan with the update
Run a scan to make sure everything still works on the new version.
vg
The scan prints a results table and DriftScore as before, now on the latest CLI.
Verification
vg --version reports a newer version after vg update when an update was available, and a follow-up vg scan completes normally. If no update is available, the version stays the same and the command reports you are current.
Next Steps
- New to scanning? Run your first scan tutorial.
- Want repeatable config? Initialize with
vg init. - Sharing results? Connect to Vibgrate Cloud with
vg login.