Skip to content

kumiko docs

Terminal window
kumiko docs # opens docs.kumiko.so/cli/
kumiko docs <command> # opens docs.kumiko.so/cli/<command>/
kumiko docs --print # prints the URL instead of opening

A shortcut for jumping from a terminal into the documentation. Uses your OS’s default browser (open on macOS, xdg-open on Linux, explorer on Windows).

Terminal window
kumiko docs migrate # opens this page's neighbour for migrate
kumiko docs check --print # prints the URL — useful in SSH/CI contexts

If you pass an unknown command, you get the same Unknown command: error as kumiko help would print.