cf-service-connect
cf-service-connect copied to clipboard
Cloud Foundry CLI Service Connection Plugin
For example, if trying to connect to a MySQL service and `mysql` isn't on the user's `PATH`, say so and spit out the connection information.
_This is purely for convenience._ With the way cloud.gov is set up (and maybe all Cloud Foundry deployments?), it doesn't really matter which app the tunneling goes through, except for...
People using Government-Furnished Equipment (GFE) laptops (or similarly locked-down client Windows machines) can't easily use this plugin because it's delivered to their client as an unsigned Windows binary executable. Signing...
Going to submit a pull request for this soon, but I think it would be helpful if it could also just output a single database connection URL for people who...
If the plugin * [x] Encounters a broker for an unknown database * [ ] Encounters a service key with a structure it can't retrieve one or more of the...
I would like to be able to connect to an arbitrary service instance, using my repl of choice. Syntax might look like this: `cf connect-to-db my-app my-instance --command /path/to/my/repl --args...
Doesn't seem that ElasticSearch has a canonical REPL, though there is one out there: https://github.com/mkocikowski/elsec Alternatively, we can just print out the `curl` command to use. https://www.elastic.co/guide/en/elasticsearch/guide/current/_talking_to_elasticsearch.html#_restful_api_with_json_over_http I know @yozlet...
Check through and update code base to use the V3 API exclusively and updates to changes in `cf ssh` with the upcoming webhook changes ## Notes - [cf ssh webhooks...