| CleanupCommand | Command for cleaning up build artifacts and lock files from the solution. |
| CodeGenerateCommand | Represents a command for generating code for a specified EasyAF component. |
| DatabaseGenerateCommand | Command for generating EDMX from database. |
| DatabaseInitCommand | Command for initializing database scaffolding configuration. |
| DatabaseRefreshCommand | Command for refreshing existing EDMX files. |
| EasyAFBaseCommand | Base class for EasyAF commands that provides common functionality for MSBuild operations, user secrets management, and project configuration. |
| EdmxGenerateCommand | Command to generate an EDMX file from an EF Core DbContext in the Data project. |
| EdmxSwapCommand | Command to switch the Provider in the EDMX file between System.Data.SqlClient and Microsoft.Data.SqlClient. |
| EdmxWatchCommand | Command to watch EDMX files in your Data project for changes and regenerate the framework. |
| InitCommand | Command for initializing EasyAF project configuration including database scaffolding, project types, and analyzer setup. |
| EdmxRootCommand | Root command for EDMX file utilities. |
| SetupCommand | Command for setting up local development environment for existing EasyAF projects. |