Skip to main content

How do I create a drift baseline?

FAQ resource for your migration project.

FAQ resource for How do I create a drift baseline?.

Answer

Run vg baseline to perform a full scan and save the result to .vibgrate/baseline.json. This snapshot becomes your reference point for measuring whether drift is improving or worsening. Commit the baseline to version control so all branches compare against the same reference. Use vg init --baseline to create both config and baseline in one step.