Skip to content

create

Create new manifest file

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

Named Arguments

  • --package: Example: 'fractal_tasks_core'

  • --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".

  • --fractal-server-2-13: If set, produce a manifest which is compatible with fractal-server<2.14 (that is, exclude tasks' types from manifest and forbid converter types. Default: False.