Versions in this module Expand all Collapse all v2 v2.0.8 May 12, 2026 Changes in this version + func GetStripeCLIConfig() *cliconfig.Config + func StartPlugin(bc *Config, cmdExecute func(args []string, ctx context.Context) error, ...) error + type CommandInfo struct + Commands []CommandInfo + Desc string + Name string + func ExtractCommandTree(cmd *cobra.Command) []CommandInfo + type Config struct + HandshakeKey string + HandshakeValue string + type PluginImpl struct + func (g *PluginImpl) RunCommand(args []string) (string, error) + type PluginImplGRPC struct + func (p *PluginImplGRPC) RunCommand(additionalInfo *proto.AdditionalInfo, args []string) error