CLI Reference¶
Commands¶
codexspec init¶
Initialize a new CodexSpec project.
Arguments:
| Argument | Description |
|---|---|
PROJECT_NAME |
Name for your new project directory |
Options:
| Option | Short | Description |
|---|---|---|
--here |
-h |
Initialize in current directory |
--ai |
-a |
AI assistant to use (default: claude) |
--lang |
-l |
Output language (e.g., en, zh-CN, ja) |
--force |
-f |
Force overwrite existing files |
--no-git |
Skip git initialization | |
--debug |
-d |
Enable debug output |
Examples:
# Create new project
codexspec init my-project
# Initialize in current directory
codexspec init . --ai claude
# With Chinese output
codexspec init my-project --lang zh-CN
codexspec check¶
Check for installed tools.
codexspec version¶
Display version information.
codexspec config¶
View or modify project configuration.
Options:
| Option | Short | Description |
|---|---|---|
--set-lang |
-l |
Set the output language |
--list-langs |
List all supported languages |