Is your task related to a problem? Please describe.
In our environment, we have multiple aspects per one namespace and need to validate all files in a folder. It would be time-efficient and prevent human error to have a single command that takes all .ttl files in a given directory and validate them.
Describe the solution you'd like
The SAMM CLI can process a command like
samm.exe aspect {destination folder} validate
And the result would be the list of files, validation result, and error messages for each failure.
model1.ttl | invalid | sees error message below
model2.ttl | valid
Error [model1.ttl] : xxxxxxxxxxxxxxx
Describe alternatives you've considered
A simple .bat script in a readme file as a work around.
Is your task related to a problem? Please describe.
In our environment, we have multiple aspects per one namespace and need to validate all files in a folder. It would be time-efficient and prevent human error to have a single command that takes all .ttl files in a given directory and validate them.
Describe the solution you'd like
The SAMM CLI can process a command like
And the result would be the list of files, validation result, and error messages for each failure.
Describe alternatives you've considered
A simple .bat script in a readme file as a work around.