We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dafe7a commit 9008578Copy full SHA for 9008578
doc/guides/west/manifest.rst
@@ -297,3 +297,14 @@ You can use ``--freeze`` to produce a frozen manifest that's equivalent to your
297
current manifest file. The ``-o`` option specifies an output file; if not
298
given, standard output is used.
299
300
+Validating Manifests
301
+====================
302
+
303
+The ``--validate`` action either succeeds if the current manifest file is valid,
304
+or fails with an error:
305
306
+.. code-block:: none
307
308
+ west manifest --validate
309
310
+The error message can help diagnose errors.
0 commit comments