CLI

Tips and tricks for using the CLI.

The CLI to Vaxla is designed to use as few keystrokes as possible. What originally could be called with cd ./apps/web && npm run dev would instead be called with vx run web dev.

Using the CLI

Recommended, Introduce Vaxla to your project by installing it at the root of the project.

npm
pnpm
bun
yarn
npm i --save-dev @vaxla/cli

You may receive a list of commands by running vaxla or vaxla help.

Instead of using vaxla, we also provide the following aliases: @vaxla/cli, vaxla, and vx. There are no functional differences between aliases.

Running Individual Commands

We understand that you may not want to run the Vaxla UI just to run a single command. We provide a vaxla run <package> <script> command to run individual commands.