Skip to main content

Module new_project

Module new_project 

Source
Expand description

Scaffold a new mz-deploy project directory.

Creates the standard directory layout (models/, clusters/, roles/), writes starter project.toml and profiles.toml files, and optionally initializes a git repository.

Structs§

ScaffoldOpts
Shared options for project scaffolding.

Functions§

init
mz-deploy init — scaffold the current directory as an mz-deploy project.
run
mz-deploy new <name> — create a new directory and scaffold into it.