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

Project name must be specified for multiproject config #17

Open
sorenbs opened this issue Jan 23, 2018 · 1 comment
Open

Project name must be specified for multiproject config #17

sorenbs opened this issue Jan 23, 2018 · 1 comment

Comments

@sorenbs
Copy link

sorenbs commented Jan 23, 2018

I am asked to specify project name, but it is not clear how to do so

graphql voyager
✖ 
Project name must be specified for multiproject config. Valid project names: app, database

~/c/g/cloud master
❯ graphql voyager database
✖ 
Project name must be specified for multiproject config. Valid project names: app, database

~/c/g/cloud master
❯ graphql voyager --name database
graphql voyager [--port]

Open GraphQL voyager in your browser

Options:
  --dotenv       Path to .env file                                      [string]
  --port, -p     Project name                                           [string]
  -h, --help     Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

Unknown argument: name
@kbrandwijk
Copy link

Normally, that would be with the -p/--project option. The issue here is (probably) that the voyager command overwrites the -p alias for port. You should be able to use --project.

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

2 participants