Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpfulton/azure-audit-cli
https://github.com/jpfulton/azure-audit-cli
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpfulton/azure-audit-cli
- Owner: jpfulton
- License: mit
- Created: 2023-09-06T16:01:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-14T12:08:29.000Z (8 months ago)
- Last Synced: 2024-04-14T16:06:26.079Z (8 months ago)
- Language: C#
- Homepage:
- Size: 353 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# azure-audit-cli
[![ci](https://github.com/jpfulton/azure-audit-cli/actions/workflows/ci.yml/badge.svg)](https://github.com/jpfulton/azure-audit-cli/actions/workflows/ci.yml)
![License](https://img.shields.io/badge/License-MIT-blue)
![Visitors](https://visitor-badge.laobi.icu/badge?page_id=jpfulton.azure-audit-cli)## Installation
You can install this tool globally, using the dotnet tool command:
```bash
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:
```bash
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.
```bash
azure-audit --help
```