-
Notifications
You must be signed in to change notification settings - Fork 116
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
Command: lint the integration #5
Comments
Hey @mtojek, I was going through these issues today and noticed we also have |
same question here |
I responded here: #10 (comment) |
I understand where we are coming from, perhaps we could call this With |
Good point, I prefer the |
The command runs a basic validation of the package content, it doesn’t necessarily need to build the content. YAML manifests, JSON files, mandatory files, etc. It also verifies if dashboard file are properly encoded.
The command exposes a flag that fails when any file modification is required (for "check" purposes). It must be part of the implementation.
Suggested command:
elastic-package lint
The text was updated successfully, but these errors were encountered: