Skip to content

Availability

By default, Musket CLI is installed with full setup on every H3ravel application allowing to jump into prodctivity without having to bother about setup. To see a list of all available commands, you can run:

sh
$ npx musket list
sh
$ npm musket list
sh
$ yarn musket list
sh
$ pnpm musket list
sh
$ bun musket list

Each command also includes a detailed help screen describing its available arguments and options. You can access it by prefixing the command name with help:

sh
$ npx musket help migrate
sh
$ npm musket help migrate
sh
$ yarn musket help migrate
sh
$ pnpm musket help migrate
sh
$ bun musket help migrate

Released under the MIT License.