Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,22 @@ conductor config <command> [arguments] [flags]

---

### Code Generation Commands

Generate worker scaffold code for a given language and template.

```
conductor code [flags]
```

| Flag | Description |
|------|-------------|
| `-l, --lang` | Programming language (e.g. `python`, `java`, `go`) |
| `-t, --template` | Template name |
| `-n, --name` | Project name |

> **Note:** `conductor code` prompts interactively for any fields not supplied as flags (including task name). It cannot be used non-interactively via pipe or in CI — passing all inputs via flags is not yet fully supported. Use `conductor code list` to see available templates.

### Other Commands

| Command | Description |
Expand Down
Loading