Skip to main content
New project sponsor 🪝Hookdeck: Serverless infrastructure for event-driven architecture. Learn more.

Adding command owners

Owners in EventCatalog are either users or teams and are optional.

To add an owner or a team, you need to add the user or team to the owners field of the command.

Adding owners using frontmatter

To add owners within a command you need to add them to the owners array within your command frontmatter API.

You need to add the id of the owner.

/commands/AdjustInventory/index.md (example)
---
id: AdjustInventory
... # other command frontmatter
owners:
- dboyne # represents a user
- webTeam # represents a team
---

<!-- Markdown contents... -->

Assigning owners to your commands can provide others with context of who owns this command and how to contact them.

Creating users and teams

EventCatalog gives you the ability to create users and teams. You can read the documentation to get started.