Chore: Update INFO schema related docs 41/69741/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 24 Feb 2022 23:03:40 +0000 (15:03 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 24 Feb 2022 23:03:40 +0000 (15:03 -0800)
Update commands to Verify against INFO.yaml schema

Issue: IT-23633
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: If4ceb8c030192d8c3d3aa63b22182d3033b2e1b5

docs/committer-management.rst

index 24c4605..1dcbc64 100644 (file)
@@ -192,9 +192,10 @@ Verify INFO.yaml uses correct schema
 
 .. code-block:: yaml
 
+    pip install -U jsonschema
     python yaml-verify-schema.py \
-    -s info-schema.yaml \
-    -y INFO.yaml
+    --yaml INFO.yaml \
+    --schema info-schema.yaml
 
 No output indicates INFO.yaml file is valid against the schema. **Otherwise**, ensure you correct any issues before continuing.