treasurechest

command module
v0.0.0-...-72d175f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2020 License: MIT Imports: 10 Imported by: 0

README

treasure-chest

Runtime params

  • cluster-name - name of cluster
  • chest-name - name of the chest
  • redis-address - address to redis server
  • redis-password - password for redis server
  • run-now - run registered scripts on this wart immediately

Getting dependencies

Requires a version of go that supports go.mod

  • go get

Get up and running

  • Build it
    • make build
  • Build and run it
    • make run
  • You can get started using an example config as such
    • ./bin/chest --config chest.config
  • Or you can pass in through runtime params
    • ./bin/chest --redis-address=<address> --redis-password=<password> --chest-name=chest
  • Or run through a docker container
    • docker run jaeg/treasure-chest:latest --redis-address=<address> --redis-password=<password> --chest-name=chest

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL