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
Let's say you have domains/services/events all nested within the folder structure.
And you call getServices, this will list all the markdown files in that directory including any nested one, in this example it will return all the services and events.
Proposed Solution
Only return the services, exclude any sub folders (events, commands, queries) in this example.
Implementation Notes
It uses glob under the hood, should be able to just ignore things using regex.
Community Notes
Please vote by adding a 👍 reaction to the issue to help us prioritize.
If you are interested to work on this issue, please leave a comment.
If this issue is labeled needs-discussion, it means the spec has not been finalized yet. Please reach out in the EventCatalog Discord.
The text was updated successfully, but these errors were encountered:
Use Case
Let's say you have domains/services/events all nested within the folder structure.
And you call
getServices
, this will list all the markdown files in that directory including any nested one, in this example it will return all the services and events.Proposed Solution
Only return the services, exclude any sub folders (events, commands, queries) in this example.
Implementation Notes
It uses glob under the hood, should be able to just ignore things using regex.
Community Notes
The text was updated successfully, but these errors were encountered: