It would nice to have a small function that allows you to just figure out the git SHA of all the tools you current are using.
Effectively, this would look at the currently installed tool version (respecting the virtual environment, if one is active), and returning the git sha value for each esm-tools related project. This could look something like the following:
It would nice to have a small function that allows you to just figure out the git SHA of all the tools you current are using.
Effectively, this would look at the currently installed tool version (respecting the virtual environment, if one is active), and returning the git sha value for each esm-tools related project. This could look something like the following:
Gives back:
and so on. We indirectly do this anyway, so it should not be too hard.