Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active June 23, 2024 04:02
Show Gist options
  • Select an option

  • Save wilmoore/7c9f62b7b62c9236a2ecc296f88dbf91 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/7c9f62b7b62c9236a2ecc296f88dbf91 to your computer and use it in GitHub Desktop.
Software Engineering :: Operating Systems :: Linux :: Command :: envsubst

Software Engineering :: Operating Systems :: Linux :: Command :: envsubst

⪼ Made with 💜 by Polyglot.

articles

examples

substitute variables in cloudformation template
envsubst  '${NAME} ${REPO} ${DNS_TAG} ${VERSION_TAG} ${DESIRED_COUNT}' < templates/cloudformation.template > templates/cloudformation.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment