Diagnose a bit workspace
$bit doctor [diagnosis-name]
Options
Option | Option Alias | Description | Value Type |
---|---|---|---|
--json | -j | return diagnoses in json format | boolean |
--list | - | list all available diagnoses | boolean |
--save | -s | save diagnoses to a file | string |
--archive | -a | archive the workspace including diagnosis info (by default exclude node-modules and include .bit) | string |
--include-node-modules | -n | relevant for --archive. include node_modules in the archive file | boolean |
--include-public | -p | relevant for --archive. include public folder in the archive file | boolean |
--exclude-local-scope | -e | relevant for --archive. exclude .bit or .git/bit from the archive file | boolean |