Work-in-progress tool to monitor a Fractal instance
$ python -m venv venv
$ source venv/bin/activate
$ python -m pip install -e .
[...]
Successfully installed click-8.1.7 fractal-healthcheck-0.0.1 psutil-6.1.0 pyyaml-6.0.2
$ fractal-health
Usage: fractal-health [OPTIONS] YAML_FILE
Try 'fractal-health --help' for help.
Error: Missing argument 'YAML_FILE'.