-
Notifications
You must be signed in to change notification settings - Fork 12
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
Should we allow overriding packages values, and if yes, how? #49
Comments
I expect the first use case to be 4. It can indirectly be used to do 1-3 if needed for automation. |
if we rephrase this as I have to look in the existing this is something that anyway should be taken care of by the |
Where would it be committed though? Local branch? Do we want to require a package-registry in all cases? In my experience what
Would this mean that the tool always reads from filesystem and how file get there is not this tool concern? I think that would be a great simplification. but currently this CLI |
I was expecting that
I was not aware of that :)
either from filesystem or memory: I would not mix the use of the generator as CLI tool and as a package to be consumed. that's another reason, for me, to keep all these related operations in |
I still struggle why this would be needed? As a dev, I'm building a package and made some changes to the ingest pipeline, templates. Before I commit anything, I want to generate data and test with it? |
the my opinion is to rely (and eventually improve) on what |
There is no need to override values the generation configuration at the moment, but when work on adding this generation to
elastic-package
will be completed such overrides may be needed.Once this tool will be leveraged though
elastic-package
will consume packages as their configuration source.There are 4 main scenarios that I foresee:
integrations
repointegrations
repoWhich of these cases (other than n 1) will we support?
/cc @aspacca
The text was updated successfully, but these errors were encountered: