GetCfCliVersion returns the current cf CLI version
()
| 35 | |
| 36 | // GetCfCliVersion returns the current cf CLI version |
| 37 | func 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}" |
no outgoing calls
no test coverage detected