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
this project looks quite promising but while i was trying to set up the registry locally & thinking about how to approach a CI/CD scenario it felt there was a small CLI utility missing.
Ideally i think such a small CLI could help with these topics:
pipelines/stacks that are not do not use node as of now will be able interact with the registry easily
easily push a new schema during a deploy task by pushing the schema.graphql
easily validate if the pipeline is safe to deploy a new version
i hope the request makes sense. I could also support in building such a CLI utility
The text was updated successfully, but these errors were encountered:
hey. Yes, thats somewhat useful if your service has a static schema and you need it only in for some CI tasks. For example it would be nice in github PR to display inline comments where schema is invalid. Perhaps https://the-guild.dev/graphql/inspector could be integrated?
In production however, you may find that it's the service that needs to register the schema and handle failure. The schema can be also generated in runtime out of some typescript code.
Hi,
this project looks quite promising but while i was trying to set up the registry locally & thinking about how to approach a CI/CD scenario it felt there was a small CLI utility missing.
Ideally i think such a small CLI could help with these topics:
i hope the request makes sense. I could also support in building such a CLI utility
The text was updated successfully, but these errors were encountered: