# geni config path (/cli/config/path)



```sh
geni config path
```

Prints the absolute path to the CLI's config file. Useful for `cat`, `vim`, and shell substitutions:

```sh
cat $(geni config path)
vim $(geni config path)
```

## Output [#output]

```
/Users/jack/.config/geni/config.json
```

The file may not exist yet — `path` always prints what it *would* be, regardless of whether anything's been written.
