kumiko status
kumiko statusA lighter version of kumiko doctor — shows the
current state of:
- Docker services (
compose ps), with name + state + port mapping - Git branch and working-tree changes
Useful as the first command after a context switch (“am I on the right branch? are services running?”).
Example output
Section titled “Example output”--- Services --- postgres: running (0.0.0.0:15432->5432/tcp) redis: running (0.0.0.0:16379->6379/tcp) meilisearch: running (0.0.0.0:17700->7700/tcp)
--- Git --- Branch: feat/cli-en-migration Changes: M bin/kumiko.ts ?? bin/commands/welcome.ts