Skip to content

archlint snapshot

The snapshot command captures the current state of your project's architecture and saves it to a JSON file. This file can then be used with the diff command.

Usage

bash
archlint snapshot [options]

Options

OptionDefaultDescription
--output, -o <file>archlint-snapshot.jsonThe file to save the snapshot to

Examples

Create a baseline for the project

bash
archlint snapshot -o .archlint-baseline.json

Released under the MIT License.