Here's an example of how to use the ilo4-tool project with a valid iLO 4 License Key:
# Configure the tool with your iLO 4 License Key and credentials ./ilo4-tool -i <ilo_ip> -u <username> -p <password> -l <license_key>
# Use the tool to perform tasks, such as getting the iLO 4 version ./ilo4-tool -i <ilo_ip> -u <username> -p <password> -l <license_key> --get-version
# Install the ilo4-tool git clone https://github.com/github/ilo4-tool.git cd ilo4-tool