This document provides a complete reference for all Codomyrmex command-line interface (CLI) commands and options.
The Codomyrmex CLI provides convenient access to all major functionality through the codomyrmex command. The CLI is organized into logical subcommands for different operations.
# Check if CLI is properly installed
codomyrmex --version
# Get basic help
codomyrmex --helpAll commands accept the following global flags:
--verbose, -v Enable verbose logging
--performance, -p Enable performance monitoring output where supportedRun environment validation checks.
codomyrmex checkDisplay high-level project information.
codomyrmex infoList available modules and their summaries.
codomyrmex modulesShow the system status dashboard. Use the global --performance flag to include performance statistics.
codomyrmex status
codomyrmex --performance statusLaunch the interactive Codomyrmex shell.
codomyrmex shellManage orchestration workflows.
codomyrmex workflow list
codomyrmex workflow run <name> [--params JSON] [--async]
codomyrmex workflow create <name> [--template TEMPLATE]listβ display registered workflows.runβ execute a workflow with optional JSON parameters and asynchronous execution.createβ create a workflow, optionally based on an existing template.
Work with project definitions.
codomyrmex project list
codomyrmex project create <name> [--template TEMPLATE] [--description TEXT] [--path DIRECTORY]Inspect orchestration engine status.
codomyrmex orchestration status
codomyrmex orchestration healthAccess AI-powered helpers.
codomyrmex ai generate <prompt> [--language LANG] [--provider PROVIDER]
codomyrmex ai refactor <file> <instruction>generateβ produce code for the supplied prompt, optionally selecting language and provider.refactorβ request AI-driven refactoring for the given file and instruction.
Run analysis tasks.
codomyrmex analyze code <path> [--output DIRECTORY]
codomyrmex analyze git [--repo PATH]codeβ run code-quality analysis for the specified path, optionally writing reports to--output.gitβ analyze a repository (defaults to the current directory unless--repois provided).
Execute build automation.
codomyrmex build project [--config FILE]Operate on individual modules.
codomyrmex module test <module_name>
codomyrmex module demo <module_name>testβ run the module's tests.demoβ execute the module's demo routine when available.
Version: 0.1.0
Last Updated: Aligned with current CLI implementation
Support: See Troubleshooting Guide or GitHub Issues
- Parent: Project Overview
- Module Index: All Agents
- Documentation: Reference Guides
- Home: Repository Root