azi

Build Status Appveyor Build Status CircleCI License

Show Azure information.

Installation

You can download binaries from the latest release. If you have Cargo installed, you can use cargo install azi

You can also use the Docker image: docker run --rm pascalgn/azi --help

Usage

List all subscriptions and resource groups:

azi list

Show the costs of March 2019:

azi costs 201903

Show DNS entries and resource groups they point to:

azi domains

Docker

To simply run the command, use docker run --rm pascalgn/azi. If you want to keep the authentication tokens between runs, use

docker run --rm -v "$HOME/.azure:/home/azi/.azure" pascalgn/azi list

The images are available on Docker Hub.

Helpful links

License

Apache-2.0