Skip to content

Commit 1015250

Browse files
committed
Add missing CLI metadata validation
1 parent 53293bf commit 1015250

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/api/cli.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ In these commands:
4242

4343
{{< refItem name="ota lint --modified" description="Run ota lint only on files that have been modified in Git" example="npx ota lint --modified" />}}
4444

45+
## Validating metadata file
46+
47+
{{< refItem name="ota validate metadata" description="Check that the metadata file structure is valid" example="npx ota validate metadata" />}}
48+
4549
## Publishing dataset
4650

4751
{{< refItem name="ota dataset [--file <filename>]" description="Export the versions dataset into a ZIP file and publish it to GitHub releases. The dataset title and the URL of the versions repository are defined in the configuration." example="npx ota dataset --file dataset.zip" />}}

0 commit comments

Comments
 (0)