This ticket requires 2 parts:
- A utility function for running over a given manifest object and ensuring that the schema is correct. May also apply defaults or provide "linting" warnings as needed.
- Hook up the
helpme validate command to run the utility function mentioned above on a target manifest file. Will probably need to add the loadManifest task to this operation to help locate the manifest file if a directory is provided as target.