import utils from'@eventcatalog/utils'; const{ rmCommand }=utils('/path/to/eventcatalog'); // removes a command at the given path (commands dir is appended to the given path) // Removes the command at commands/UpdateInventory awaitrmCommand('/UpdateInventory');
Delete a command at it's given path.