Files
posh/docs/reference/cli/index.md
Kevin Franklin Kim a768acb4ca docs: add docs page
2026-05-08 16:38:22 +02:00

1.2 KiB

title
title
CLI Reference

CLI Reference

This section is auto-generated from the cobra command tree by cmd/docgen. Regenerate it with:

make docs.cli

The output is committed to git, so the docs site builds without Go installed. CI verifies the generated tree matches the current command definitions.

Two flavours

Command Available in posh (global) Available in bin/posh (project)
posh init
posh config
posh version
posh prompt
posh execute
posh require
posh brew

The split exists because prompt, execute, require and brew delegate to the Plugin compiled into the project binary. The global posh has no plugin to delegate to.

All commands