bicep-toolkit
v0.0.3
Published
Multi-purpose toolkit for working with Bicep files.
Downloads
5
Readme
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 --help
Installation as a global tool:
npm install -g bicep-toolkit
Usage as a global tool:
bicep-toolkit --help
Markdown 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 --help
Customizing
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!