Mush CLI
mush is the consumption CLI for the Musher platform. Use it to discover, load, install, and run bundles on your machine.
Installation
Download and install the latest release:
bash
curl -fsSL https://mush.musher.dev | shThe installer detects your platform and places the binary in your PATH.
Verify the installation:
bash
mush --versionQuick Start
Load a bundle
Fetch a bundle from the registry to your local cache:
bash
mush bundle load acme/code-reviewInstall a bundle
Install a bundle into your project directory:
bash
mush bundle install acme/code-review