Prajithp / pgrock-cli

Pgrock cli client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pgrock-cli

pgrock cli is the command line client for the pgrock server written in go lang.

Install

go get -v github.com/Prajithp/pgrock-cli

Usage

$> pgrock 
Usage: pgrock [OPTIONS]
Options:
  -local-port int
    	Port number of the app server (default 8080)
  -port int
    	Port number of Pgrock Server (default 1080)
  -remote string
    	Pgrock Server Address (default "127.0.0.1")

Example:
		pgrock -r 192.168.22.1 -p 1080 -l 5001

About

Pgrock cli client


Languages

Language:Go 99.2%Language:Makefile 0.8%