calor analyze-convertibility
Analyze how likely C# source is to convert successfully to Calor.
Bash
calor analyze-convertibility <path> [options]| Option | Description |
|---|---|
--format, -f | Output text or json; defaults to text |
--output, -o | Write the report to a file instead of stdout |
--quick, -q | Run only stage 1 and skip the conversion attempt |
--verbose, -v | Show a per-file breakdown for directories |
This command estimates conversion success. calor assess
instead ranks files by the value of migrating them, while
calor coverage explains feature coverage for one file.