Skip to main content

CLI Check

The Email Manager includes a helpfull CLI tool that ensures your templates and blueprints are configured correctly. This feature helps developers maintain high standards by quickly identifying potential issues during setup or updates.

The CLI tool only works, when you have installed the plugin via composer.

To use the CLI check, navigate to the plugin directory and run:

composer check

This command validates your configurations, checks for errors, and highlights any missing files. The output provides a clear summary, so you can address problems before they impact your forms in production.

By integrating directly into your development workflow, the CLI tool saves time and ensures a reliable setup. Whether you’re creating a new template or making updates, it gives you confidence that everything is in order.