Skip to content

Commit 9008578

Browse files
mbolivar-nordicgalak
authored andcommitted
doc: west: add docs for west manifest --validate
This is supported but undocumented. Signed-off-by: Martí Bolívar <[email protected]>
1 parent 1dafe7a commit 9008578

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/guides/west/manifest.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,3 +297,14 @@ You can use ``--freeze`` to produce a frozen manifest that's equivalent to your
297297
current manifest file. The ``-o`` option specifies an output file; if not
298298
given, standard output is used.
299299

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

Comments
 (0)