Version

Generic tools for version information.

dockerflow.version.get_version(root)[source]

Load and return the contents of version.json.

Parameters:

root (str) – The root path that the version.json file will be opened

Returns:

Content of version.json or None

Return type:

dict or None