Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.07 KB

config-reloader

Build Status Go Report Card Docker Repository on Quay

Watches file or directory and does HTTP POST on change.

Directory watching is done recursively.

Useful when you want to reload an application on configuration change.

Options

usage: config-reloader --config=CONFIG --webhook-url=WEBHOOK-URL [<flags>]

Reloads Configuration

Flags:
  -h, --help                     Show context-sensitive help (also try --help-long and --help-man).
      --version                  Show application version.
      --config=CONFIG            config file or directory watched by the reloader
      --log.level=info           Log level.
      --log.format=text          Log format.
      --webhook-url=WEBHOOK-URL  webook URL to send HTTP GET on
      --watch-interval=3m        watch interval