Commandstask

ody task

Manage Ody task files

Synopsis

ody task <subcommand>

Subcommands

SubcommandDescription
listList pending task files
editEdit an existing task plan
importImport a task from Jira or GitHub

Behavior

ody task groups task management commands for the .ody/tasks/ workspace directory.

  • Use ody task list to inspect pending tasks.
  • Use ody task edit to revise a generated task plan.
  • Use ody task import to convert a Jira ticket or GitHub issue into a task file.

Most task workflows assume the project has already been initialized with ody init and that .ody/tasks/ exists.

Examples

List pending tasks:

ody task list

Edit a task interactively:

ody task edit

Import a task from GitHub:

ody task import --github owner/repo#123

On this page