← Back to FAQs

How do I create a drift baseline?

Run vibgrate 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 vibgrate init . --baseline to create both config and baseline in one step.

cli-usagebaselinedrift-trackingci

Run vibgrate 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 vibgrate init . --baseline to create both config and baseline in one step.