Skip to content

Commit

Permalink
Removed additional runDDTests command
Browse files Browse the repository at this point in the history
  • Loading branch information
darnjo authored Sep 12, 2023
1 parent 5f6d1a1 commit e912ca1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ if (require?.main === module) {

program.name('reso-certification-utils').description('Command line batch-testing and restore utils').version('0.0.3');

program
.command('runDDTests')
.requiredOption('-p, --pathToConfigFile <string>', 'Path to config file')
.option('-a, --runAvailability', 'Flag to run data availability tests, otherwise only metadata tests are run')
.description('Runs Data Dictionary tests')
.action(runTests);

program
.command('schema')
.option('-g, --generate', 'Generate JSON schema from a metadata report')
Expand Down

0 comments on commit e912ca1

Please sign in to comment.