Skip to content

The tunnel plugin for the Cloud Foundry command-line utility

License

Notifications You must be signed in to change notification settings

ybshen/tunnel-cf-plugin

Repository files navigation

Build Status Gem Version

Tunnel

Info

This plugin allows you to connect to a Cloud Foundry service using your own command line client. By default, the plugin supports redis, mysql, mongodb, and postgresql.

Installation

gem install tunnel-cf-plugin

Usage

tunnel [INSTANCE] [CLIENT]        Create a local tunnel to a service.

You can add support for other command-line clients by providing a ~/.cf/clients.yml file with the following format:

service_name:
  client_program_name: command line arguments
  client_program_name_2:
    command: command line arguments
    environment:
      - ENV_VAR_NAME=env_var_value

About

The tunnel plugin for the Cloud Foundry command-line utility

Resources

License

Stars

Watchers

Forks

Packages

No packages published