0.0.3 • Published 2 years ago
bicep-toolkit v0.0.3
bicep-toolkit
Multi-purpose toolkit for working with Bicep files, supporting the following functionality:
Usage
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 --helpMarkdown Generation
The following will generate a .md file in the same directory as the bicep file:
bicep-toolkit markdown --bicep-files <path_to_bicep>Building
The following will build one or more .bicep files:
bicep-toolkit build --bicep-files <path_to_bicep>Help
To view command line options, run:
bicep-toolkit --helpCustomizing
Currently 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!