Function: writeCommandToAgent()
writeCommandToAgent(
directory): (command,agent,options) =>Promise<void>
Defined in: commands.ts:181
Write a command to an agent in EventCatalog.
Parameters
| Parameter | Type |
|---|---|
directory | string |
Returns
Function
Parameters
| Parameter | Type |
|---|---|
command | Command |
agent | { id: string; version: string; } |
agent.id | string |
agent.version? | string |
options | { format: "md" | "mdx"; override: boolean; path: string; } |
options.format? | "md" | "mdx" |
options.override? | boolean |
options.path? | string |
Returns
Promise<void>