Skip to content

fractal-manifest create

usage: fractal-manifest create [-h] [--package PACKAGE]
                               [--task-list-path TASK_LIST_PATH] [--verbose]

Create new 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).