Take advantage of the AI-driven expertise of the command-line assistant powered by RHEL Lightspeed to help you configure, manage, and troubleshoot RHEL
Contributions are welcome. Take a look at CONTRIBUTING.md for more information on how to get started.
The Command Line Assistant client RPM is available for some versions of RHEL, currently it
is available for RHEL 10 and RHEL 9.
On a RHEL-10 system, after registering with subscription-manager(8) or rhc(8), simply install
the command-line-assistant RPM with dnf(8).
sudo dnf install -y command-line-assistantNOTE:
When a non-standard subscription is being used, before one can ask questions through the
Command Line Assistant, one needs to alter theCommand Line Assistantconfiguration file to include the backend endpoint URL and proxy value for the non-standard subscription.The
Command Line Assistentconfiguration file is maintained here:/etc/xdg/command-line-assistant/config.tomlIn this case modify
/etc/xdg/command-line-assistant/config.tomlto have lines of the form:[backend] endpoint = "https://<custom console hostname>/api/lightspeed/v1" proxies = { https = "http://<custom proxy hosthname>:<custom proxy port>" }Then restart the
Command Line Assistant Daemon Service, clad.servicesystemctl restart clad.service
Now it will be possible to ask questions through the Command Line Assistant.
c "How to uninstall RHEL?"For questions, troubleshooting, bug reports and feature requests:
- Create an issue here on GitHub.