> For the complete documentation index, see [llms.txt](https://www.csvpath.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.csvpath.org/topics/higher-level-topics/organizing-inbound-data/how-data-progresses-through-csvpath-framework/validation-and-upgrading/running-in-the-cli.md).

# Running In the CLI

The CLI supports running named-path groups using names and references without any Python coding. First start the CLI.  If you use Poetry, do: `poetry run cli`. Otherwise either:&#x20;

```python
python csvpath.cli.cli.py 
```

Or in a script file:&#x20;

```python
from csvpath.cli import Cli 
Cli().loop()
```

<figure><img src="/files/7zoB08JgdZpwmh3WN71z" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/3p6fglUgEV98lK6aYOZc" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/DIVlqBzhWwdUItIvuSYl" alt="" width="292"><figcaption></figcaption></figure>
