kitaru info
Show detailed environment information for the current setup.
Usage
kitaru info [OPTIONS]Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
--all, -a | bool | No | False | Full diagnostic: include all packages and environment type. |
--all-packages | bool | No | False | Include all installed package versions. |
--packages, -p | tuple[str, Ellipsis] | No | () | Include specific package versions (repeatable). |
--file, -f | str | No | None | Export diagnostics to file (format from extension: .json, .yaml). |
--output, -o | str | No | "text" | Output format: "text" (default) or "json". |