Skip to content
Musher Docs

CLI Tools

Musher provides two command-line tools for different stages of the bundle lifecycle. mush is the consumption tool — use it to discover, install, and run bundles. musher is the publishing tool — use it to create, validate, and publish bundles to the registry.

Comparison

ToolAudienceInstallRepository
mushBundle consumers (developers, operators)curl -fsSL https://mush.musher.dev | shmusher-dev/mush
musherBundle authors (publishers)curl -fsSL https://get.musher.dev | shmusher-dev/musher-cli

Get Started