SysProM
    Preparing search index...

    spm task

    Manage tasks within change nodes

    List tasks across change nodes. Optionally filter by change ID and/or pending status.

    Note

    Library function: src/operations/taskList!taskListOp

    spm task list [options]
    
    Flag Description Required
    --path SysProM document path (auto-detected if omitted)
    --json output as JSON
    --change Filter by change ID
    --pending Show only pending tasks

    Append a new task to a change node's plan array. Returns a new document.

    Note

    Library function: src/operations/addPlanTask!addPlanTaskOp

    spm task add <change-id> <description> [options]
    
    Argument Description
    <change-id> Change node ID
    <description> Task description
    Flag Description Required
    --path SysProM document path (auto-detected if omitted)

    Mark a task as done

    Note

    Library function: src/operations/markTaskDone!markTaskDoneOp

    spm task done <change-id> <task-index> [options]
    
    Argument Description
    <change-id> Change node ID
    <task-index> Task index
    Flag Description Required
    --path SysProM document path (auto-detected if omitted)

    Mark a task as undone

    Note

    Library function: src/operations/markTaskUndone!markTaskUndoneOp

    spm task undone <change-id> <task-index> [options]
    
    Argument Description
    <change-id> Change node ID
    <task-index> Task index
    Flag Description Required
    --path SysProM document path (auto-detected if omitted)