コンテンツにスキップ

CLI リファレンス

kozou の全コマンドとフラグを、インストール済み kozou CLI 自身の --help 出力から生成しています。そのため、このページがバイナリと 食い違うことはありません。例を交えた逐次解説は、 コマンドの各ガイドを参照してください。

Generated from the kozou CLI --help as of v1.14.0.

Dump the Schema Context as JSON or YAML.

Terminal window
kozou inspect [--format <fmt>] [--output <path>] [--config <path>]
FlagArgumentDefaultDescription
--format<fmt>jsonoutput format: json | yaml
--output<path>-output file (- for stdout)
--config<path>path to kozou.config.yaml

Generate a Markdown schema document from the database DDL + COMMENT.

Terminal window
kozou docs [--output <path>] [--config <path>]
FlagArgumentDefaultDescription
--output<path>-output file (- for stdout)
--config<path>path to kozou.config.yaml

Run the MCP server (—stdio default, or —http).

Terminal window
kozou mcp [--stdio] [--http] [--port <n>] [--host <host>] [--config <path>]
FlagArgumentDefaultDescription
--stdiouse stdio transport (default)
--httpuse Streamable HTTP transport
--port<n>3334HTTP port
--host<host>127.0.0.1HTTP bind host
--config<path>path to kozou.config.yaml

Run the bundled Admin UI + MCP HTTP dev server.

Terminal window
kozou dev [--config <path>] [--adapter <kind>] [--api-port <n>]
FlagArgumentDefaultDescription
--config<path>path to kozou.config.yaml
--adapter<kind>backend override (see kozou.config.yaml adapter.type); defaults to the in-house @kozou/api REST backend
--api-port<n>port for the in-house @kozou/api server