Skip to content

add-project.py: Add verify-config command

Ahmon Dancy requested to merge review/dancy/verify-config into main

The verify-config command reads projects.json and exits with status 0 that is successful. Otherwise it displays the error message and exits non-zero. This is useful for checking for simple syntax errors in the file.

Defer calling init_gitlab() until after projects.json has been loaded.

Merge request reports