Skip to main content
qodercli enters interactive mode by default, and can also produce output non-interactively via the -p option.

Common Commands

CommandDescription
qodercliEnter interactive conversation mode
qodercli -p "prompt"Run non-interactively, output the result, and exit
qodercli loginLog in to your account
qodercli statusView session status
qodercli commitAutomatically generate a commit message and commit
qodercli updateUpdate to the latest version
qodercli configView and modify the CLI configuration
qodercli mcpManage MCP server configuration
qodercli agentsManage Agents (Wakers)
qodercli skillsManage skills
qodercli pluginsManage plugins
qodercli hooksManage hooks
qodercli wikiGenerate Wiki documentation for a project
qodercli rollbackRoll back to a previous version
qodercli feedbackSubmit feedback
qodercli -vView the current version number

Common Options

OptionDescription
-m <model>Specify the model to use for this session
-w <dir>Specify the working directory
-cContinue the most recent session
-r [id]Resume a specific session
--attachment <file>Attach a file to the initial prompt
--remoteCreate a cloud remote session
--mcp-config <config>Load MCP server configuration
--agent <name>Specify the Agent for this session
The above are common commands and options. For the complete list, run qodercli --help.