Files
flipper/desktop/doctor
Michel Weststrate 2480ed30c5 Move flipper-doctor check running to flipper-server-core
Summary: Per title. Two new server API's: get-healthchecks, and run-healtcheck. Types have all been moved to flipper-common, so that they can be used by doctor, server-core and ui-core packages. Since it were quite some, moved them into a FlipperDoctor namespace.

Reviewed By: nikoant

Differential Revision: D32720510

fbshipit-source-id: 37aa35cde6ebd58479cf0dffec5b7b2da6d22198
2021-12-08 04:30:56 -08:00
..

Flipper Doctor

This package exists for running checks to diagnose and potentially fix issues affecting the operation of Flipper. It's designed to be primarily used programmatically but may also expose a CLI interface.

Usage

cd doctor yarn run run