redfish_ctl 1.1.0
Vendor-neutral CLI for Dell iDRAC and other Redfish BMCs (Supermicro incl. GB300/X10, HPE iLO, generic DMTF).
Rename: the package/command is now redfish_ctl. idrac_ctl still works as a backward-compatible alias — the idrac_ctl command, import idrac_ctl, and IDRAC_* env vars all keep working. Prefer REDFISH_* env vars going forward.
Install (until on PyPI):
pip install https://github.com/spyroot/redfish_ctl/releases/download/v1.1.0/redfish_ctl-1.1.0-py3-none-any.whl
# or from source:
pip install git+https://github.com/spyroot/redfish_ctl.git@v1.1.0Verify: redfish_ctl --version -> redfish_ctl 1.1.0.
Highlights since the rename: --yaml output, serial-console command, vendor-neutral host reset, discovery subnet scan + crawl, telemetry exporter, and a unified version (setup.py/package/--version all report 1.1.0).