Skip to content

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://datarobot-oss.github.io/cli/install | sh

Windows (PowerShell):

irm https://datarobot-oss.github.io/cli/winstall | iex

For more installation options, see Getting Started.

Documentation structure

User guide

End-user documentation for using the CLI: - Getting started—installation and initial setup. - 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.

Template system

Understanding the interactive template configuration:

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:

Getting help

If you can't find what you're looking for:

  1. Search existing issues.
  2. Open a new issue.
  3. Email: oss-community-management@datarobot.com.