Skip to content

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

Description

@sjlongland

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions