update_plugin

This module is used to update an existing plugin using manage.py

class smarter.apps.plugin.management.commands.update_plugin.Command(*args, **kwargs)[source]

Bases: SmarterCommand

Django manage.py update_plugin command. This command is used to update a plugin from a yaml import file.

add_arguments(parser)[source]

Add arguments to the command.

handle(*args, **options)[source]

update the plugin.