10 个版本 (5 个稳定版)
1.2.0 | 2024 年 1 月 23 日 |
---|---|
1.0.3 | 2022 年 11 月 9 日 |
0.1.4 | 2022 年 10 月 17 日 |
在 命令行工具 中排名第 477
每月下载量 44 次
87KB
2K SLoC
azure-vminfo
一个 Rust 工具,使用 Azure 资源图 API 从配置的 Azure 租户中提取有用的虚拟机元数据和实例数据
安装
先决条件
安装说明假设您已安装 Rust 工具包。您可以使用 rustup
安装它们
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
注意:您还需要在 RHEL 上安装 openssl-devel
或在 Ubuntu/Fedora 上安装 libssl-devel
使用 Cargo 安装
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)
使用
--help
获取可以使用的一览表
维护者/贡献者
- Ben Sykes [email protected]
依赖项
~8–23MB
~370K SLoC