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

[v2] Implement a CLI #390

Open
Maximilien-R opened this issue May 6, 2020 · 0 comments
Open

[v2] Implement a CLI #390

Maximilien-R opened this issue May 6, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Maximilien-R
Copy link
Member

In order to improve the developer experience, it could be interesting to develop a CLI dedicated to tartiflette.

This CLI could integrate a certain number of built-in commands, but it should be easy to extend using a third party package. A quick and easy solution to implement could be to rely on click which allows the extension relatively easily.

The CLI could provide many tools such as:

  • validate an SDL or a request (by providing a file / folder)
  • determine if the evolution of an SDL presents break changes
  • generate Python code (resolvers, directives, scalars ...) from an SDL
  • generate SDL interactively
  • generate SQLAlchemy models from an SDL
  • ...
@Maximilien-R Maximilien-R added the enhancement New feature or request label May 6, 2020
@Maximilien-R Maximilien-R added this to the V2.0 milestone May 6, 2020
@abusi abusi mentioned this issue Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant