-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
acknowledgedHas been viewed by one of the maintainers and is ready for further work, discussion or other steps.Has been viewed by one of the maintainers and is ready for further work, discussion or other steps.task
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
acknowledgedHas been viewed by one of the maintainers and is ready for further work, discussion or other steps.Has been viewed by one of the maintainers and is ready for further work, discussion or other steps.task