You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
I am asked to specify project name, but it is not clear how to do so
The text was updated successfully, but these errors were encountered: