cf-service-connect icon indicating copy to clipboard operation
cf-service-connect copied to clipboard

Cloud Foundry CLI Service Connection Plugin

Results 19 cf-service-connect issues
Sort by recently updated
recently updated
newest added

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.

enhancement
help wanted

_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...

enhancement
AgentQ
Atlas

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...

enhancement
help wanted
AgentQ
Atlas

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...

AgentQ
Atlas

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...

enhancement
help wanted
AgentQ
Atlas

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...

squad-success