Requirements:
- If just a file type deployd and one host selected compare the repo files with the files on the host
- If more than one host is selected comare files on the hosts against the first host in the list
Note: We need to address binary files
Things to do:
- Determine if a file.DeployedFile is different to what should be there, so different to a the file populated from the dictionary.
- Compare a deployed file.DeployedFile from 2 different hosts.
- Have live compare show the actual differences in the file, just like executing diff on them.