Add a new envsubst operator to replace environment variables in strings (#1082)

This commit is contained in:
Samuel Cormier-Iijima
2022-01-25 19:33:30 +11:00
committed by GitHub
parent 9b1a7bf451
commit 8195ff8b9b
8 changed files with 152 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
module github.com/mikefarah/yq/v4
require (
github.com/a8m/envsubst v1.2.0
github.com/elliotchance/orderedmap v1.4.0
github.com/fatih/color v1.13.0
github.com/goccy/go-yaml v1.9.5