Urigo / graphql-cli

📟 Command line tool for common GraphQL development workflows

Home Page:https://graphql-cli.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql command without parameters

wtrocki opened this issue · comments

graphql command without parameters should print list of commands with descriptions. Currently prints long stack trace.

@wtrocki The problem is how to scan available npm packages that are also plugins. Do you have any idea to manage that?

@ardatan I think that Cli should have explicitly linked the core commands. Then features like command completion or help are easy. The previous version of cli was doing it:

https://github.com/Urigo/graphql-cli/tree/v3.0.13

Upon investigation - this will require rewrite of the plugin engine so it is not worth it. We can print custom help

We are now printing commands right now.