Make `fauna upload-graphql-schema` throw error

The command fauna upload-graphql-schema does not exit(1) when there’s an error

image

Thanks for pointing this out. @aprilmintacpineda Is this causing you any troubles? Or is it just more confusing that your terminal isn’t highlighting it as an error?

I have created an internal issue to get this reviewed and prioritized appropriately.

At the moment, yes it is because the build process in our CI will continue to run despite the errors above. Currently, I can’t say it has caused us trouble because we experience it on DEV – hopefully, we don’t get to a point when it does – to prevent said trouble, we needed to add extra caution because if this happens in production, then our backend fails and we’ll encounter a bug that can definitely bite us hard.

1 Like

Got it! Thanks for the additional detail.