A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
gomplate is a template renderer which supports a growing list of datasources, such as: JSON (including EJSON - encrypted JSON), YAML, AWS EC2 metadata, BoltDB, Hashicorp Consul and Hashicorp Vault secrets.
gomplate is a template renderer which supports a growing list of datasources, such as: JSON (including EJSON - encrypted JSON), YAML, AWS EC2 metadata, BoltDB, Hashicorp Consul and Hashicorp Vault secrets.
To install gomplate, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gomplate
To see what files were installed by gomplate, run:
port contents gomplate
To later upgrade gomplate, run:
sudo port selfupdate && sudo port upgrade gomplate
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.