monken / cfn-include

Preprocessor for CloudFormation templates with support for loops and flexible include statements
MIT License
86 stars 10 forks source link

cli --context #45

Closed nmccready closed 3 years ago

nmccready commented 3 years ago

Runnable Example cat examples/base.template | ./bin/cli.js --context examples/base.template

Imagine you needed preprocessing done on the template

cat examples/base.template | sed s/toFind/toReplace/g | ./bin/cli.js --context examples/base.template

Without --context his would not work right now.