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

Unable to start multiple instances of graphql-cli-voyager #31

Open
sjlongland opened this issue Apr 26, 2019 · 0 comments
Open

Unable to start multiple instances of graphql-cli-voyager #31

sjlongland opened this issue Apr 26, 2019 · 0 comments

Comments

@sjlongland
Copy link

Hi,

I'm trying to launch a second instance of GraphQL voyager so I can compare two different schemas side-by-side. When I try to launch the second, it silently aborts, even if I specify a different port number with --port:

stuartl@vk4msl-ws ~/vrt/projects/widesky/core/graphql-schema $ npm ls -g graphql-cli-voyager
/usr/lib64
└── graphql-cli-voyager@0.1.3 
stuartl@vk4msl-ws ~/vrt/projects/widesky/core/graphql-schema $ graphql voyager --port 7001 schema.master.graphql 
Invalid project name specified
? Select a project: widesky
stuartl@vk4msl-ws ~/vrt/projects/widesky/core/graphql-schema $ echo $?
1

How do I launch the second instance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant