graphql-doctor icon indicating copy to clipboard operation
graphql-doctor copied to clipboard

CLI application

Open tlenclos opened this issue 5 years ago • 1 comments

It could be nice to expose a cli binary to allow users to run this on a CI for example, if they don't want to use github probot apps.

Example

graphql-doctor --schema app/src/schema.graphql --github-token XXX

That would return a list of all the failures pretty printed in stderr or a success message in stdout.

tlenclos avatar Nov 21 '18 11:11 tlenclos

Totally agree ! It would be cool to run graphql-doctor via GitHubApp or on an existing CI

spyl94 avatar Nov 21 '18 11:11 spyl94