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

# DCli Run

## run

Runs the given DCli script.

This command is NOT required.

The recommended way to run a DCli script via ./\<scriptname>.dart.

The `dcli run` command is provided for symmetry and the possibility that someone, someday, may try to auto generate calls to dcli and having a consistent command structure can make this easier.

Usage: `dcli run <script path.dart>`

Example:

```
dcli run my_script.dart
```

Which is equivalent to:

```
./my_script.dart
```
