Welcome to Kodezi CLI

AI-powered command-line tool for code development

Kodezi CLI

Kodezi CLI is an AI-powered command-line assistant designed to enhance your development workflow. It brings intelligent code editing, analysis, automation, and tool execution directly into your terminal, powered by natural language.

Whether you're reviewing code, generating documentation, fixing bugs, or integrating automation into CI/CD, Kodezi CLI streamlines tasks with intelligent, context-aware assistance.

Key Features

Getting Started

Ready to get started? Follow these simple steps to install and set up Kodezi CLI in minutes!

Installation

Install globally using npm:

npm install -g kodezi-cli

First Steps

Install Kodezi CLI

Install the CLI tool globally using npm to make it available from anywhere in your terminal.

npm install -g kodezi-cli

Visit the Installation Guide for detailed instructions.

Authenticate Your Account

Set up your API token to connect Kodezi CLI with your account.

kodezi auth login

Learn more in the Authentication Guide.

Start Interactive Mode

Launch the interactive AI assistant and start building with natural language commands.

kodezi

Explore and Build

Check out the Quick Start Guide to learn the basics and start using Kodezi CLI effectively.

Quick Examples

Start with simple file operations and information queries:

# Start interactive mode
kodezi

> "Show me all TypeScript files in src/"
> "List all files in the current directory"
> "What files are in the components folder?"

Use Kodezi CLI for code analysis and documentation:

# Start interactive mode
kodezi

> "Find all TODO comments in the project"
> "Add JSDoc comments to utils.ts"
> "Review the error handling in api/routes.ts"

Get help debugging and fixing issues:

# Start interactive mode
kodezi

> "Find all console.log statements"
> "Check for unused imports in src/"
> "Help me debug the authentication flow"

Documentation Sections