Skip to content

[Task] SAMM CLI validate all aspects in a directory #879

@KobOp

Description

@KobOp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    acknowledgedHas been viewed by one of the maintainers and is ready for further work, discussion or other steps.task

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions