octoprint.cli.plugins#
OctoPrintPluginCommands(*args, **kwargs)
#
Bases: click.MultiCommand
Custom click.MultiCommand implementation that collects commands from the plugin hook [octoprint.cli.commands][plugin-guide.concepts.hooks.octoprint.cli.commands].
Attributes:
-
settings
(
octoprint.settings.Settings
) –The global Settings instance.
-
plugin_manager
(
octoprint.plugin.core.PluginManager
) –The global PluginManager instance.
cli(obj)
#
Additional commands provided by plugins.