h5p-cli python like requirements.txt logic

Forums: 

Hey guys,

Is there a feature in h5p-cli that installs the libraries and their dependencies requirements from a file; for example, venv requirements.txt like in python?

I want to get the exact libraries' versions from a backend (wordpress for example), in order to get the exact environment and lock it on my machine and others.

I would prefer not to use scripting languages like bash to mimic this logic.

Thanks

otacke's picture

No, that's not a feature that the H5P CLI tool has, and H5P itself does not allow to lock on a patch level either.