Musher CLI
musher is the publishing CLI for the Musher platform. Use it to create, validate, and publish bundles to the registry.
Installation
Download and install the latest release:
bash
curl -fsSL https://get.musher.dev | shThe installer detects your platform and places the binary in your PATH.
If you have Go installed, you can install from source:
bash
go install github.com/musher-dev/musher-cli@latestVerify the installation:
bash
musher --versionQuick Start
Initialize a bundle
Scaffold a new bundle project in the current directory:
bash
musher bundle initValidate your bundle
Check that your bundle structure and assets are valid before publishing:
bash
musher bundle validatePush to the registry
Push an immutable version of your bundle:
bash
musher bundle push