currently commands simply pass through output from packer commands as a tuple. ``` (ret, out, err) = p.version() ``` I want to be able to parse in format that allows further manipulation via python.