Documentation
¶
Overview ¶
Package plugin provides plugin management commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoUpdateCmd ¶ added in v1.40.1
AutoUpdateCmd handles `stripe plugin auto-update` for enabling/disabling automatic plugin updates.
func NewAutoUpdateCmd ¶ added in v1.40.1
func NewAutoUpdateCmd(cfg *config.Config) *AutoUpdateCmd
NewAutoUpdateCmd creates the `stripe plugin auto-update` command.
type InstallCmd ¶
InstallCmd is the struct used for configuring the plugin install command
func NewInstallCmd ¶
func NewInstallCmd(config *config.Config) *InstallCmd
NewInstallCmd creates a command for installing plugins
type UninstallCmd ¶ added in v1.9.0
UninstallCmd is the struct used for configuring the plugin uninstall command
func NewUninstallCmd ¶ added in v1.9.0
func NewUninstallCmd(config *config.Config) *UninstallCmd
NewUninstallCmd creates a new command for uninstalling plugins
type UpgradeCmd ¶
UpgradeCmd is the struct used for configuring the plugin update command
func NewUpgradeCmd ¶
func NewUpgradeCmd(config *config.Config) *UpgradeCmd
NewUpgradeCmd creates a new command for upgrading plugins
Click to show internal directories.
Click to hide internal directories.