Skip to content

sikalabs/goexpandenv

Repository files navigation

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