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
I fail to see how the build.yaml file can support more than a single schema. In my simple command line app, I need to fetch a list of my repos from both GitLab and GitHub. How can I add multiple schemas to a single project?
Discord discussions for #ferry suggest to merge the schemas. However, with GitLab and GitHub being so closely related, there are conflicts with the schemas. For example:
I suppose I could create two separate packages, each containing a its own build.yaml and a schema file, and then have my CLI app depend on the two packages. However, having to split a simple app into multiple packages seems an overkill due to this restriction.
The text was updated successfully, but these errors were encountered:
I fail to see how the
build.yaml
file can support more than a single schema. In my simple command line app, I need to fetch a list of my repos from both GitLab and GitHub. How can I add multiple schemas to a single project?Discord discussions for
#ferry
suggest to merge the schemas. However, with GitLab and GitHub being so closely related, there are conflicts with the schemas. For example:GitLab has:
Whereas, GitHub has:
I suppose I could create two separate packages, each containing a its own
build.yaml
and a schema file, and then have my CLI app depend on the two packages. However, having to split a simple app into multiple packages seems an overkill due to this restriction.The text was updated successfully, but these errors were encountered: