DataRobot CLI overview¶
Welcome to the DataRobot CLI documentation. This directory contains comprehensive guides and references for using and developing the DataRobot CLI tool.
Quick install¶
Install the latest version with a single command that auto-detects your operating system:
macOS/Linux:
¶
curl https://cli.datarobot.com/install | sh
Windows (PowerShell):
¶
irm https://cli.datarobot.com/winstall | iex
For more installation options, see Getting Started.
Building agentic workflows?
The CLI is used to set up, run, and deploy Agentic AI workflows. See the Agentic AI quickstart to get started with dr start and dr task run.
Documentation structure¶
User guide¶
End-user documentation for using the CLI:
- Getting started—installation and initial setup.
- Quick reference—one-page command and path reference.
- Authentication—setting up DataRobot credentials.
- Working with templates—clone and manage application templates.
- Shell completions—set up command auto-completion.
- Configuration files—understanding config file structure.
- Troubleshooting—common issues and where to find solutions.
Template system¶
Understanding the interactive template configuration:
- Template structure—how templates are organized.
- Interactive configuration—the wizard system explained.
- Environment variables—managing .env files.
Command reference¶
Detailed documentation for each command:
- auth—authentication management.
- run—task execution.
- dotenv—environment variable management.
- self—CLI utility commands (version, completion).
Development guide¶
For contributors and developers:
- Building from source—compile and build the CLI.
- Development setup—local development environment.
- Project structure—codebase organization.
- Releasing—release process.
Getting help¶
If you can't find what you're looking for:
- Search existing issues.
- Open a new issue.
- Email: oss-community-management@datarobot.com.