mz-deploy
Installation
SKILL.md
mz-deploy
mz-deploy is declarative SQL project tooling for Materialize. A project is a
git-tracked directory of .sql files describing the desired state of a
Materialize environment; mz-deploy compiles it, type-checks it offline, tests
it in a local container, and deploys changes through an atomic
stage-then-promote lifecycle.
brew install materializeinc/materialize/mz-deploy
Discover Before You Run
The CLI is self-documenting, and its help text is the source of truth. Do not guess command names, flags, or argument order.