pub async fn run(
settings: &Settings,
cluster_size: &str,
) -> Result<(), CliError>Expand description
Initialize deployment tracking database and tables.
Connects to Materialize and creates the _mz_deploy database with all
required tracking tables if they don’t already exist.
§Arguments
settings- Application settings with connection profile
§Errors
Returns CliError::Connection if the database connection fails