Fixing <%= metadata.name %>

Pending operations

<% metadata.commandUsedInFixFunction.forEach(({ name, reason }) => { %>
<%= name %>

<%= reason %>

<% }) %>

Required Parameters

<% metadata.requiredParametersForFix.forEach((input) => { %>

<%= input.description %>
<%= input.example %>

<% }) %> <% if (metadata.isFixFunctionUsesDestructiveCommand) { %>
This Fix Function Has DESTRUCTIVE Commands! Please review pending operations carefully.
<% } %>
<%= metadata.adviseBeforeFixFunction %>