Skip to content

fractal-manifest check

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

Check existing manifest file

options:
  -h, --help            show this help message and exit
  --package PACKAGE     Example: 'fractal_tasks_core'. If unset, it will be
                        read from a current-directory `pyproject.toml`.
  --task-list-path TASK_LIST_PATH
                        Dot-separated path to the `task_list.py` module,
                        relative to the package root (default value:
                        'dev.task_list').
  --verbose             Make logs more verbose (default value: False).
  --ignore-keys-order IGNORE_KEYS_ORDER
                        Ignore the order of dictionary keys when comparing
                        manifests (default value: False).