DocumentationCodeDD CLICLI Installation

CLI Installation

Install the CodeDD CLI, verify setup, and complete first-time authentication.

CLI Installation

Requirements

  • Python 3.11+
  • A CodeDD account
  • A generated CLI token from Account -> CLI Access

Install from PyPI

pip install codedd-cli

Install from source

git clone https://gitlab.com/codedd1/codedd-cli
cd codedd-cli
pip install -e .

Verify installation

codedd --version

First login

codedd auth login --token <your_cli_token>
codedd auth status

Next step

Continue with the complete setup and execution flow in CodeDD CLI Guide.