Command Line Interface (CLI)

Open Zaak ships with a command line interface accessible inside of the containers.

To get more information about a command, you can run:

$ python src/manage.py <command> --help

Available commands

createinitialsuperuser

Create an initial superuser and send the generated password via e-mail to the specified e-mail address. Note that this requires your e-mail configuration to be set up correctly (any of the EMAIL_* envvars)!

setup_configuration

A CLI alternative to the point-and-click configuration in the admin interface.

send_test_notification

After configuring the Notificaties API, send a test nofification to verify the setup.

register_kanaal

Registers a notifications channel with the notifications API if it doesn’t exist yet. Channels must exist before Open Zaak can publish notifications to them.