pub async fn compile_apply_project_and_connect( settings: &Settings, ) -> Result<(Project, Client), CliError>
Compile the project (without type checking) and connect a planning client for database-object apply commands.