Expand description
mz-deploy dev — developer inner-loop overlay command.
Creates per-developer overlay databases (<base_db>__<profile>) from
the dirty subset of the project’s views, materialized views, and indexes.
Every overlay materialized view and index is rewritten to run on a single
user-supplied target cluster. The overlay is drop-and-rebuilt on every
invocation.
Requires the materialize_developer role plus CREATEDB at run time.
Functions§
- run
- Top-level entry point for
mz-deploy dev.