geonode.management_commands_http.utils.commands =============================================== .. py:module:: geonode.management_commands_http.utils.commands Attributes ---------- .. autoapisummary:: geonode.management_commands_http.utils.commands.logger Functions --------- .. autoapisummary:: geonode.management_commands_http.utils.commands.get_management_commands geonode.management_commands_http.utils.commands.get_management_commands_apps geonode.management_commands_http.utils.commands.get_management_command_details Module Contents --------------- .. py:data:: logger .. py:function:: get_management_commands() Get the list of all exposed management commands. .. py:function:: get_management_commands_apps() Get a dict of all management commands, filter by the MANAGEMENT_COMMANDS_EXPOSED_OVER_HTTP setting. .. py:function:: get_management_command_details(command_name) Get the help output of the management command.