CLI Reference (zb)
zb is the DAGZ command-line tool. It manages the local daemon, deploys infrastructure, and provides utilities for working with test data.
Install
curl -LsSf https://dagz.run/install.sh | sh
Commands
zb daemon
Start the DAGZ daemon. The daemon runs in the background and serves the dashboard at http://localhost:29111.
zb daemon
The daemon is shared across all your repos — start it once and run pytest --dagz in any project.
zb daemon down
Stop the DAGZ daemon.
zb down
zb logs
Tail the daemon log.
zb logs
zb version
Print the zb version.
zb version