jpfulton / azure-audit-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azure-audit-cli

ci License Visitors

Installation

You can install this tool globally, using the dotnet tool command:

dotnet tool install --global azure-audit-cli 

Upgrading

When there is a new version available on NuGet, you can use the dotnet tool update command to upgrade:

dotnet tool update --global azure-audit-cli 

With a --version parameter, you can specify a specific version to install. Use the --no-cache parameter to force a re-download of the package if it cannot find the latest version.

Usage

You can invoke the tool using the azure-audit command. You can use the --help parameter to get a list of all available options.

azure-audit --help

About

License:MIT License


Languages

Language:C# 100.0%