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.
utility to merge arm param file with specified overrides
<script type="module">
import armParamsMerge from 'https://cdn.skypack.dev/arm-params-merge';
</script>
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.