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:
- 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.
サポートについて¶
If you can't find what you're looking for:
- Search existing issues.
- Open a new issue.
- Email: oss-community-management@datarobot.com.