Sha256: 34996af2af1b9e62be89222085777337576e3521987359ba2ebe7c3b17f06b20

Contents?: true

Size: 716 Bytes

Versions: 148

Compression:

Stored size: 716 Bytes

Contents

redis:
  redis-cli: -h ${host} -p ${port} -a ${password}

mysql:
  mysql: --protocol=TCP --host=${host} --port=${port} --user=${user} --password=${password} ${name}
  mysqldump: --protocol=TCP --host=${host} --port=${port} --user=${user} --password=${password} ${name} > ${ask Output file}

mongodb:
  mongo: --host ${host} --port ${port} -u ${user} -p ${password} ${name}
  mongodump: --host ${host} --port ${port} -u ${user} -p ${password} --db ${name}
  mongorestore: --host ${host} --port ${port} -u ${user} -p ${password} --db ${name} ${ask Directory or filename to restore from}

postgresql:
  psql:
    command: -h ${host} -p ${port} -d ${name} -U ${user} -w
    environment:
      - PGPASSWORD='${password}'

Version data entries

148 entries across 148 versions & 8 rubygems

Version Path
jdc-0.2.3 lib/tunnel/config/clients.yml
jdc-0.2.2 lib/tunnel/config/clients.yml
cf-5.3.0 lib/tunnel/config/clients.yml
cf-5.2.2 lib/tunnel/config/clients.yml
jdc-0.2.3.pre lib/tunnel/config/clients.yml
jdc-0.2.2.pre lib/tunnel/config/clients.yml
jdc-0.2.1.pre lib/tunnel/config/clients.yml
cf-5.2.1.rc15 lib/tunnel/config/clients.yml
cf-5.2.1.rc14 lib/tunnel/config/clients.yml
cf-5.2.1.rc13 lib/tunnel/config/clients.yml
cf-5.2.1.rc12 lib/tunnel/config/clients.yml
cf-5.2.1.rc11 lib/tunnel/config/clients.yml
jdc-0.2.0 lib/tunnel/config/clients.yml
cf-5.2.1.rc10 lib/tunnel/config/clients.yml
cf-5.2.1.rc9 lib/tunnel/config/clients.yml
cf-5.2.1.rc8 lib/tunnel/config/clients.yml
cf-5.2.1.rc7 lib/tunnel/config/clients.yml
cf-5.2.1.rc6 lib/tunnel/config/clients.yml
cf-5.2.1.rc5 lib/tunnel/config/clients.yml
cf-5.2.1.rc4 lib/tunnel/config/clients.yml