Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 625 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 625 Bytes

goexpandenv

Simple command line tool to expand environment variables in a file written in pure Go.

Usage

Usage: goexpandenv <inputfile> <outputfile>

See example directory for an example.

Installation

Linux (amd64):

curl -fsSL https://raw.githubusercontent.com/sikalabs/goexpandenv/master/install.sh | sudo sh

Mac

brew install sikalabs/tap/goexpandenv

Windows

Install unsing scoop

scoop install https://raw.githubusercontent.com/sikalabs/scoop-bucket/master/goexpandenv.json