maskati/Bicep Dependency Diagram
Generate a diagram of Bicep module dependencies in Mermaid flowchart syntax
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| build-method | Whether to build using Bicep PowerShell module (powershell) or Bicep CLI (cli). | no | powershell |
| working-directory | Directory from which to generate the diagram. If not provided runs from `GITHUB_WORKSPACE` which is typically the repository checkout root. | no | . |
| recurse | Whether to generate diagram from bicep files found recursively (true) or only the current directory (false). | no | true |
| job-summary | Whether to output the diagram to the GitHub job summary (true) or only as the action diagram output (false). | no | true |
Outputs
| name | description |
|---|---|
| diagram | Mermaid flowchart diagram of bicep dependencies |