https://github.com/devlead/bri
Bicep Registry Inventory .NET Tool - Inventories and documents Bicep modules in a Azure container registry
https://github.com/devlead/bri
Last synced: 6 months ago
JSON representation
Bicep Registry Inventory .NET Tool - Inventories and documents Bicep modules in a Azure container registry
- Host: GitHub
- URL: https://github.com/devlead/bri
- Owner: devlead
- License: mit
- Created: 2023-01-13T13:53:00.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-10-02T03:13:35.000Z (7 months ago)
- Last Synced: 2025-10-02T05:32:24.799Z (7 months ago)
- Language: C#
- Size: 350 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# BRI
Bicep Registry Inventory .NET Tool - Inventories and documents Bicep modules in a Azure container registry.
## Installation
```bash
dotnet tool install --global BRI
```
## Usage
```bash
bri inventory
```
## Blog post
[Introducing BRI - A DevOps tool to document Bicep modules in a Azure container registry](https://www.devlead.se/posts/2023/2023-11-27-introducing-bri)