:mod:`magpie.cli` ================= .. py:module:: magpie.cli Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 batch_update_users/index.rst register_defaults/index.rst register_providers/index.rst run_db_migration/index.rst sync_resources/index.rst sync_services/index.rst Package Contents ---------------- Functions ~~~~~~~~~ .. autoapisummary:: magpie.cli.magpie_helper_cli .. data:: __version__ :annotation: = 2.0.1 .. function:: magpie_helper_cli(args=None) Groups all sub-helper CLI listed in :py:mod:`magpie.cli` as a common ``magpie_helper``. Dispatches the provided arguments to the appropriate sub-helper CLI as requested. Each sub-helper CLI must implement functions ``make_parser`` and ``main`` to generate the arguments and dispatch them to the corresponding caller.