diff --git a/src/content/_index.html b/src/content/_index.html index e19afab..a8590e0 100644 --- a/src/content/_index.html +++ b/src/content/_index.html @@ -88,6 +88,13 @@ og_type: "website"
# Validate a harvest is correct.
+enroll validate /path/to/harvest
+
+# Check against the latest published version of the state schema specification
+enroll validate /path/to/harvest --schema https://enroll.sh/schema/state.schema.json
+
+ Enroll writes a state.json file describing what was harvested. The canonical definition of that file format is the JSON Schema below.
You can also validate a harvest state file against the schema by using enroll validate /path/to/harvest.
enroll diff$ enroll diff --old /path/to/harvestA --new /path/to/harvestB --format markdown --exclude-path /var/anacron --ignore-package-versions
+ $ enroll diff --old /path/to/harvestA --new /path/to/harvestB --format markdown --exclude-path /var/anacron --ignore-package-versions
$ enroll diff --old /path/to/golden --new /path/to/current \
--webhook https://example.net/webhook \
--webhook-format json \