Skip to content

rkrombho/getchctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getchctl

getchctl is a command line client for Getch.

Features

The following Getch features are supported by getchctl

Download and Install

Just download the latest release for your platform and place it anywhere on your system. It's of course recommendable to extend your $PATH or %PATH% variable to the location where you plan to locate the getchctl or getchctl.exe file.

Configuration

The getchctl client expects to be configured thorugh environment variables:

# mandatory
export GETCH_SERVER="http://<getchhost>:<getchport>/getch"
# optional
export GETCH_CACERT="/path/to/CA/cert" # PEM encoded CA certs file to be used when running Getch on SSL

Usage

NAME:
   getchctl - A command line client for Getch

USAGE:
   getchctl [global options] command [command options] [arguments...]

VERSION:
   0.0.1

COMMANDS:
   get		retrieve a value for a given key
   list		List all values stored in Getch for the host where this command is executed from
   getfile	Downloads the file with the given name from Getch
   encrypt	encrypts a given value so that it can be used in Getch server-side configurations
   help, h	Shows a list of commands or help for one command
   
GLOBAL OPTIONS:
   --help, -h		show help
   --version, -v	print the version

About

A command line client for Getch

Resources

Stars

Watchers

Forks

Packages

No packages published