Skip to content

octoprint.cli.plugins#

OctoPrintPluginCommands #

Bases: click.MultiCommand

Custom click.MultiCommand <http://click.pocoo.org/5/api/#click.MultiCommand>_ implementation that collects commands from the plugin hook :ref:octoprint.cli.commands <sec-plugins-hook-cli-commands>.

.. attribute:: settings

The global :class:~octoprint.settings.Settings instance.

.. attribute:: plugin_manager

The :class:~octoprint.plugin.core.PluginManager instance.

cli(obj) #

Additional commands provided by plugins.

Back to top