inveniosoftware / invenio-cli

CLI module for Invenio
https://invenio-cli.readthedocs.io
MIT License
10 stars 43 forks source link

Check for git as requirement #298

Closed avivace closed 2 years ago

avivace commented 2 years ago

Follows up https://github.com/inveniosoftware/docs-invenio-rdm/pull/379.

invenio-cli check-requirements now checks if git is installed, without paying attention to the version (similar to what we do with imagemagick).

I added the step in the development requirements, but I'm not super sure about it, since git is required even for the invenio-cli init rdm -c <version> command, which is suggested in both installation methods, local and containers.