Skip to content

check

Check existing manifest file

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

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

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

  • --verbose: Make logs more verbose (default value: False). Default: False.