-
-
Notifications
You must be signed in to change notification settings - Fork 593
Consider treating check-jsonschema as an "official" more featureful CLI #910
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
Comments
Hi. Thanks for the ticket. I'll leave longer comments, but a quick one is that the CLI is functionality I didn't want to add in the first place :), I wanted someone doing it as an additional package, so I'm definitely open to the idea. What needs to change or how probably are longer and require some investigating, but yeah thanks definitely worth discussing. |
I don't want to pollute the issue tracker here, but I've been working on trying to make sure @Julian, with your permission, I'd like to add replies to the following issues suggesting that they use
I believe that all of these (and probably some closed issues too) could be considered "solved" by this. I'm trying to balance how much self-promotion is appropriate here, vs how useful it would be to tell people about the tool. Please let me know if it seems like I'm crossing the line! It's hard to figure out. 😅 |
Thanks! So far how you've gone about this is perfect, so don't worry :) I'm thinking perhaps we take things the org route -- I'll create a But yeah let me create the org. Until then, definitely feel free to promote on those issues! |
Woohoo! We'll figure out more later, I'm sure.
No need to apologize! I'm not expecting your review -- though obviously I'd appreciate it.
We could try to reclaim that name, but I must admit that I don't really like " We can revisit later: I'm not super strongly attached to the current name -- we can look at doing a name-change in the future if it seems worth it. |
v0.15.0 of check-jsonschema added a lot of what I felt was missing, so I'm now thinking about what it takes to consider this issue closed. I think the next stage is to start closing any outstanding issues for the CLI component and pointing them at check-jsonschema. We can close this issue or keep it open -- either is fine by me. |
Congrats! I'm happy with that. I honestly owe checking the CLI out again just so I'm not an ignoramus about its functionality, but yes agree! Let's close and start redirecting folks! |
Huge Disclaimer: I'm the author/maintainer of
check-jsonschema
so obviously I think it's great and we should all use it. 😉There are a number of issues which revolve around making the
jsonschema
CLI more featureful.I think it's nice to have a built-in CLI, but that it's also nice to keep the complexity of this project low and have a clear separation of concerns.
check-jsonschema
currently takes care of the following features which I do not believe should be features ofjsonschema
:Because the version number of
check-jsonschema
moves independently fromjsonschema
, it's not necessary to do ajsonschema
release in order to update the pre-commit hook config or add CLI-only features. And it's not necessary to think about a major version bump in order to change the CLI in a breaking way.Many CLI features, like #889, could be handled by
check-jsonschema
, allowing this project to ignore them.The most significant downside I know of is that
check-jsonschema
has very rudimentary output formatting. It's nowhere near as nice as thejsonschema
CLI (yet!).Here are some ideas I've had about what we can do if this is interesting:
check-jsonschema
in the "Community" section of the readmepy-jsonschema
?) and putting both projects under itI'm also willing to make changes in
check-jsonschema
if there is some milestone the project must meet (other than popularity) in order to be considered.The text was updated successfully, but these errors were encountered: