check¶
Check existing manifest file
fractal-manifest check [-h] --package PACKAGE [--task-list-path TASK_LIST_PATH]
[--ignore-keys-order IGNORE_KEYS_ORDER]
Named Arguments¶
-
--package: Example: 'fractal_tasks_core' -
--task-list-path: Dot-separated path to thetask_list.pymodule, 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.