-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add package validator in typescript #58
Comments
cc @jfsiii Feel free to adjust the initial description, this is mostly a brain dump of mine. |
8 tasks
3 tasks
rw-access
pushed a commit
to rw-access/package-spec
that referenced
this issue
Mar 23, 2021
* Implement "format" subcommand * Unmarshal, marshal * Fix: make check * Add PR comments * Flags as consts * Use yaml.v3 for marshalling * Fix * Find best indentation * Add comments * Move flag labels to captions * Address PR comments * Adjust indents * Register test runners
7 tasks
Closing as won't fix: we haven't come across the need for this in the past few years, so the effort of doing this work won't provide much benefits. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be able to use the package validation from this repository in EPM in Kibana, we need to publish an npm package to the
@elastic
namespace on https://www.npmjs.com/ . From there, we can import the package in Kibana like any other npm package.Publishing to npmjs.com can be done manually whenever we have a release.
code/typescript
The text was updated successfully, but these errors were encountered: