Kitaru

kitaru info

Show detailed environment information for the current setup.

Use --all to include active stack/project provenance. The provenance shows whether the effective context came from environment variables, repo-local .kitaru/config.yaml, or global config, and is also included in JSON output and exported diagnostics files.

Usage

kitaru info [OPTIONS]

Parameters

NameTypeRequiredDefaultDescription
--all, -aboolNoFalseFull diagnostic: include all packages, environment type, and active stack/project provenance.
--all-packagesboolNoFalseInclude all installed package versions.
--packages, -ptuple[str, Ellipsis]No()Include specific package versions (repeatable).
--file, -fstrNoNoneExport diagnostics to file (format from extension: .json, .yaml).
--output, -ostrNo"text"Output format: "text" (default) or "json".

On this page