> For the complete documentation index, see [llms.txt](https://db.coolstone.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://db.coolstone.dev/1/reference/cli/cli-use.md).

# CLI Use

How you installed the CLI depends on how you can use it.

If you installed it [globally](/1/reference/cli/install-cli.md#install-globally)

```bash
dubnium <command> <dir> <...args>
```

If you installed it [in your project](/1/reference/cli/install-cli.md#install-in-your-project)

```bash
npx dubnium <command> <dir> <...args>
```
