You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a validate command that takes an existing module template and performs additional validation. This should not be the same input validation as for the create command (e.g., correct formats). Rather it should verify that the created and pushed components are there and links work.
E.g., verify that info.documentation, info.repository, info.icons, resources links work. Verify that the OCM references work, ...
Reasons
Module teams and neighbors could use this to verify that the built module templates actually work.
AC
Validation command available
Validation command documented
The text was updated successfully, but these errors were encountered:
c-pius
changed the title
Implement a validation command in modulectl (takes an existing templates and validates that it is valid, e.g., download links work)
Implement a validate command in modulectl
Oct 10, 2024
Description
Implement a
validate
command that takes an existing module template and performs additional validation. This should not be the same input validation as for the create command (e.g., correct formats). Rather it should verify that the created and pushed components are there and links work.E.g., verify that
info.documentation
,info.repository
,info.icons
,resources
links work. Verify that the OCM references work, ...Reasons
Module teams and neighbors could use this to verify that the built module templates actually work.
AC
The text was updated successfully, but these errors were encountered: