> For the complete documentation index, see [llms.txt](https://asus-isg-aidc.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asus-isg-aidc.gitbook.io/guide/latest/cli/commandreference.md).

# Command Guide

| Developer | Last modified |
| --------- | ------------- |
| AIDC Team | 2026/08/19    |

## Overview

This page provides a quick reference for the current AIDC-CLI command tree. Use the linked command pages for detailed flag descriptions, prerequisites, and workflow examples.

***

## Command Map

```
aidc-cli
├── license                               # License management (no license required)
│   ├── active -k <key>
│   └── show [-j]
│
├── init                                  # Initialization and configuration
│   ├── inventory
│   ├── common-get / common-set
│   ├── clear-report
│   ├── bmc-get / bmc-set
│   ├── pkg-get / pkg-set
│   ├── syscfg-get / syscfg-set / syscfg-ntp-set
│   ├── dhcp-get / dhcp-set / dhcp-validate
│   ├── image-discovery / image-list / image-active
│   ├── image-download / image-downloadable
│   ├── group-get / group-set
│   ├── slurm-get / slurm-set
│   ├── mariadb-get / mariadb-set
│   ├── container-get / container-set
│   ├── k8s-get / k8s-set
│   ├── swraid-get / swraid-set
│   ├── lvm-get / lvm-set
│   ├── ufm-get / ufm-set
│   ├── nmx-get / nmx-set / nmx-reset
│   ├── eth-get / eth-set
│   ├── bond-get / bond-set
│   ├── ib-get / ib-set
│   ├── nvos-get / nvos-set
│   ├── link-type-get / link-type-set
│   └── nvme-get / nvme-set
│
├── ai                                    # AI assistant (natural language)
│   ├── chat       (interactive; one-shot -q "...")  -m model  -s skill  -p provider  --dry-run
│   ├── model      [<provider>/<model>]   # pick / switch provider and model
│   ├── skills     list | enable | disable | show
│   ├── config     show | set | path | check
│   └── ping
│
├── report                                # List and show report files
│   ├── list [--limit n] [--match str]
│   └── show <file>
│
├── bmc                                   # BMC and IPMI operations
├── bios                                  # BIOS configuration and boot control
├── deploy                                # OS deployment and access setup
├── network                               # Ethernet, InfiniBand, NVOS, DPU mode
├── chknet                                # Network validation
│
├── hwsensor                              # Hardware sensor monitoring
│   ├── temperature [--source inband|redfish] [-I sec] [--times count] [-b]
│   ├── power [--source inband|redfish] [-I sec] [--times count] [-b]
│   ├── fan [-I sec] [--times count] [-b]
│   └── all [-I sec] [--times count] [-b]
│
├── hwspec                                # Hardware specification collection
├── hwinv                                 # Raw BMC Redfish hardware inventory
│   ├── all [--stdout]
│   ├── system | baseboard [--stdout]
│   ├── cpu [--stdout]
│   ├── memory [--stdout]
│   ├── storage | disk [--stdout]
│   ├── bmc-net | nic | network [--stdout]
│   ├── pcie [--stdout]
│   └── psu [--stdout]
│
├── chkhw                                 # In-band hardware health checks
│   ├── brief [--stdout]
│   └── summary [--stdout]
│
├── chkfw                                 # Firmware validation
├── fwupdate                              # Firmware update
│   ├── bios [--backend tool|redfish] [--platform x86|arm]
│   ├── bmc [--backend tool|redfish]
│   ├── mlnx [-d nic|dpu] -f <firmware-file> [-r]
│   └── nvme [-f <firmware-file>] [-d <device>] [-r]
├── pkg                                   # Package management
├── driver                                # Driver installation
├── syscfg                                # System configuration
├── security                              # Security controls
├── slurm                                 # Slurm deployment
├── database                              # Database deployment
├── sysinfo [--stdout]                    # AIDC Server system information report
│
├── osinfo                                # OS configuration inventory
│   ├── brief [--stdout]
│   └── summary [--stdout]
│
├── ufm                                   # UFM standalone deployment
│   └── deploy [-n interface] [-p licenses-path]
│
├── container                             # Docker and Podman deployment
├── kubernetes                            # Native Kubernetes deployment
├── nmx                                   # NMX-M deployment
│
├── weka                                  # WEKA storage workflows
│   ├── server
│   │   └── deploy -I <weka-iso>
│   └── client
│       └── deploy -s <server-ips> -m <mount-point> -f <fs-name> [-p server-port]
│
├── ceph                                  # Ceph storage cluster deployment
│   └── server
│       └── deploy -r <release> -m <mon-ip> -p <dashboard-password> [-n cluster-network]
│
├── sat                                   # SAT baselines and drift validation
│   ├── baseline
│   │   └── create --name <name> [--domains list] [--view brief|summary] [--stdout]
│   └── validate --baseline <name> [--domains list] [--view brief|summary] [--stdout]
│
├── ib-sat                                # InfiniBand fabric SAT readiness check
│   └── check [--expected-hca n] [--spine-keyword kw] [--leaf-keyword kw] [-o]
│
└── dcgm                                  # NVIDIA DCGM GPU diagnostics
    ├── diag [-r <1|2|3>] [--strict] [-y] [--stdout]
    └── discovery [--stdout]
```

***

## Detailed Documentation

|  #  | Command      | Page                                                                            |
| :-: | ------------ | ------------------------------------------------------------------------------- |
|  1  | `license`    | [License Management](/guide/latest/cli/commandreference/license.md)             |
|  2  | `init`       | [Initialization](/guide/latest/cli/commandreference/init.md)                    |
|  3  | `ai`         | [AI Assistant](/guide/latest/cli/commandreference/ai.md)                        |
|  4  | `report`     | [Report Files](/guide/latest/cli/commandreference/report.md)                    |
|  5  | `bmc`        | [BMC Operations](/guide/latest/cli/commandreference/bmc.md)                     |
|  6  | `bios`       | [BIOS Operations](/guide/latest/cli/commandreference/bios.md)                   |
|  7  | `deploy`     | [OS Deployment](/guide/latest/cli/commandreference/deploy.md)                   |
|  8  | `network`    | [Network Configuration](/guide/latest/cli/commandreference/network.md)          |
|  9  | `chknet`     | [Network Validation](/guide/latest/cli/commandreference/networkvalidation.md)   |
|  10 | `hwsensor`   | [Hardware Sensor](/guide/latest/cli/commandreference/hardwaresensor.md)         |
|  11 | `hwspec`     | [Hardware Specification](/guide/latest/cli/commandreference/hardwarespec.md)    |
|  12 | `hwinv`      | [Hardware Inventory](/guide/latest/cli/commandreference/hardwareinventory.md)   |
|  13 | `chkhw`      | [Hardware Health](/guide/latest/cli/commandreference/hardwarehealth.md)         |
|  14 | `chkfw`      | [Firmware Validation](/guide/latest/cli/commandreference/firmwarevalidation.md) |
|  15 | `fwupdate`   | [Firmware Update](/guide/latest/cli/commandreference/firmwareupdate.md)         |
|  16 | `pkg`        | [Package Management](/guide/latest/cli/commandreference/package.md)             |
|  17 | `driver`     | [Driver Installation](/guide/latest/cli/commandreference/driver.md)             |
|  18 | `syscfg`     | [System Configuration](/guide/latest/cli/commandreference/sysconfig.md)         |
|  19 | `security`   | [Security Settings](/guide/latest/cli/commandreference/security.md)             |
|  20 | `slurm`      | [Slurm Workload Manager](/guide/latest/cli/commandreference/slurm.md)           |
|  21 | `database`   | [Database Management](/guide/latest/cli/commandreference/database.md)           |
|  22 | `sysinfo`    | [System Information](/guide/latest/cli/commandreference/sysinfo.md)             |
|  23 | `osinfo`     | [OS Configuration Inventory](/guide/latest/cli/commandreference/osinfo.md)      |
|  24 | `ufm`        | [UFM Management](/guide/latest/cli/commandreference/ufm.md)                     |
|  25 | `container`  | [Container Management](/guide/latest/cli/commandreference/container.md)         |
|  26 | `kubernetes` | [Kubernetes Cluster](/guide/latest/cli/commandreference/kubernetes.md)          |
|  27 | `nmx`        | [NMX Management](/guide/latest/cli/commandreference/nmx.md)                     |
|  28 | `weka`       | [WEKA Storage](/guide/latest/cli/commandreference/weka.md)                      |
|  29 | `ceph`       | [Ceph Storage](/guide/latest/cli/commandreference/ceph.md)                      |
|  30 | `sat`        | [SAT Baselines and Validation](/guide/latest/cli/commandreference/sat.md)       |
|  31 | `ib-sat`     | [IB Fabric SAT](/guide/latest/cli/commandreference/ib-sat.md)                   |
|  32 | `dcgm`       | [DCGM GPU Diagnostics](/guide/latest/cli/commandreference/dcgm.md)              |
