Skip to content

check

Check existing manifest file

fractal-manifest check [-h] --package PACKAGE  [--task-list-path TASK_LIST_PATH]
        [--fractal-server-2-13]  [--ignore-keys-order IGNORE_KEYS_ORDER]

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.

  • --ignore-keys-order: Ignore the order of dictionary keys when comparing manifests (default value: False). Default: False.