Skip to content
Musher Docs

Musher CLI

The musher CLI is your single tool for working with bundles — load, install, publish, and manage bundles from the command line.

Install

bash
curl -fsSL https://get.musher.dev | sh

Or install with Go:

bash
go install github.com/musher-dev/musher-cli@latest

Verify your installation:

bash
musher --version

Get Started