We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When passing in --output <file>, rover dev ignores the value of the flag and generates a super graph in a temp folder.
--output <file>
rover dev
Command:
APOLLO_ELV2_LICENSE=accept ./node_modules/.bin/rover dev --router-config conf/router-local.yaml --supergraph-config config/dv-supergraphs-config.yaml --polling-interval 600 --output build/supergraph.graphql -l debug
I would expect a build/supergraph.graphql file output when rover::command::dev::compose runs
build/supergraph.graphql
rover::command::dev::compose
A supergraph.yaml file is created in a temp folder.
supergraph.yaml
Rover Info: Version: 0.22.0 Install Location ~/tools/graphql-router/node_modules/binary-install/node_modules/.bin/rover OS: Mac OS 14.3.1 [64-bit] Shell: /bin/zsh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When passing in
--output <file>
,rover dev
ignores the value of the flag and generates a super graph in a temp folder.Steps to reproduce
Command:
Expected result
I would expect a
build/supergraph.graphql
file output whenrover::command::dev::compose
runsActual result
A
supergraph.yaml
file is created in a temp folder.Environment
Rover Info:
Version: 0.22.0
Install Location ~/tools/graphql-router/node_modules/binary-install/node_modules/.bin/rover
OS: Mac OS 14.3.1 [64-bit]
Shell: /bin/zsh
The text was updated successfully, but these errors were encountered: