MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / GetCfCliVersion

Function GetCfCliVersion

util/user_agent_builder.go:37–39  ·  view source on GitHub ↗

GetCfCliVersion returns the current cf CLI version

()

Source from the content-addressed store, hash-verified

35
36// GetCfCliVersion returns the current cf CLI version
37func GetCfCliVersion() string {
38 return cfCliVersion
39}
40
41// BuildUserAgent creates a User-Agent string in the format:
42// "Multiapps-CF-plugin/{version} ({operating system version}) {golang builder version} {custom_env_value}"

Callers 2

BuildUserAgentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected