Management commands
===================

.. _runschema-cmd:

``runschema``
-------------

.. djcommand:: django_pgschemas.management.commands.runschema

.. _migrateschema-cmd:

``migrateschema``
-----------------

.. djcommand:: django_pgschemas.management.commands.migrateschema

.. _migrate-cmd:

``migrate``
-----------

Wrapper around ``migrateschema`` to override Django's default ``migrate``.

.. _createrefschema-cmd:

``createrefschema``
-------------------

.. djcommand:: django_pgschemas.management.commands.createrefschema

.. _cloneschema-cmd:

``cloneschema``
---------------

.. djcommand:: django_pgschemas.management.commands.cloneschema

.. _whowill-cmd:

``whowill``
-----------

.. djcommand:: django_pgschemas.management.commands.whowill
