CLI リファレンス
kozou の全コマンドとフラグを、インストール済み kozou CLI 自身の
--help 出力から生成しています。そのため、このページがバイナリと
食い違うことはありません。例を交えた逐次解説は、
コマンドの各ガイドを参照してください。
Generated from the kozou CLI --help as of v1.14.0.
kozou inspect
Section titled “kozou inspect”Dump the Schema Context as JSON or YAML.
kozou inspect [--format <fmt>] [--output <path>] [--config <path>]| Flag | Argument | Default | Description |
|---|---|---|---|
--format | <fmt> | json | output format: json | yaml |
--output | <path> | - | output file (- for stdout) |
--config | <path> | — | path to kozou.config.yaml |
kozou docs
Section titled “kozou docs”Generate a Markdown schema document from the database DDL + COMMENT.
kozou docs [--output <path>] [--config <path>]| Flag | Argument | Default | Description |
|---|---|---|---|
--output | <path> | - | output file (- for stdout) |
--config | <path> | — | path to kozou.config.yaml |
kozou mcp
Section titled “kozou mcp”Run the MCP server (—stdio default, or —http).
kozou mcp [--stdio] [--http] [--port <n>] [--host <host>] [--config <path>]| Flag | Argument | Default | Description |
|---|---|---|---|
--stdio | — | — | use stdio transport (default) |
--http | — | — | use Streamable HTTP transport |
--port | <n> | 3334 | HTTP port |
--host | <host> | 127.0.0.1 | HTTP bind host |
--config | <path> | — | path to kozou.config.yaml |
kozou dev
Section titled “kozou dev”Run the bundled Admin UI + MCP HTTP dev server.
kozou dev [--config <path>] [--adapter <kind>] [--api-port <n>]| Flag | Argument | Default | Description |
|---|---|---|---|
--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 |