list_tasks
Parse and display tasks from a Devpipe config.toml file, showing task IDs, names, types, commands, and enabled status to help users manage their pipeline configuration.
Instructions
Parse and list all tasks from a devpipe config.toml file. Shows task IDs, names, types, commands, and enabled status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | Path to config.toml file. If not provided, searches for config.toml in current directory and parent directories. |