Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 352 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 352 Bytes

Consul File Generator

Build Status

Create files from consul keys

Usage

consul-generator \
 -from="${SERVICE_REGION}/apps/${SERVICE_NAME}/${SERVICE_ENV}/keys/" \
 -to="./storage/keys/"
 -consul-addr="localhost:8500"