Skip to content

create

Create new manifest file

fractal-manifest create [-h] [--package PACKAGE]  [--task-list-path
        TASK_LIST_PATH]

Named Arguments

  • --package: Example: 'fractal_tasks_core'. If unset, it will be read from a current-directory pyproject.toml.

  • --task-list-path: Dot-separated path to the task_list.py module, relative to the package root (default value: 'dev.task_list'). Default: "dev.task_list".