pipethedev / enigma

cli tool to generate authentication key for Hermes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Engima

Engima is a CLI application used to generate hermes token

Installation

Clone the repository to install enigma.

$ git clone https://github.com/pipethedev/enigma.git
$ cd enigma
$ go mod vendor

Usage

REDIS_ADDRESS=<REDIS_ADDRESS>
REDIS_PASSWORD=<REDIS_PASSWORD>
$ go run main.go
$ go build

Note: You can download the executable from here instead if you don't want to set it up using the repository.

Usage

Create new hermes token

./enigma -create

Fetch existing hermes token

./enigma -get

License

MIT

About

cli tool to generate authentication key for Hermes


Languages

Language:Go 99.3%Language:Makefile 0.7%