mb mixtapes
Manage stereOS mixtapes (bootable VM images).
Mixtapes are pre-configured stereOS images bundled with agent harnesses and workflows. Use mb mixtapes list to see what’s available in the registry, mb mixtapes local to see what’s downloaded, and mb mixtapes pull <name> to download new ones.
Usage
mb mixtapes [command]
Examples
mb mixtapes list # List mixtapes in the registry
mb mixtapes list coder # List tags for a specific mixtape
mb mixtapes local # List locally downloaded mixtapes
mb mixtapes pull coder
mb mixtapes rm coder:latest # Remove a local mixtape
Subcommands
| Command | Description |
|---|---|
mb mixtapes list [name] | List mixtapes available in the remote registry. With a name argument, lists all tags for that mixtape. |
mb mixtapes local | List locally downloaded mixtapes. |
mb mixtapes pull <name[:tag]> | Pull a mixtape from the registry. Alias for mb pull. |
mb mixtapes rm <name[:tag]> | Remove a locally downloaded mixtape. With just a name, removes all tags. |