package
1.6.14
Repository: https://github.com/getgauge/gauge.git
Documentation: pkg.go.dev

# Functions

AddPluginToProject adds the given plugin to current Gauge project.
AllPlugins install the latest version of all plugins specified in Gauge project manifest file.
HandleInstallResult handles the result of plugin Installation TODO: Merge both HandleInstallResult and HandleUpdateResult, eliminate boolean exitIfFailure.
HandleUpdateResult handles the result of plugin Installation.
InstallPluginFromZipFile installs plugin from given zip file.
IsCompatiblePluginInstalled checks if a plugin compatible to gauge is installed TODO: This always checks if latest installed version of a given plugin is compatible.
Plugin download and install the latest plugin(if version not specified) of given plugin name.
UninstallPlugin uninstall the given plugin of the given uninstallVersion If uninstallVersion is not specified, it uninstalls all the versions of given plugin.
UpdatePlugins updates all the currently installed plugins to its latest version.

# Structs

GaugePlugin represents any plugin to Gauge.
InstallResult represents the result of plugin installation.