Qodo Documentation
HomepageBlogCommunityGet Started
  • Overview
  • Qodo Gen
  • Qodo Portal
  • On Prem
  • Introduction
  • Quickstart
  • Setup and Installation
    • VSCode Installation
    • JetBrains Installation
    • Sign In
    • Extension Settings
    • Uninstall
  • Qodo Gen Chat
    • Agentic Mode
      • Agentic Tools (MCPs)
      • Built-in Tools (MCPs)
    • Standard Mode
      • Focus
        • Current File Focus
        • Git Diff Focus
      • Context
        • Add Entire Folder or Project as Context
        • Add Image as Context
      • Commands
        • /ask
        • /changelog
        • /commit
        • /describe
        • /docstring
        • /enhance
        • /explain
        • /find-on-github
        • /generate-best-practices
        • /help
        • /improve
        • /issues
        • /recap
        • /review
    • Inline Context
    • Chat History
    • Model Selection
    • Chat Preferences
  • Qodo Gen CLI
    • Setup and Quickstart
    • Creating and Managing Agents
    • CI and Automation
    • List of CLI Commands and Flags
    • Use Cases and Examples
  • Company Codebase (RAG)
    • Tagging
    • Configuration File
  • Code Completion
  • Test Generation
    • Configuring Your Test Setup
  • Data Sharing
  • Release Notes
Powered by GitBook
LogoLogo

Terms and Privacy

  • Terms of Use
  • Privacy Policy
  • Data Processing

© 2025 Qodo. All Rights Reserved.

On this page

Was this helpful?

  1. Qodo Gen CLI

List of CLI Commands and Flags

Command
Description

login

Authenticate and receive API key

chat

Use Qodo Gen Chat

--chat

Keep interacting with the CLI after the run is done instead of immediately exiting

create-agent

<command-name>

Run a configured agent

--agent-file=path

--mcp-file=path

<command-name> --mcp

Run an agent as a service (listening on port 3000)

list-mcp

List available local and remote tools

models

List available models

--model=model_name

Specify a custom model to use

--ci

--mcp

--ui

Open Qodo Gen CLI with web interface

--webhook

-h, --help

View all available commands and flags

-v, --version

Show Qodo Gen CLI version

-l, --log=path

Redirect console output to a file (directed in the path), or to stdout or stderr

-y, --yes

Confirm all prompts automatically (useful for CI)

-q, --silent

Suppress all console output except the final result. Logs go to /dev/null

--set key=value

Set custom key-value pairs (can be used multiple times)

--resume=session_id

Resume a task with the given session ID

docker run --rm qodoai/gen

Run Qodo Gen CLI on docker

PreviousCI and AutomationNextUse Cases and Examples

Last updated 1 day ago

Was this helpful?

Create a by translating user requirements into a valid TOML configuration

Specify a custom path to an

Specify a custom path to an

Run commands in

Run all configured agents as tools in

Run commands as tools from agent.toml in

new agent
agent TOML file
mcp.json file
CI mode
MCP-server mode
webhook mode