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

rover dev --output ignored #1864

Open
nihar opened this issue Feb 27, 2024 · 0 comments
Open

rover dev --output ignored #1864

nihar opened this issue Feb 27, 2024 · 0 comments
Labels
bug 🐞 triage issues and PRs that need to be triaged

Comments

@nihar
Copy link

nihar commented Feb 27, 2024

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:

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

Expected result

I would expect a build/supergraph.graphql file output when rover::command::dev::compose runs

Actual 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

@nihar nihar added bug 🐞 triage issues and PRs that need to be triaged labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 triage issues and PRs that need to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant