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
When using the latest release of Rover 0.8.0 via npx the 'rover is already installed' messaging displays as part of the schema output. My team just noticed this because we have Github actions configured to run the following to publish our changes:
The introspection call technically works, but the schema output is invalid because of the additional messaging added (see below).
This has worked previous to the most recent release (0.7.0)
Note: it still works when using the CLI downloaded via cURL, but running it with npx fails.
Steps to reproduce
Run npx -p @apollo/rover rover subgraph introspect YOUR_GRAPHQL_ENDPOINT > schema.graphql
Expected result
The output inside of schema.graphql should be a fully valid schema.
Actual result
The output inside of schema.graphql is an invalid schema and starts with the text:
If you would like to disable Rover's anonymized usage collection, you can set APOLLO_TELEMETRY_DISABLED=1
You can check out our documentation at https://go.apollo.dev/r/docs.
rover is already installed, skipping installation.
Environment
Rover Info:
Version: 0.8.0
Install Location: /Users/rkeenan/.rover/bin/rover
OS: Mac OS 11.6.1 [64-bit]
Shell: /bin/zsh
The text was updated successfully, but these errors were encountered:
Description
When using the latest release of Rover 0.8.0 via
npx
the 'rover is already installed' messaging displays as part of the schema output. My team just noticed this because we have Github actions configured to run the following to publish our changes:The introspection call technically works, but the schema output is invalid because of the additional messaging added (see below).
This has worked previous to the most recent release (
0.7.0
)Note: it still works when using the CLI downloaded via
cURL
, but running it withnpx
fails.Steps to reproduce
Run
npx -p @apollo/rover rover subgraph introspect YOUR_GRAPHQL_ENDPOINT > schema.graphql
Expected result
The output inside of
schema.graphql
should be a fully valid schema.Actual result
The output inside of
schema.graphql
is an invalid schema and starts with the text:Environment
The text was updated successfully, but these errors were encountered: