cloud-gov / cf-service-connect

Cloud Foundry CLI Service Connection Plugin
Other
18 stars 6 forks source link

Allow CF binary name override #70

Closed markdboyd closed 1 year ago

markdboyd commented 1 year ago

Changes proposed in this pull request:

Closes #69

On Windows command prompts, the cf CLI binary can only be referenced as cf7 or cf8. These changes allow plugin users to override the binary name used when creating tunnels for those environments.

Also included:

Things to check

Security considerations

None