consul-template
Template rendering, notifier, and supervisor for @HashiCorp Consul and Vault data.
How to download and setup consul-template
Open terminal and run command
git clone https://github.com/hashicorp/consul-template.git
git clone is used to create a copy or clone of consul-template repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with consul-template https://github.com/hashicorp/consul-template/archive/master.zip
Or simply clone consul-template with SSH
[email protected]:hashicorp/consul-template.git