Crates.io | az-vminfo |
lib.rs | az-vminfo |
version | 1.2.0 |
source | src |
created_at | 2022-10-11 23:51:55.411929 |
updated_at | 2024-01-23 21:18:54.68051 |
description | A basic CLI utility to grab useful Virtual Machine metadata and instance data from the Azure Cloud using the Resouce Graph API |
homepage | https://www.statcan.gc.ca |
repository | https://github.com/SystemFiles/azure-vminfo/ |
max_upload_size | |
id | 685671 |
size | 67,291 |
A Rust utility that pulls useful virtual machine metadata and instance data from a configured Azure tenant using the Azure Resource Graph API(s)
The instructions to install assume you have the rust toolkit installed. You can install them using rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
note: you will also need openssl-devel
on RHEL or libssl-devel
on Ubuntu/Fedora
cargo install az-vminfo
# clone the project
git clone https://github.com/SystemFiles/azure-vminfo.git && cd ./azure-vminfo
# install
cargo install --path .
A simple utility written in Rust to pull useful virtual machine info from a configured Azure tenant using the Azure Resource Graph APIs
Usage: vminfo [OPTIONS] [vm_name_or_regexp]...
Arguments:
[vm_name_or_regexp]... Specifies one or more VM name(s) or a regular expression to match VM(s)
Use
--help
to get a full list of options that can be used