Multi-purpose toolkit for working with Bicep files, supporting the following functionality:
This tool can either be run standalone using npx, or installed as a global tool.
Usage via npx:
npx bicep-toolkit --helpInstallation as a global tool:
npm install -g bicep-toolkitUsage as a global tool:
bicep-toolkit --helpThe following will generate a .md file in the same directory as the bicep file:
bicep-toolkit markdown --bicep-files <path_to_bicep>The following will build one or more .bicep files:
bicep-toolkit build --bicep-files <path_to_bicep>To view command line options, run:
bicep-toolkit --helpCurrently there are no options to tweak the format of the markdown output. However I'm very happy to take feature requests or contributions for this!