Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new target-manifest flag for user to provide a manifest of file/directory paths #103

Merged
merged 4 commits into from
Sep 19, 2019

Conversation

jordanpadams
Copy link
Member

Added new option "--target-manfiest" for the command line and
"validate.targetManifestFile" for the config file.

Modified index.xml.vm for the new option.

To test:
bin/validate -c [config file]
bin/validate --target-list-file [target list file] -t [target]
bin/validate --target-list-file [target list file]

Check the target files in the report (Parameters:Targets).

Resolves #50

danyu and others added 4 commits September 19, 2019 10:08
products to validate

Added new option "--target-list-file" for the command line and
"validate.targetListFile" for the config file.

Modified index.xml.vm for the new option.
Updates also include integration tests and updated documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new target-manifest flag for user to provide a manifest (file) of file/directory paths to validate
1 participant