geonode.management_commands_http.utils.commands

Attributes

logger

Functions

get_management_commands()

Get the list of all exposed management commands.

get_management_commands_apps()

Get a dict of all management commands, filter by the

get_management_command_details(command_name)

Get the help output of the management command.

Module Contents

geonode.management_commands_http.utils.commands.logger[source]
geonode.management_commands_http.utils.commands.get_management_commands()[source]

Get the list of all exposed management commands.

geonode.management_commands_http.utils.commands.get_management_commands_apps()[source]

Get a dict of all management commands, filter by the MANAGEMENT_COMMANDS_EXPOSED_OVER_HTTP setting.

geonode.management_commands_http.utils.commands.get_management_command_details(command_name)[source]

Get the help output of the management command.