Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead authored Nov 10, 2023
1 parent 41e581b commit d71efb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

Dependency Inventory .NET Tool - Inventories dependencies and reports to Azure Log Analytics

You can get introduction to the tool, in the blog post: [Introducing DPI - A DevOps tool to inspect dependencies and report to Azure Log Analytics](https://www.devlead.se/posts/2021/2021-03-20-introducing-dpi)
You can get an introduction to the tool, in the blog post: [Introducing DPI - A DevOps tool to inspect dependencies and report to Azure Log Analytics](https://www.devlead.se/posts/2021/2021-03-20-introducing-dpi)

## Obtain

`dotnet tool install -g dpi`

## Commands

Use `-h` / `--help` to get current list of available commands and options.
Use `-h` / `--help` to get the current list of available commands and options.

```bash
dpi --help
Expand All @@ -37,7 +37,7 @@ dpi nuget --output table analyze

#### report

**nuget report** analyzes and reports result to Azure Log Analytics.
**nuget report** analyzes and reports the result to Azure Log Analytics.

```bash
export NuGetReportSettings_WorkspaceId=<workspaceid>
Expand Down

0 comments on commit d71efb0

Please sign in to comment.