cf-service-connect
cf-service-connect copied to clipboard
Cloud Foundry CLI Service Connection Plugin
Added PowerShell-specific instructions for how to override the cf CLI binary name to the README ## Changes proposed in this pull request: - Include instructions for updating the CF_BINARY_NAME environment...
Prints the command used without `-no-client`, if available. ``` $ cf connect-to-service -no-client myapp mydb Finding the service instance details... Setting up SSH tunnel... SSH tunnel created. Skipping call to...
Builds on #44 - [diff](https://github.com/18F/cf-service-connect/compare/manual-usage...connection-uri?w=1). Closes #35. ``` $ cf connect-to-service -no-client myapp mydb Finding the service instance details... Setting up SSH tunnel... SSH tunnel created. Skipping call to client...
Better error handling, etc.
Closes #10. Builds on #45 - [diff](https://github.com/18F/cf-service-connect/compare/connection-uri...elasticsearch). Terminal 1: ``` $ cf services Getting services in org sandbox-gsa / space aidan.feldman as [email protected]... OK name service plan bound apps last...
Closes #48. Builds on #44 - [diff](https://github.com/18F/cf-service-connect/compare/manual-usage...check-repl). If the REPL corresponding to the desired service can't be found, fall back to -no-client behavior. ``` $ which psql psql not found...
In order to deploy new database, I want to be able to run in a command and then continue to execute subsequent commands after the tunnel is created. ## Acceptance...
Because of differences between Cloud Foundry API (CAPI) v2 and v3, `cf connect-to-service` fails on applications that have been deployed with a zero downtime push, using cf CLI v6. If...
Rather than requiring an application, perhaps there can be a fallback for the plugin to create a little (temporary) dummy app to connect through. The use case in mind is...
This error exists on master + release v1.1.0. ``` cf login -a https://api.run.pivotal.io --sso cf create-service elephantsql turtle my-psql cf bind-service my-app my-psql cf restart my-app cf connect-to-service my-app my-psql...