Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation feature #438

Open
joerghoh opened this issue Feb 27, 2020 · 2 comments
Open

Validation feature #438

joerghoh opened this issue Feb 27, 2020 · 2 comments

Comments

@joerghoh
Copy link

joerghoh commented Feb 27, 2020

This is a feature request.

I would like to have an easy way to validate a set of YAML files for both syntactical validity and also for completeness, without always installing it to a running AEM instance.

Usecases

  1. When I work on creating the configuration for the AC Tool, I want to be able to check easily that the syntax of this configuration can be consumed without error by the AC Tool.
  2. When I work on creating the configuration for the AC Tool, I want to be able to check that my configuration does not have any external dependency; that means it does not rely on principals which are already on the system, but it is self-contained.

How to implement:

  • It would be great if such a validation could be part of the overall build process, so implementing it as a maven plugin would be benefical.
@kwin
Copy link
Member

kwin commented Feb 27, 2020

That sounds similar to #211. PRs are highly welcome.

@joerghoh
Copy link
Author

the syntax aspect: Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants