Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + func MinCliVersionStr(version VersionType) string + func NewCliConnection(cliServerPort string) *cliConnection + func Start(cmd Plugin) + type CliConnection interface + AccessToken func() (string, error) + ApiEndpoint func() (string, error) + ApiVersion func() (string, error) + CliCommand func(args ...string) ([]string, error) + CliCommandWithoutTerminalOutput func(args ...string) ([]string, error) + DopplerEndpoint func() (string, error) + GetApp func(string) (plugin_models.GetAppModel, error) + GetApps func() ([]plugin_models.GetAppsModel, error) + GetCurrentOrg func() (plugin_models.Organization, error) + GetCurrentSpace func() (plugin_models.Space, error) + GetOrg func(string) (plugin_models.GetOrg_Model, error) + GetOrgUsers func(string, ...string) ([]plugin_models.GetOrgUsers_Model, error) + GetOrgs func() ([]plugin_models.GetOrgs_Model, error) + GetService func(string) (plugin_models.GetService_Model, error) + GetServices func() ([]plugin_models.GetServices_Model, error) + GetSpace func(string) (plugin_models.GetSpace_Model, error) + GetSpaceUsers func(string, string) ([]plugin_models.GetSpaceUsers_Model, error) + GetSpaces func() ([]plugin_models.GetSpaces_Model, error) + HasAPIEndpoint func() (bool, error) + HasOrganization func() (bool, error) + HasSpace func() (bool, error) + IsLoggedIn func() (bool, error) + IsSSLDisabled func() (bool, error) + LoggregatorEndpoint func() (string, error) + UserEmail func() (string, error) + UserGuid func() (string, error) + Username func() (string, error) + type Command struct + Alias string + HelpText string + Name string + UsageDetails Usage + type Plugin interface + GetMetadata func() PluginMetadata + Run func(cliConnection CliConnection, args []string) + type PluginMetadata struct + Commands []Command + LibraryVersion VersionType + MinCliVersion VersionType + Name string + Version VersionType + type Usage struct + Options map[string]string + Usage string + type VersionType struct + Build int + Major int + Minor int Other modules containing this package github.com/LukasHeimann/cloudfoundrycli