# CLI

> CLI - Guides and references for using and developing the DataRobot CLI tool.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-07-30T11:40:01.244999+00:00` (UTC).

## Primary page

- [CLI](https://docs.datarobot.com/ja/docs/agentic-ai/cli/index.html.md): Full documentation for this topic (Markdown sidecar).

## Sections on this page

- [Quick links](https://docs.datarobot.com/ja/docs/agentic-ai/cli/index.html.md#quick-links): In-page section heading.
- [For setup](https://docs.datarobot.com/ja/docs/agentic-ai/cli/index.html.md#for-setup): In-page section heading.
- [For templates](https://docs.datarobot.com/ja/docs/agentic-ai/cli/index.html.md#for-templates): In-page section heading.
- [For agentic workflows](https://docs.datarobot.com/ja/docs/agentic-ai/cli/index.html.md#for-agentic-workflows): In-page section heading.
- [For developers](https://docs.datarobot.com/ja/docs/agentic-ai/cli/index.html.md#for-developers): In-page section heading.
- [Key features documented](https://docs.datarobot.com/ja/docs/agentic-ai/cli/index.html.md#key-features-documented): In-page section heading.
- [シェルの補完](https://docs.datarobot.com/ja/docs/agentic-ai/cli/index.html.md#shell-completions): In-page section heading.
- [テンプレートシステム](https://docs.datarobot.com/ja/docs/agentic-ai/cli/index.html.md#template-system): In-page section heading.
- [インタラクティブな設定](https://docs.datarobot.com/ja/docs/agentic-ai/cli/index.html.md#interactive-configuration): In-page section heading.
- [環境管理](https://docs.datarobot.com/ja/docs/agentic-ai/cli/index.html.md#environment-management): In-page section heading.
- [Getting started](https://docs.datarobot.com/ja/docs/agentic-ai/cli/index.html.md#getting-started): In-page section heading.

## Documentation content

This guide provides a comprehensive overview of all available documentation for the DataRobot CLI. The CLI (Command Line Interface) enables you to interact with DataRobot from your terminal, providing powerful automation capabilities for managing projects, templates, and workflows.

## Quick links

### For setup

Essential guides to get you started with the DataRobot CLI:

- Get started : Installation and initial setup
- Quick reference : One-page command and path reference
- Shell completions : Set up command auto-completion for your shell
- Configuration : Understand and manage config files
- DataRobotエクスペリメントプラグイン ：ローカルダッシュボードでトレースデータや実行データを可視化
- Troubleshooting : Common issues and where to find solutions

### For templates

Learn how to work with the template system:

- Template structure : Understand how templates work
- Interactive configuration : Overview of the configuration wizard
- Environment variables : Manage .env files

### For agentic workflows

Building or deploying AI agents with DataRobot templates:

- Agentic AI : Create and evaluate agentic workflows
- Agentic quickstart : Set up and run agents with dr start and dr task run
- Develop agentic workflows : Installation, customization, tools, and deployment

### For developers

Resources for contributing and building:

- Building from source : Compile and build the CLI from source
- Development setup : Local development environment
- Project structure : Codebase organization
- Releasing : Release process

## Key features documented

### シェルの補完

Comprehensive documentation for setting up [auto-completion in multiple shells](https://docs.datarobot.com/ja/docs/agentic-ai/cli/shell-completions.html.md):

- Bash (Linux and macOS)
- Zsh
- Fish
- PowerShell

### テンプレートシステム

A detailed explanation of the template system including:

- Template repository structure
- .datarobot/prompts.yaml format
- Interactive configuration wizard
- Conditional prompts and sections
- Multi-level configuration

### インタラクティブな設定

In-depth coverage of the [interactive configuration system](https://docs.datarobot.com/ja/docs/agentic-ai/cli/template-system/interactive-config.html.md):

- Bubble Tea architecture
- Prompt types (text, selection, multi-select)
- Conditional logic with sections
- State management
- Keyboard controls
- Advanced features

### 環境管理

A complete guide to managing [environment variables](https://docs.datarobot.com/ja/docs/agentic-ai/cli/template-system/environment-variables.html.md):

- .env vs .env.template
- Variable types (required, optional, secret)
- Interactive wizard
- セキュリティのベストプラクティス
- Common patterns

## Getting started

If you're new to the DataRobot CLI, start here:

1. Installation and setup : Get the CLI installed and configured
2. Shell completions : Enable command auto-completion for faster workflows
3. Configuration : Understand how to configure the CLI for your environment
