Skip to main content

3.16 Command-Line Interface (CLI)

Get devices and models working in the desktop app before CLI work—then the CLI reuses the same device and model profiles and saves setup time.

StepWhat to do
1Add devices and configure models in the desktop client
2In Settings center → Apps & updates, enable the CLI
3Run rdkstudio --version in a terminal
4Prefer rdkstudio day to day
5For CI, Docker, or isolated scripts, consider dmoss-agent
CLIOriginBest for
rdkstudioEnabled from desktop; added to PATHDaily terminal use sharing desktop config
dmoss-agentNPM package @dmoss/agentCI/CD, Docker, scripted agents

If you mostly develop with RDK Studio, use rdkstudio. Reach for dmoss-agent only when you cannot depend on the desktop install.

Next