CLI
mud set-version

mud set-version

Set version for all MUD packages used in the current workspace.

Sample usage

To set the version to the latest next release.

pnpm mud set-version --tag next
pnpm install

Options

These are the command line options you can specify on mud set-version:

OptionMeaningTypeDefault value
--versionShow version numberbooleanfalse
--mudVersionSet MUD to the given versionstringtrue
--tagSet MUD to the latest version with the given tag from npmstring
--commitSet MUD to the version based on a given git commit hashstring
--helpShow helpbooleanfalse