cloudmesh.shell.plugin¶
Module Contents¶
Classes¶
-
class
cloudmesh.shell.plugin.PluginManager¶ Bases:
object-
__init(self)¶
-
load(self)¶ TODO: DEPRECATED:
loads the plugins form the plugin.yml file in github
- Returns
-
uninstall(self, name)¶ pip uninstalls the package with the specified name :param name: The package name :return:
-
pip_install(self, name)¶ pip installs the package with the specified name :param name: The package name :return:
-
source_install(self, name)¶ TODO: DEPRECATED
- Parameters
name –
- Returns
-