arm-params-merge

utility to merge arm param file with specified overrides

Usage no npm install needed!

<script type="module">
  import armParamsMerge from 'https://cdn.skypack.dev/arm-params-merge';
</script>

README

ARM Params Merge

Utility to merge arm param file with specified overrides.

usage:

node param-merge.js ./path/to/template-parameter-file.json Foo=bar Bar=blaz

Writes the parameters back to the specified file with the given overrides.