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
| Tool | Audience | Install | Repository |
|---|---|---|---|
| mush | Bundle consumers (developers, operators) | curl -fsSL https://mush.musher.dev | sh | musher-dev/mush |
| musher | Bundle authors (publishers) | curl -fsSL https://get.musher.dev | sh | musher-dev/musher-cli |